Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey authored Nov 20, 2018
1 parent 3f38e95 commit cce02ab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,15 @@ node('windows') {

stage 'Build'

try{
sh 'powershell ./rebuild.ps1 > ./debug'
/*try{
sh 'powershell ./rebuild.ps1 > ./debug'
} catch(error) {
def error_details = readFile('./debug');
def message = "BUILD ERROR: There was a problem building ${imagename}:${tag}. \n\n ${error_details}"
sh "powershell (Remove-Item -Force ./debug)"
handleError(message)
}
}*/

// stage 'Test'

Expand Down

0 comments on commit cce02ab

Please sign in to comment.