fix: correct agent label for production environment in Jenkinsfile
All checks were successful
bangararaju.kottedi.in/admin/admin-uat/pipeline/head This commit looks good
All checks were successful
bangararaju.kottedi.in/admin/admin-uat/pipeline/head This commit looks good
This commit is contained in:
parent
a0e56f6a89
commit
17d2289974
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -82,7 +82,7 @@ pipeline {
|
||||
|
||||
def getAgentLabel() {
|
||||
if (env.BRANCH_NAME == 'prod') {
|
||||
return 'oracle-node'
|
||||
return 'oracle-prod'
|
||||
} else {
|
||||
return 'built-in' // for develop
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user