Prepend variables in properties file with OPNFV
[releng.git] / jjb / genesis / genesis.yml
index a987ff7..2a53f7d 100644 (file)
 
             # save information regarding artifact into file
             (
-                echo "GIT_URL=$(git config --get remote.origin.url)"
-                echo "SHA1=$(git rev-parse HEAD)"
-                echo "ARTIFACT_URL=$GS_URL/opnfv-$BUILD_ID.iso"
-                echo "BUILD_URL=$BUILD_URL"
-                echo "BUILD=OK"
+                echo "OPNFV_GIT_URL=$(git config --get remote.origin.url)"
+                echo "OPNFV_GIT_SHA1=$(git rev-parse HEAD)"
+                echo "OPNFV_ARTIFACT_URL=$GS_URL/opnfv-$BUILD_ID.iso"
+                echo "OPNFV_BUILD_URL=$BUILD_URL"
+                echo "OPNFV_BUILD=OK"
             ) > opnfv-$BUILD_ID.properties
 
             # copy artifact property file as latest.properties