add job variable test

This commit is contained in:
Roberto Cirillo 2022-04-15 16:35:31 +02:00
parent 5fa3955500
commit a3b0e55adf
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -52,7 +52,7 @@ pipeline {
}
}
steps {
echo 'New deploy of ${job} appended to the deploy file'
echo 'New deploy of ${JOB_NAME} appended to the deploy file'
}
}
stage('Deploy from job ') {
@ -64,7 +64,7 @@ pipeline {
}
}
steps {
echo 'New deploy of ${job} appended to the deploy file'
echo 'New deploy of ${JOB_NAME}'
}
}