pl-1/Jenkinsfile
Ramón Vásquez 29675b08c9
All checks were successful
multi-1/pipeline/head This commit looks good
multibranch.test2/pipeline/head This commit looks good
Jenkinsfile
2025-10-13 16:10:27 -03:00

21 lines
413 B
Groovy

pipeline {
agent any
stages {
stage('Stage Test')
{
steps {
echo 'Un día me preguntaron qué es lo que quería...'
echo 'les contesté que Racing el domingo me dé una alegría...'
echo 'para poder festejar con toda la gente...'
echo 'Racing, mi buen amigo...'
}
}
}
}
//
//
//
//
//
//