diff options
-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 ''' } } |