build directly on node, not within container
This commit is contained in:
Vendored
-6
@@ -3,12 +3,6 @@ pipeline {
|
||||
|
||||
stages {
|
||||
stage('Build') {
|
||||
agent {
|
||||
docker {
|
||||
image 'ubuntu:latest'
|
||||
reuseNode true
|
||||
}
|
||||
}
|
||||
steps {
|
||||
script{
|
||||
docker.withRegistry('https://git.vdb.to'){
|
||||
|
||||
Reference in New Issue
Block a user