Skip to content

Commit

Permalink
fix(Build): Corrected typo in Jenkins build
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed Jan 18, 2019
1 parent 49cf69b commit ed202dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ node {
docker.withRegistry('https://registry-1.docker.io/v2/', 'docker-hub-holisticon') {
image.push('latest')
}
}
} else {
nodeJS.publishSnapshot('.', env.BUILD_NUMBER, env.BRANCH_NAME)
// Docker Publish
Expand All @@ -46,7 +45,7 @@ node {
}

} catch (e) {
notify.buildMessage(currentBuild, true, 'holi-oss', 'Error with recent changes: ' + build.summarizeBuild(currentBuild))
notify.buildMessage(currentBuild, 'holi-oss', 'Error with recent changes: ' + build.summarizeBuild(currentBuild))
throw e
}

Expand Down

0 comments on commit ed202dd

Please sign in to comment.