Update Jenkinsfile
UNAP OTI/pruebaCI/pipeline/head This commit looks good Details

master
alvaro 2023-12-20 16:34:05 -05:00
parent 61a265b1bc
commit 69441d8e7a
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ pipeline {
stages { stages {
stage("Hello"){ stage("Hello"){
steps { steps {
echo "Hello World from appi3 comprobando" echo "Hello World from appi3 comprobando322"
} }
} }
} }