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
f6e9edf0
Commit
f6e9edf0
authored
Apr 23, 2018
by
Paul
Browse files
Remove build arg
parent
80075bff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Jenkinsfile
Jenkinsfile
+2
-2
No files found.
Jenkinsfile
View file @
f6e9edf0
...
@@ -19,9 +19,9 @@ def rocmtestnode(variant, name, body) {
...
@@ -19,9 +19,9 @@ def rocmtestnode(variant, name, body) {
}
}
stage
(
"image ${variant}"
)
{
stage
(
"image ${variant}"
)
{
try
{
try
{
docker
.
build
(
"${image}"
,
"
--build-arg
."
)
docker
.
build
(
"${image}"
,
"."
)
}
catch
(
Exception
ex
)
{
}
catch
(
Exception
ex
)
{
docker
.
build
(
"${image}"
,
"
--build-arg
--no-cache ."
)
docker
.
build
(
"${image}"
,
"--no-cache ."
)
}
}
}
}
...
...
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