Merge "Add fixes in openci job"
authorFatih Degirmenci <fdegir@gmail.com>
Thu, 20 Sep 2018 08:18:12 +0000 (08:18 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 20 Sep 2018 08:18:12 +0000 (08:18 +0000)
jjb/openci/create-cde.sh
jjb/openci/openci-opnfv-daily-jobs.yaml

index b4b273a..12ede63 100755 (executable)
@@ -34,6 +34,10 @@ cat <<EOF > ./json_body.txt
 }
 EOF
 
+# temporary: until we can embed credentials plugin
+ACTIVEMQ_USER="openci"
+ACTIVEMQ_PASSWORD="openciP@ssw0rd"
+
 openci_publish -H 129.192.69.55 -U ${ACTIVEMQ_USER} -p ${ACTIVEMQ_PASSWORD} -n openci.prototype -B ./json_body.txt
 
 echo "Constructed $PUBLISH_EVENT_TYPE"
index 3cacee6..40e61ce 100644 (file)
       - 'opnfv-build-defaults'
 
     wrappers:
-      - credentials-binding:
-          - username-password-separated:
-              credential-id: openci-connect-activemq
-              username: ACTIVEMQ_USER
-              password: ACTIVEMQ_PASSWORD
+      - workspace-cleanup
 
     triggers:
       - jms-messaging: