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 bc9c2b3 commit 2daf0b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!groovy

node {
stage 'init'
//deleteDir()
checkout scm
stage 'init'
//deleteDir()
checkout scm

sh "echo `PATH=./node/:./node/npm/:$PATH node .printip.js`"
sh "echo `PATH=./node node .printip.js` "

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

0 comments on commit 2daf0b9

Please sign in to comment.