Update PATH
testing/og-dhcp-API/pipeline/head There was a failure building this commit
Details
testing/og-dhcp-API/pipeline/head There was a failure building this commit
Details
parent
9935af4f48
commit
9c106f04c0
|
@ -6,7 +6,7 @@ pipeline {
|
|||
}
|
||||
environment {
|
||||
ESXI_PASS = credentials('VI_PASSWORD')
|
||||
PATH = '/home/qindel/bin/ovftool:/usr/local/bin:$PATH'
|
||||
PATH = "/home/qindel/bin/ovftool:${env.PATH}"
|
||||
}
|
||||
stages {
|
||||
stage('Prepare environment') {
|
||||
|
|
Loading…
Reference in New Issue