Update Jenkinsfile

This commit is contained in:
mMate89 2023-05-04 12:45:50 +02:00 committed by GitHub
parent e17bcc134a
commit 6aa2801ed8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -1,5 +1,5 @@
pipeline {
agent any
agent { label 'worker1' }
stages {
stage('Maven install') {
agent {