Skip to content

Commit

Permalink
Modify accessor
Browse files Browse the repository at this point in the history
  • Loading branch information
vgarciabnz committed Nov 28, 2024
1 parent 2a2a49b commit d5b0d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pipeline {
stage('Print env variables') {
steps {
script {
echo $cron_string
echo "$cron_string"
echo cron_string
echo JOB_NAME
echo env.JOB_NAME
Expand Down

0 comments on commit d5b0d90

Please sign in to comment.