fix deploy labels
This commit is contained in:
@@ -64,7 +64,7 @@ pipeline {
|
|||||||
|
|
||||||
stage('Checkout Deploy Scripts') {
|
stage('Checkout Deploy Scripts') {
|
||||||
agent {
|
agent {
|
||||||
label "${params.DEPLOY_TARGET == 'development' ? 'linux && genarrative-build' : 'linux && genarrative-release-deploy'}"
|
label "${params.DEPLOY_TARGET == 'development' ? 'linux && genarrative-dev-deploy' : 'linux && genarrative-release-deploy'}"
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
@@ -111,7 +111,7 @@ pipeline {
|
|||||||
|
|
||||||
stage('Fetch Artifact') {
|
stage('Fetch Artifact') {
|
||||||
agent {
|
agent {
|
||||||
label "${params.DEPLOY_TARGET == 'development' ? 'linux && genarrative-build' : 'linux && genarrative-release-deploy'}"
|
label "${params.DEPLOY_TARGET == 'development' ? 'linux && genarrative-dev-deploy' : 'linux && genarrative-release-deploy'}"
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
copyArtifacts(
|
copyArtifacts(
|
||||||
@@ -126,7 +126,7 @@ pipeline {
|
|||||||
|
|
||||||
stage('Deploy Api') {
|
stage('Deploy Api') {
|
||||||
agent {
|
agent {
|
||||||
label "${params.DEPLOY_TARGET == 'development' ? 'linux && genarrative-build' : 'linux && genarrative-release-deploy'}"
|
label "${params.DEPLOY_TARGET == 'development' ? 'linux && genarrative-dev-deploy' : 'linux && genarrative-release-deploy'}"
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh '''
|
sh '''
|
||||||
|
|||||||
@@ -77,7 +77,7 @@ pipeline {
|
|||||||
|
|
||||||
stage('Checkout Publish Scripts') {
|
stage('Checkout Publish Scripts') {
|
||||||
agent {
|
agent {
|
||||||
label "${params.DEPLOY_TARGET == 'development' ? 'linux && genarrative-build' : 'linux && genarrative-release-deploy'}"
|
label "${params.DEPLOY_TARGET == 'development' ? 'linux && genarrative-dev-deploy' : 'linux && genarrative-release-deploy'}"
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
@@ -119,7 +119,7 @@ pipeline {
|
|||||||
|
|
||||||
stage('Fetch Artifact') {
|
stage('Fetch Artifact') {
|
||||||
agent {
|
agent {
|
||||||
label "${params.DEPLOY_TARGET == 'development' ? 'linux && genarrative-build' : 'linux && genarrative-release-deploy'}"
|
label "${params.DEPLOY_TARGET == 'development' ? 'linux && genarrative-dev-deploy' : 'linux && genarrative-release-deploy'}"
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
copyArtifacts(
|
copyArtifacts(
|
||||||
@@ -134,7 +134,7 @@ pipeline {
|
|||||||
|
|
||||||
stage('Publish Stdb Module') {
|
stage('Publish Stdb Module') {
|
||||||
agent {
|
agent {
|
||||||
label "${params.DEPLOY_TARGET == 'development' ? 'linux && genarrative-build' : 'linux && genarrative-release-deploy'}"
|
label "${params.DEPLOY_TARGET == 'development' ? 'linux && genarrative-dev-deploy' : 'linux && genarrative-release-deploy'}"
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ pipeline {
|
|||||||
|
|
||||||
stage('Checkout Deploy Scripts') {
|
stage('Checkout Deploy Scripts') {
|
||||||
agent {
|
agent {
|
||||||
label "${params.DEPLOY_TARGET == 'development' ? 'linux && genarrative-build' : 'linux && genarrative-release-deploy'}"
|
label "${params.DEPLOY_TARGET == 'development' ? 'linux && genarrative-dev-deploy' : 'linux && genarrative-release-deploy'}"
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
@@ -97,7 +97,7 @@ pipeline {
|
|||||||
|
|
||||||
stage('Fetch Artifact') {
|
stage('Fetch Artifact') {
|
||||||
agent {
|
agent {
|
||||||
label "${params.DEPLOY_TARGET == 'development' ? 'linux && genarrative-build' : 'linux && genarrative-release-deploy'}"
|
label "${params.DEPLOY_TARGET == 'development' ? 'linux && genarrative-dev-deploy' : 'linux && genarrative-release-deploy'}"
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
copyArtifacts(
|
copyArtifacts(
|
||||||
@@ -165,7 +165,7 @@ pipeline {
|
|||||||
|
|
||||||
stage('Deploy Web') {
|
stage('Deploy Web') {
|
||||||
agent {
|
agent {
|
||||||
label "${params.DEPLOY_TARGET == 'development' ? 'linux && genarrative-build' : 'linux && genarrative-release-deploy'}"
|
label "${params.DEPLOY_TARGET == 'development' ? 'linux && genarrative-dev-deploy' : 'linux && genarrative-release-deploy'}"
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh '''
|
sh '''
|
||||||
|
|||||||
0
scripts/jenkins-prepare-cargo-env.sh
Normal file → Executable file
0
scripts/jenkins-prepare-cargo-env.sh
Normal file → Executable file
Reference in New Issue
Block a user