Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove Test stage, testing handled upstream
mgrady committed Oct 30, 2018
1 parent d1c45b8 commit 7f2361f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Jenkinsfile
@@ -45,17 +45,6 @@ node {
handleError(message)
}

stage 'Tests'

try{
sh 'bin/test.sh &> debug'
} catch(error) {
def error_details = readFile('./debug');
def message = "BUILD ERROR: There was a problem building ${imagename}:${tag}. \n\n ${error_details}"
sh "rm -f ./debug"
handleError(message)
}

stage 'Push'

docker.withRegistry('https://registry.hub.docker.com/', "dockerhub-$maintainer") {

0 comments on commit 7f2361f

Please sign in to comment.