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 6ea3a67 commit dffa1cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ node {
checkout scm

def hostIP = sh ("PATH=./node node .printip.js")
printf('******* ' + hostIP)
sh "echo **********"
sh "echo ${hostIP}"
sh "echo **********"

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

0 comments on commit dffa1cb

Please sign in to comment.