use container kaniko
Some checks failed
MJN/finance-dbt/pipeline/head There was a failure building this commit

This commit is contained in:
沈楠 2024-04-08 11:28:55 +08:00
parent edef34680e
commit 945b5d6335

2
Jenkinsfile vendored
View File

@ -49,7 +49,7 @@ pipeline {
} }
} }
steps { steps {
script { container('kaniko') {
// Build the Docker image // Build the Docker image
sh """ sh """
/kaniko/executor \ /kaniko/executor \