Skip to content

Commit

Permalink
Debug for env.pragmas
Browse files Browse the repository at this point in the history
Skip-build: true
Skip-PR-comments: true

Required-githooks: true

Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
  • Loading branch information
brianjmurrell committed Jan 22, 2024
1 parent 7c869d3 commit 4938745
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 @@ -331,7 +331,7 @@ pipeline {
// pragmasToEnv()
script {
env.pragmas = pragmasToEnv()
println(env.pragmas)
println('env.pragmas: ' + env.pragmas)
}
}
}
Expand Down

0 comments on commit 4938745

Please sign in to comment.