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

22 lines
416 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...'
}
}
}
}
//
//
//
//
//
//
//