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 { pipeline {
//agent { agent {
//dockerfile { dockerfile {
//dir 'automation' dir 'automation'
//reuseNode true reuseNode true
//} }
//} }
agent any // agent any
stages { stages {
stage('Deployment') { stage('Deployment') {
when { when {