diff --git a/Jenkinsfile b/Jenkinsfile index a54e3ae..a539020 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -82,7 +82,7 @@ pipeline { def getAgentLabel() { if (env.BRANCH_NAME == 'prod') { - return 'oracle-node' + return 'oracle-prod' } else { return 'built-in' // for develop }