this should really work..

This commit is contained in:
Robin Müller 2023-09-19 21:20:24 +02:00
parent 846672c723
commit d6fdcc0b02
Signed by: muellerr
GPG Key ID: FCE0B2BD2195142F

View File

@ -1,11 +1,11 @@
pipeline {
//agent {
//dockerfile {
//dir 'automation'
//reuseNode true
//}
//}
agent any
agent {
dockerfile {
dir 'automation'
reuseNode true
}
}
// agent any
stages {
stage('Deployment') {
when {