Skip to content

Commit

Permalink
[jenkins]: Fix sonic-utilities dependencies path (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuotian Cheng authored and lguohan committed May 31, 2019
1 parent 0cdd5e4 commit 17fe9dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins/common/sonic-utilities-build/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ pipeline {
userRemoteConfigs: [[url: 'https://github.com/Azure/sonic-utilities']]])
copyArtifacts(projectName: 'sonic-swss-common-build', filter: '**/*.deb', target: 'swss-common', flatten: true)
copyArtifacts(projectName: '../vs/sonic-swss-build', filter: '**/*.deb', target: 'swss', flatten: true)
copyArtifacts(projectName: 'vs/sonic-sairedis-build', filter: '**/*.deb', target: 'sairedis', flatten: true)
copyArtifacts(projectName: 'vs/buildimage-vs-all', filter: '**/*', target: 'buildimage', flatten: false)
copyArtifacts(projectName: '../vs/sonic-sairedis-build', filter: '**/*.deb', target: 'sairedis', flatten: true)
copyArtifacts(projectName: '../vs/buildimage-vs-all', filter: '**/*', target: 'buildimage', flatten: false)
}
}

Expand Down

0 comments on commit 17fe9dd

Please sign in to comment.