Merge "Fix hss and mme tag typo in omec postmerge job"
diff --git a/jjb/pipeline/omec-postmerge.groovy b/jjb/pipeline/omec-postmerge.groovy
index 9df3600..f64757d 100644
--- a/jjb/pipeline/omec-postmerge.groovy
+++ b/jjb/pipeline/omec-postmerge.groovy
@@ -77,8 +77,8 @@
}
build job: "omec-deploy-staging", parameters: [
string(name: 'hssdb_tag', value: "${hssdb_tag}"),
- string(name: 'mme_tag', value: "${hss_tag}"),
- string(name: 'hss_tag', value: "${mme_tag}"),
+ string(name: 'hss_tag', value: "${hss_tag}"),
+ string(name: 'mme_tag', value: "${mme_tag}"),
string(name: 'spgwc_tag', value: "${spgwc_tag}"),
string(name: 'spgwu_tag', value: "${spgwu_tag}"),
], quietPeriod: quietPeriodTime