diff --git a/Jenkinsfile b/Jenkinsfile index 037a169f..e05c7292 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,9 +17,9 @@ node { def platform = platforms[platform_idx] builds[platform] = { node { - checkout scm - try { + checkout scm + image = docker.build("cmake-build:${env.BUILD_ID}") stage("Build ${platform}") {