This commit is contained in:
Vendored
+5
@@ -5,6 +5,11 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
environment {
|
||||||
|
// Prepend common docker install paths to the environment PATH
|
||||||
|
PATH = "/usr/local/bin:/usr/bin:/bin:${env.PATH}"
|
||||||
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('Checkout') {
|
stage('Checkout') {
|
||||||
steps {
|
steps {
|
||||||
|
|||||||
Reference in New Issue
Block a user