Add fixes in openci job
[releng.git] / jjb / openci / create-cde.sh
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"