Skip to content

Commit

Permalink
Maybe this is the ticket
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 4938745 commit fd2c902
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,8 @@ pipeline {
// at some point soon, this can be factored down to
// pragmasToEnv()
script {
env.pragmas = pragmasToEnv()
//env.pragmas = pragmasToEnv()
pragmasToEnv()
println('env.pragmas: ' + env.pragmas)
}
}
Expand Down

0 comments on commit fd2c902

Please sign in to comment.