Compare commits

...

4 Commits
322 ... master

Author SHA1 Message Date
alvaro 04e720dbc2 segundo 2023-12-20 17:04:30 -05:00
alvaro 69441d8e7a Update Jenkinsfile
UNAP OTI/pruebaCI/pipeline/head This commit looks good Details
2023-12-20 16:34:05 -05:00
alvaro 61a265b1bc Update Jenkinsfile
UNAP OTI/pruebaCI/pipeline/head This commit looks good Details
2023-12-20 14:49:13 -05:00
alvaro b9fddfcea9 segundo jenkins
UNAP OTI/pruebaCI/pipeline/head This commit looks good Details
2023-12-19 17:13:55 -05:00
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 comprobando32211"
}
}
}
}