Skip to content

Commit

Permalink
One last test to make double sure
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 889a04d commit c08fd60
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -330,10 +330,9 @@ pipeline {
// at some point soon, this can be factored down to
// pragmasToEnv()
script {
//env.pragmas = pragmasToEnv()
String foo = pragmasToEnv()
// pragmasToEnv()
env.pragmas = pragmasToEnv()
println('env.pragmas: ' + env.pragmas)
println('foo: ' + foo)
}
}
}
Expand Down

0 comments on commit c08fd60

Please sign in to comment.