Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Commit

Permalink
use a local nexus repo
Browse files Browse the repository at this point in the history
  • Loading branch information
tfennelly committed Sep 23, 2016
1 parent 39bc0d9 commit 2bad63c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ node {
stage 'run'
sh "./run.sh -a=./blueocean-plugin/blueocean/ --host=\"${hostip}\" --port=12345 --settings /home/bouser/settings.xml "
} catch (err) {
sh "echo '${err.getMessage()}'"
sh "echo '${err.message}'"
currentBuild.result = "FAILURE"
} finally {
//deleteDir()
Expand Down

0 comments on commit 2bad63c

Please sign in to comment.