summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrohitsakala <rohitsakala@gmail.com>2017-02-06 22:21:16 +0530
committerrohitsakala <rohitsakala@gmail.com>2017-02-06 22:25:52 +0530
commit2615e34e1baa1670f5085ecc3ee1f2ff5def330d (patch)
tree2d2a92760b0af4bcf25ae9da1fe7d2b62e90e9aa
parent9e294cf7a924d2255b6e702600094d44c50834fb (diff)
Changed parameters in phase jobs
This is done so that the parameters of the prevuious phase jobs are not carried forward to next phase jobs Change-Id: I91a068c75fe1658b3ca104613d3d59a6b82508e9 Signed-off-by: rohitsakala <rohitsakala@gmail.com>
-rw-r--r--jjb/releng/testapi-automate.yml12
1 files changed, 9 insertions, 3 deletions
diff --git a/jjb/releng/testapi-automate.yml b/jjb/releng/testapi-automate.yml
index 4e666ce40..1c0bd5d7f 100644
--- a/jjb/releng/testapi-automate.yml
+++ b/jjb/releng/testapi-automate.yml
@@ -153,7 +153,6 @@
condition: SUCCESSFUL
projects:
- name: 'testapi-automate-docker-update-{stream}'
- current-parameters: true
kill-phase-on: FAILURE
abort-all-job: true
- multijob:
@@ -161,7 +160,6 @@
condition: SUCCESSFUL
projects:
- name: 'testapi-automate-docker-deploy-{stream}'
- current-parameters: true
kill-phase-on: FAILURE
abort-all-job: true
- multijob:
@@ -169,7 +167,6 @@
condition: SUCCESSFUL
projects:
- name: 'testapi-automate-generate-doc-{stream}'
- current-parameters: true
kill-phase-on: FAILURE
abort-all-job: true
@@ -185,6 +182,15 @@
max-per-node: 1
option: 'project'
+ parameters:
+ - project-parameter:
+ project: '{project}'
+ branch: '{branch}'
+ - string:
+ name: DOCKER_TAG
+ default: "latest"
+ description: "Tag name for testapi docker image"
+
wrappers:
- ssh-agent-wrapper
- timeout: