From: Mike Marchetti Date: Thu, 27 Jul 2017 21:02:06 +0000 (-0400) Subject: change default node to system for stage_3 X-Git-Tag: v3.0.0rc~23 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=add4cda9e088712bbb04834a0d6111a5bb55a396;p=osm%2Fdevops.git change default node to system for stage_3 Change-Id: I61bef7d21281d6d0b6a0394b4a160cbb238719dc Signed-off-by: Mike Marchetti --- diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy index 0d2203ee..6b1198bd 100644 --- a/jenkins/ci-pipelines/ci_stage_3.groovy +++ b/jenkins/ci-pipelines/ci_stage_3.groovy @@ -18,7 +18,7 @@ properties([ parameters([ string(defaultValue: env.GERRIT_BRANCH, description: '', name: 'GERRIT_BRANCH'), - string(defaultValue: 'pipeline', description: '', name: 'NODE'), + string(defaultValue: 'system', description: '', name: 'NODE'), string(defaultValue: '', description: '', name: 'BUILD_FROM_SOURCE'), string(defaultValue: 'unstable', description: '', name: 'REPO_DISTRO'), string(defaultValue: '', description: '', name: 'COMMIT_ID'),