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

322
alvaro 2023-12-19 17:11:42 -05:00
parent fe27550a93
commit 701b59dd35
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"
}
}
}
}