pl-1/Jenkinsfile
Ramón Vásquez 44a7588c6b
Some checks reported errors
multi-1/pipeline/head Something is wrong with the build of this commit
Jenkinsfile
2025-10-13 14:13:19 -03:00

18 lines
404 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...'
}
}
}
}
//
//
//