mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 01:05: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') {
|
node('master') {
|
||||||
try {
|
try {
|
||||||
if (env.BRANCH_NAME && env.BRANCH_NAME ==~ regexDevBranch) {
|
if (env.BRANCH_NAME && (env.BRANCH_NAME ==~ regexDevBranch
|
||||||
|
|| env.BRANCH_NAME ==~ regexReleaseBranch)) {
|
||||||
stage('Publish') {
|
stage('Publish') {
|
||||||
unstash name: 'swift-linux-64'
|
unstash name: 'swift-linux-64'
|
||||||
unstash name: 'swift-macos-64'
|
unstash name: 'swift-macos-64'
|
||||||
|
|||||||
Reference in New Issue
Block a user