pruebaCI/Jenkinsfile

10 lines
174 B
Groovy

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