segundo jenkins
UNAP OTI/pruebaCI/pipeline/head This commit looks good Details

master
alvaro 2023-12-19 17:13:55 -05:00
parent b587b92bdf
commit b9fddfcea9
1 changed files with 10 additions and 0 deletions

10
Jenkinsfile vendored Normal file
View File

@ -0,0 +1,10 @@
pipeline {
agent any
stages {
stage("Hello"){
steps {
echo "Hello World from appi3"
}
}
}
}