Skip to content

Commit

Permalink
[jenkins]: Fix buildimage-mlnx-all-pr extra bracket (#32)
Browse files Browse the repository at this point in the history
Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
  • Loading branch information
Shuotian Cheng authored and wendani committed Jun 4, 2019
1 parent 7398787 commit 1c0f023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/mellanox/buildimage-mlnx-all-pr/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pipeline {
recursiveSubmodules: true,
reference: '',
trackingSubmodules: false]],
userRemoteConfigs: [[url: 'http://github.com/Azure/sonic-buildimage'],
userRemoteConfigs: [[url: 'http://github.com/Azure/sonic-buildimage',
refspec: '+refs/pull/*:refs/remotes/origin/pr/*']]])

copyArtifacts(projectName: 'common/dep-build', filter: 'target/debs/stretch/*.deb', target: 'target/debs/stretch/*.deb', flatten: false)
Expand Down

0 comments on commit 1c0f023

Please sign in to comment.