[DEV] Fix Pipeline agent

This commit is contained in:
2024-06-11 21:40:15 +02:00
parent 92c3153124
commit dac9b31f78

4
Jenkinsfile vendored
View File

@@ -1,4 +1,8 @@
pipeline {
agent {
label "master"
}
stages {
stage("Build LTS Folders") {
steps {