fix: correct agent label for production environment in Jenkinsfile
bangararaju.kottedi.in/admin/admin-uat/pipeline/head This commit looks good
bangararaju.kottedi.in/admin/admin-uat/pipeline/head This commit looks good
This commit is contained in:
Vendored
+1
-1
@@ -82,7 +82,7 @@ pipeline {
|
|||||||
|
|
||||||
def getAgentLabel() {
|
def getAgentLabel() {
|
||||||
if (env.BRANCH_NAME == 'prod') {
|
if (env.BRANCH_NAME == 'prod') {
|
||||||
return 'oracle-node'
|
return 'oracle-prod'
|
||||||
} else {
|
} else {
|
||||||
return 'built-in' // for develop
|
return 'built-in' // for develop
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user