pl-1/Jenkinsfile
Ramón Vásquez c9b8acef1d
All checks were successful
multi-1/pipeline/head This commit looks good
Jenkinsfile
2025-10-13 16:07:34 -03:00

20 lines
410 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...'
}
}
}
}
//
//
//
//
//