update to log
dongho-repo/blog/pipeline/head There was a failure building this commit

This commit is contained in:
Dongho Kim
2026-06-02 18:10:30 +02:00
parent eae4b17feb
commit 607ff26188
Vendored
+5
View File
@@ -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 {