pruebaCI/Jenkinsfile

10 lines
176 B
Groovy

pipeline {
agent any
stages {
stage("Hello"){
steps {
echo "Hello World from appi3 comprobando32211"
}
}
}
}