From 64306336a9abd1c5e1b2ab2b34871ebec68e2296 Mon Sep 17 00:00:00 2001 From: "Koenig, Joerg" Date: Tue, 9 Jun 2020 22:52:29 +0200 Subject: Removed interpreter line from MinGW shell Change-Id: I0b991f20a30553b89f6a5554dbcbbf6fec12c47f --- Jenkinsfile | 6 +++--- 1 file 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 ''' -- cgit v0.12