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'){