mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
[Jenkinsfile] Publish artifacts to datastore for both dev and release branches.
This commit is contained in:
committed by
Klaus Basan
parent
c1f0aa72b7
commit
821ebffbcf
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -268,7 +268,8 @@ node('master') {
|
||||
|
||||
node('master') {
|
||||
try {
|
||||
if (env.BRANCH_NAME && env.BRANCH_NAME ==~ regexDevBranch) {
|
||||
if (env.BRANCH_NAME && (env.BRANCH_NAME ==~ regexDevBranch
|
||||
|| env.BRANCH_NAME ==~ regexReleaseBranch)) {
|
||||
stage('Publish') {
|
||||
unstash name: 'swift-linux-64'
|
||||
unstash name: 'swift-macos-64'
|
||||
|
||||
Reference in New Issue
Block a user