[DEV] Fix Pipeline agent
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -1,4 +1,8 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
|
agent {
|
||||||
|
label "master"
|
||||||
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage("Build LTS Folders") {
|
stage("Build LTS Folders") {
|
||||||
steps {
|
steps {
|
||||||
|
Reference in New Issue
Block a user