From fa5ce136fb369f2b96599130aa9c0914bd5949b1 Mon Sep 17 00:00:00 2001 From: Michael Shaw Date: Tue, 4 Oct 2022 15:49:53 -0400 Subject: [PATCH] build directly on node, not within container --- Jenkinsfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5b3b66c17..5d2b042dc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,12 +3,6 @@ pipeline { stages { stage('Build') { - agent { - docker { - image 'ubuntu:latest' - reuseNode true - } - } steps { script{ docker.withRegistry('https://git.vdb.to'){