added agent

This commit is contained in:
Milan Petrovic 2025-06-11 15:05:16 +02:00
parent 7b3b3b8485
commit be9b774c1d

1
Jenkinsfile vendored
View file

@ -24,6 +24,7 @@ pipeline {
}
stage('Build') {
agent { label 'vps-agent1' }
steps {
script {
def branch = env.BRANCH_NAME