From 4ffc9334ac91639125a70bbca5087321cfc28ae6 Mon Sep 17 00:00:00 2001 From: Joerg Koenig Date: Sat, 1 Jun 2019 22:15:41 +0200 Subject: Fixed Makefile in cwtry except finalwq! Change-Id: Iaca030dd2a8507fb7af3547aa938c8b3bb36817b --- Jenkinsfile | 4 +--- 1 file changed, 1 insertion(+), 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 ''' } } -- cgit v0.12