Update PATH
parent
e9160947c3
commit
74f94aa21e
|
@ -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