pl-1/Jenkinsfile
Ramón Vásquez 7d309caea4
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:31:35 -03:00

24 lines
422 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...'
}
}
}
}
//
//
//
//
//
//
//
//
//