Update PATH
parent
e9160947c3
commit
74f94aa21e
|
@ -6,7 +6,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
environment {
|
environment {
|
||||||
ESXI_PASS = credentials('VI_PASSWORD')
|
ESXI_PASS = credentials('VI_PASSWORD')
|
||||||
PATH = '/home/qindel/bin/ovftool:/usr/local/bin:$PATH'
|
PATH = "/home/qindel/bin/ovftool:${env.PATH}"
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Prepare environment') {
|
stage('Prepare environment') {
|
||||||
|
|
Loading…
Reference in New Issue