Fix agent label

This commit is contained in:
zontreck 2024-09-13 01:46:59 -07:00
parent 1cf981cdd3
commit 9d83a4c341

22
Jenkinsfile vendored
View file

@ -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 {