Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
ca4b7111
Commit
ca4b7111
authored
Oct 03, 2023
by
Chris Austen
Browse files
learning script
parent
fd1f29ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
Jenkinsfile
Jenkinsfile
+8
-1
No files found.
Jenkinsfile
View file @
ca4b7111
...
...
@@ -99,7 +99,14 @@ pipeline {
build_cmd
=
"Chris"
}
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'
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment