Skip to content

Commit

Permalink
Update path to allocate-jboss-ports
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf authored and definite committed Mar 8, 2017
1 parent d662eba commit b4e1d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -13,7 +13,7 @@ void xvfb(Closure wrapped) {
}

void withPorts(Closure wrapped) {
def ports = sh(script: 'etc/scripts/allocate-jboss-ports', returnStdout: true)
def ports = sh(script: 'server/etc/scripts/allocate-jboss-ports', returnStdout: true)
withEnv(ports.trim().readLines()) {
wrapped.call()
}
Expand Down

0 comments on commit b4e1d87

Please sign in to comment.