summaryrefslogtreecommitdiffstats
path: root/jjb/apex/apex.yml
diff options
context:
space:
mode:
authorJun Li <lijun_1203@126.com>2017-07-25 00:46:08 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-07-25 00:46:08 +0000
commit1c4cf83cbdb83151f2cfdbb165caa9d3853593fc (patch)
treecdfad950468f5346dcc543e85d24d82e8565d724 /jjb/apex/apex.yml
parentcc1a228d84b22a78d2785fabac85dd7352d2b9b2 (diff)
parent45899e46e955333c0bbf824a7955022d7e254eea (diff)
Merge "Bugfix: Add Apex jobs failed because of wrong regex"
Diffstat (limited to 'jjb/apex/apex.yml')
-rw-r--r--jjb/apex/apex.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml
index 0123d755a..fd4dc9ff5 100644
--- a/jjb/apex/apex.yml
+++ b/jjb/apex/apex.yml
@@ -740,7 +740,7 @@
predefined-parameters:
DEPLOY_SCENARIO=$DEPLOY_SCENARIO
kill-phase-on: NEVER
- enable-condition: "DEPLOY_SCENARIO =~ /os-(nosdn-nofeature|nosdn-kvm|odl_l3-fdio)-ha/"
+ enable-condition: "def m = '$DEPLOY_SCENARIO' ==~ /os-(nosdn-nofeature|nosdn-kvm|odl_l3-fdio)-ha/"
abort-all-job: false
git-revision: false
- conditional-step: