"vscode:/vscode.git/clone" did not exist on "6559ed144ccb69d9231b63746a49a7b638728c6d"
Commit fd1f29ef authored by Chris Austen's avatar Chris Austen
Browse files

environment needed something

parent 77df49b8
...@@ -96,9 +96,10 @@ pipeline { ...@@ -96,9 +96,10 @@ pipeline {
stage('Hip Tidy') { stage('Hip Tidy') {
agent{ label rocmnode("nogpu") } agent{ label rocmnode("nogpu") }
environment{ environment{
build_cmd = "Chris"
} }
steps{ steps{
sh "echo Hi from Hip Tidy" sh "echo Hi ", build_cmd, " from Hip Tidy"
} }
} }
stage('Clang Format') { stage('Clang Format') {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment