diff options
Diffstat (limited to 'Jenkinsfile')
-rw-r--r-- | Jenkinsfile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 49fd42d..152bf8e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -87,7 +87,7 @@ stage('Build') { echo 'Windows build failed' } finally { sh ''' - export PATH=/c/dev-tools/msys/x86/usr/bin + export PATH=/c/msys/x86/usr/bin rm -Rf $(cygpath $WORKSPACE)/openssl-1.0.2r ''' } @@ -98,7 +98,7 @@ stage ("Post processing") { node('bslp02-centos6-64') { unstash name: 'qtwin' sh ''' - QT_VER=5.13.1 + QT_VER=5.13.2 # # cleanup temporary destination folder for final distribution ... # unpack Linux archives ... @@ -126,7 +126,6 @@ stage ("Post processing") { echo "TargetSpec=x-win32-g++" >> $WORKSPACE/INST/$QT_VER/x86-mingw64/xbin/qt.conf # # finally create the whole archive ... - cd $WORKSPACE/INST && tar -zcf $WORKSPACE/qt-$QT_VER-$BUILD_NUMBER-bins_64.tgz ./ rm -Rf $WORKSPACE/INST ''' archiveArtifacts artifacts: '*.tgz, *.zip' |