diff options
author | Joerg Koenig <Joerg.Koenig@techsat.com> | 2019-06-01 20:15:41 (GMT) |
---|---|---|
committer | Joerg Koenig <Joerg.Koenig@techsat.com> | 2019-06-01 20:15:41 (GMT) |
commit | 4ffc9334ac91639125a70bbca5087321cfc28ae6 (patch) | |
tree | 0959bec673918d3f2b051953771b9718c0e075e7 | |
parent | 8f68a7d1515ebc24374d65bb2387b826b63071fd (diff) | |
download | Qt-4ffc9334ac91639125a70bbca5087321cfc28ae6.zip Qt-4ffc9334ac91639125a70bbca5087321cfc28ae6.tar.gz Qt-4ffc9334ac91639125a70bbca5087321cfc28ae6.tar.bz2 |
Fixed Makefile in cwtry except finalwq!refs/changes/04/7704/1
Change-Id: Iaca030dd2a8507fb7af3547aa938c8b3bb36817b
-rw-r--r-- | Jenkinsfile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index a270e31..61d67bc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -81,12 +81,10 @@ stage('Build') { stash name: "qtwin", includes: "*-msvc.zip, *-x86-mingw64.tgz" } catch (e) { echo 'Windows build failed' - setBuildResult('FAILURE') } finally { sh ''' export PATH=/c/dev-tools/msys/x86/usr/bin - rm -Rf openssl-1.0.2r - cd $WORKSPACE + rm -Rf $(cygpath $WORKSPACE)/openssl-1.0.2r ''' } } |