functest: Fix parameters for docker build jobs 75/47175/1
authorFatih Degirmenci <fdegir@gmail.com>
Tue, 14 Nov 2017 10:03:44 +0000 (11:03 +0100)
committerFatih Degirmenci <fdegir@gmail.com>
Tue, 14 Nov 2017 10:03:44 +0000 (11:03 +0100)
Change-Id: Id692673fbd47ba623d52970327dbc6360843b253
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
jjb/releng/functest-docker.yml

index ed6dfce..9694e12 100644 (file)
@@ -43,7 +43,6 @@
         COMMIT_ID=$COMMIT_ID
         RELEASE_VERSION=$RELEASE_VERSION
         DOCKERFILE=$DOCKERFILE
-        ARCH_TAG=$ARCH_TAG
       kill-phase-on: FAILURE
       abort-all-jobs: false
 
@@ -51,9 +50,8 @@
       current-parameters: false
       git-revision: true
       node-parameters: false
-      predefined-parameters: |
+      predefined-parameters:
         RELEASE_VERSION=$RELEASE_VERSION
-        ARCH_TAG=$ARCH_TAG
       kill-phase-on: FAILURE
       abort-all-jobs: false
 
           branch: '{branch}'
           slave_label: 'opnfv-build-ubuntu'
           arch_tag: 'amd64'
-      - string:
-          name: ARCH_TAG
-          default: "{arch_tag}"
-          description: "If set, this value will be added to the docker image tag as a prefix"
 
     properties:
       - throttle:
           name: PROJECT
           default: "{project}"
           description: "Project name used to enable job conditions"
+      - string:
+          name: RELEASE_VERSION
+          default: ""
+          description: "Docker tag to be built, e.g. 5.0.0, opnfv-5.0.0, 5.0.RC1"
       - string:
           name: GIT_BASE
           default: https://gerrit.opnfv.org/gerrit/$PROJECT