agent to any

This commit is contained in:
Milan Petrovic 2025-06-11 15:32:29 +02:00
parent 6794520057
commit 6fbbd7ccab

2
Jenkinsfile vendored
View file

@ -1,5 +1,5 @@
pipeline { pipeline {
agent none agent any
environment { environment {
GIT_COMMIT_SHORT = sh(script: "git rev-parse --short HEAD", returnStdout: true).trim() GIT_COMMIT_SHORT = sh(script: "git rev-parse --short HEAD", returnStdout: true).trim()