From 1b77aeecfcf2a22d8ba42943ac44ea09aa03a2ae Mon Sep 17 00:00:00 2001 From: Gus Grubba Date: Tue, 30 Jan 2018 21:08:57 -0500 Subject: [PATCH] Fix var name --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0eec8a0a0..8cc6babe1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -18,7 +18,7 @@ pipeline { sh 'git clean -ff -x -d .' sh 'git submodule update --init --recursive --force' sh 'rm -rf ${SHADOW_BUILD_DIR}; mkdir -p ${SHADOW_BUILD_DIR}' - sh 'cd ${SHADOW_BUILD_DIR}; ${QT_BIN_PATH}/5.9.3/clang_64/bin/qmake -r ${WORKSPACE}/qgroundcontrol.pro CONFIG+=release CONFIG+=WarningsAsErrorsOn' + sh 'cd ${SHADOW_BUILD_DIR}; ${QT_PATH}/5.9.3/clang_64/bin/qmake -r ${WORKSPACE}/qgroundcontrol.pro CONFIG+=release CONFIG+=WarningsAsErrorsOn' sh 'cd ${SHADOW_BUILD_DIR}; make -j`sysctl -n hw.ncpu`' sh 'ccache -s' } -- 2.22.0