Skip to content

Commit

Permalink
Another test
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 fd2c902 commit 889a04d
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 @@ -331,8 +331,9 @@ pipeline {
// pragmasToEnv()
script {
//env.pragmas = pragmasToEnv()
pragmasToEnv()
String foo = pragmasToEnv()
println('env.pragmas: ' + env.pragmas)
println('foo: ' + foo)
}
}
}
Expand Down

0 comments on commit 889a04d

Please sign in to comment.