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 {
|
||||
stage('Checkout') {
|
||||
steps {
|
||||
|
||||
Reference in New Issue
Block a user