Append BUILD_ID to Foreman artifact
[releng.git] / jjb / genesis / genesis.yml
index 92d269e..9e24d8a 100644 (file)
 
             # do the build
             cd $WORKSPACE/foreman/ci
-            ./build.sh $BUILD_DIRECTORY
+            ./build.sh -v $BUILD_ID $BUILD_DIRECTORY
 
         - shell: |
             #!/bin/bash