Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update Jenkinsfile
wgthom committed Apr 20, 2019
1 parent dd934df commit 40d0ec6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
@@ -116,7 +116,7 @@ pipeline {
stage('Notify') {
steps{
echo "$maintainer"
slackSend color: 'good', message: "${maintainer}/${imagename} set pushed to DockerHub"
slackSend color: 'good', message: "${maintainer}/${imagename} version ${tag} pushed to DockerHub"
}
}
}
@@ -126,7 +126,7 @@ pipeline {
}
failure {
// slackSend color: 'good', message: "Build failed"
handleError("BUILD ERROR: There was a problem building ${maintainer}/${imagename}:${tag}.")
handleError("BUILD ERROR: There was a problem building ${maintainer}/${imagename} version ${tag}.")
}
}
}

0 comments on commit 40d0ec6

Please sign in to comment.