pruebaCI/Jenkinsfile

10 lines
176 B
Plaintext
Raw Permalink Normal View History

2023-12-19 17:13:55 -05:00
pipeline {
agent any
stages {
stage("Hello"){
steps {
2023-12-20 17:04:30 -05:00
echo "Hello World from appi3 comprobando32211"
2023-12-19 17:13:55 -05:00
}
}
}
}