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

master
alvaro 2023-12-20 14:49:13 -05:00
parent b9fddfcea9
commit 61a265b1bc
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" echo "Hello World from appi3 comprobando"
} }
} }
} }