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
27ab89a2
Commit
27ab89a2
authored
Jan 18, 2019
by
Paul
Browse files
Only for master and develop
parent
5b1e7e78
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
Jenkinsfile
Jenkinsfile
+4
-1
No files found.
Jenkinsfile
View file @
27ab89a2
...
...
@@ -13,7 +13,10 @@ def rocmtestnode(variant, name, body) {
echo
cmd
sh
cmd
if
(
compiler
==
"hcc"
)
{
archiveArtifacts
artifacts:
"build/*.deb"
,
allowEmptyArchive:
true
,
fingerprint:
true
// Only archive from master or develop
if
(
env
.
BRANCH_NAME
==
"develop"
||
env
.
BRANCH_NAME
==
"master"
)
{
archiveArtifacts
artifacts:
"build/*.deb"
,
allowEmptyArchive:
true
,
fingerprint:
true
}
}
}
node
(
name
)
{
...
...
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