From d70bda6ecc92d7f15ce87c22d03c43a71ee629ee Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Sat, 14 May 2022 16:38:11 -0500 Subject: [PATCH] eeeeeeeeeee --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 710f4a2..23ebc99 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('Build') { steps { - withDockerContainer('rust:latest') { + withDockerContainer(image: 'rust:latest', toolName: 'Docker') { sh 'cargo build --release' } }