Commit ca4b7111 authored by Chris Austen's avatar Chris Austen
Browse files

learning script

parent fd1f29ef
...@@ -99,7 +99,14 @@ pipeline { ...@@ -99,7 +99,14 @@ pipeline {
build_cmd = "Chris" build_cmd = "Chris"
} }
steps{ steps{
sh "echo Hi ", build_cmd, " from Hip Tidy" cmd = """
pwd
ls -l /
/opt/rocm/bin/rocm-smi
"""
sh cmd, label: " from Hip Tidy"
sh script: "echo hi mom", label: "my step"
} }
} }
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