build directly on node, not within container

This commit is contained in:
Michael Shaw
2022-10-04 15:49:53 -04:00
parent 08eeefb31d
commit fa5ce136fb
Vendored
-6
View File
@@ -3,12 +3,6 @@ pipeline {
stages {
stage('Build') {
agent {
docker {
image 'ubuntu:latest'
reuseNode true
}
}
steps {
script{
docker.withRegistry('https://git.vdb.to'){