Merge "3rd party ci: Create jobs for ODL netvirt testing in OPNFV"
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>
Mon, 12 Dec 2016 17:52:36 +0000 (17:52 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 12 Dec 2016 17:52:36 +0000 (17:52 +0000)
jjb/apex/apex-upload-artifact.sh
jjb/apex/apex.yml

index f54e4c5..64f13f4 100755 (executable)
@@ -11,6 +11,8 @@ echo
 # source the opnfv.properties to get ARTIFACT_VERSION
 source $WORKSPACE/opnfv.properties
 
+BUILD_DIRECTORY=${WORKSPACE}/.build
+
 # clone releng repository
 echo "Cloning releng repository..."
 [ -d releng ] && rm -rf releng
index 9befaba..d8784c6 100644 (file)
             description: "Artifact version type"
         - string:
             name: BUILD_DIRECTORY
-            default: $WORKSPACE/.build
+            default: $WORKSPACE/build
             description: "Directory where the build artifact will be located upon the completion of the build."
         - string:
             name: CACHE_DIRECTORY