Fix agent label
This commit is contained in:
parent
1cf981cdd3
commit
9d83a4c341
1 changed files with 11 additions and 11 deletions
22
Jenkinsfile
vendored
22
Jenkinsfile
vendored
|
@ -12,7 +12,7 @@ pipeline {
|
||||||
stages {
|
stages {
|
||||||
stage("Clean Up Repo") {
|
stage("Clean Up Repo") {
|
||||||
agent {
|
agent {
|
||||||
label dockermain
|
label "dockermain"
|
||||||
}
|
}
|
||||||
|
|
||||||
steps {
|
steps {
|
||||||
|
@ -29,7 +29,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
stage("Clean Docker Caches") {
|
stage("Clean Docker Caches") {
|
||||||
agent {
|
agent {
|
||||||
label dockermain
|
label "dockermain"
|
||||||
}
|
}
|
||||||
|
|
||||||
steps {
|
steps {
|
||||||
|
@ -45,7 +45,7 @@ pipeline {
|
||||||
|
|
||||||
stage("Stop Workers") {
|
stage("Stop Workers") {
|
||||||
agent {
|
agent {
|
||||||
label dockermain
|
label "dockermain"
|
||||||
}
|
}
|
||||||
|
|
||||||
steps {
|
steps {
|
||||||
|
@ -63,7 +63,7 @@ pipeline {
|
||||||
|
|
||||||
stage("Build Debian Base") {
|
stage("Build Debian Base") {
|
||||||
agent {
|
agent {
|
||||||
label dockermain
|
label "dockermain"
|
||||||
}
|
}
|
||||||
|
|
||||||
steps {
|
steps {
|
||||||
|
@ -80,7 +80,7 @@ pipeline {
|
||||||
|
|
||||||
stage("Builder Debian Compiler") {
|
stage("Builder Debian Compiler") {
|
||||||
agent {
|
agent {
|
||||||
label dockermain
|
label "dockermain"
|
||||||
}
|
}
|
||||||
|
|
||||||
steps {
|
steps {
|
||||||
|
@ -98,7 +98,7 @@ pipeline {
|
||||||
|
|
||||||
stage("Build ADK") {
|
stage("Build ADK") {
|
||||||
agent {
|
agent {
|
||||||
label dockermain
|
label "dockermain"
|
||||||
}
|
}
|
||||||
|
|
||||||
steps {
|
steps {
|
||||||
|
@ -115,7 +115,7 @@ pipeline {
|
||||||
|
|
||||||
stage("Build Flutter") {
|
stage("Build Flutter") {
|
||||||
agent {
|
agent {
|
||||||
label dockermain
|
label "dockermain"
|
||||||
}
|
}
|
||||||
|
|
||||||
steps {
|
steps {
|
||||||
|
@ -132,7 +132,7 @@ pipeline {
|
||||||
|
|
||||||
stage("Build AppImage Layer") {
|
stage("Build AppImage Layer") {
|
||||||
agent {
|
agent {
|
||||||
label dockermain
|
label "dockermain"
|
||||||
}
|
}
|
||||||
|
|
||||||
steps {
|
steps {
|
||||||
|
@ -149,7 +149,7 @@ pipeline {
|
||||||
|
|
||||||
stage("Build Linux Node") {
|
stage("Build Linux Node") {
|
||||||
agent {
|
agent {
|
||||||
label dockermain
|
label "dockermain"
|
||||||
}
|
}
|
||||||
|
|
||||||
steps {
|
steps {
|
||||||
|
@ -166,7 +166,7 @@ pipeline {
|
||||||
|
|
||||||
stage("Build Linux Firestorm Node") {
|
stage("Build Linux Firestorm Node") {
|
||||||
agent {
|
agent {
|
||||||
label dockermain
|
label "dockermain"
|
||||||
}
|
}
|
||||||
|
|
||||||
steps {
|
steps {
|
||||||
|
@ -183,7 +183,7 @@ pipeline {
|
||||||
|
|
||||||
stage("Clean Up Caches") {
|
stage("Clean Up Caches") {
|
||||||
agent {
|
agent {
|
||||||
label dockermain
|
label "dockermain"
|
||||||
}
|
}
|
||||||
|
|
||||||
steps {
|
steps {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue