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

Commit

Permalink
printip
Browse files Browse the repository at this point in the history
  • Loading branch information
tfennelly committed Sep 23, 2016
1 parent d8d21cf commit 81c5cb7
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 @@ -8,7 +8,7 @@ node {
sh "PATH=./node node .printip.js > hostip.txt"
def hostip = readFile 'hostip.txt'

sh "***** hostip: ${hostip}"
sh "hostip: ${hostip}"

// def athImg = docker.image('blueocean-ath-builder')
// athImg.inside("--expose=1024-65535") {
Expand Down

0 comments on commit 81c5cb7

Please sign in to comment.