summaryrefslogtreecommitdiffstats
path: root/Jenkinsfile
diff options
context:
space:
mode:
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index a88a3b2..a2d662a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -55,7 +55,7 @@ stage('Build') {
userRemoteConfigs: [[url: REPO]]])
stage ("MinGW Qt Build") {
- sh '''#!/bin/bash
+ sh '''
set -x
echo "Cleanup prev. builds ..."
WS=$(cygpath $WORKSPACE)
@@ -71,7 +71,7 @@ stage('Build') {
'''
}
stage ("MinGW Qt-Creator Build") {
- sh '''#!/bin/bash
+ sh '''
set -x
echo "Cleanup prev. builds ..."
WS=$(cygpath $WORKSPACE)
@@ -86,7 +86,7 @@ stage('Build') {
'''
}
stage ("Cleanup") {
- sh '''#!/bin/bash
+ sh '''
set -x
rm -Rf /c/tmp/qt
'''