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
fd1f29ef
Commit
fd1f29ef
authored
Oct 03, 2023
by
Chris Austen
Browse files
environment needed something
parent
77df49b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Jenkinsfile
Jenkinsfile
+2
-1
No files found.
Jenkinsfile
View file @
fd1f29ef
...
...
@@ -96,9 +96,10 @@ pipeline {
stage
(
'Hip Tidy'
)
{
agent
{
label
rocmnode
(
"nogpu"
)
}
environment
{
build_cmd
=
"Chris"
}
steps
{
sh
"echo Hi from Hip Tidy"
sh
"echo Hi
"
,
build_cmd
,
"
from Hip Tidy"
}
}
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