This commit is contained in:
Nishi 2026-09-15 07:24:41 +09:00
commit 2835b917a9

8
Jenkinsfile vendored
View file

@ -26,7 +26,7 @@ pipeline {
parallel { parallel {
stage("Build for Linux 64-bit") { stage("Build for Linux 64-bit") {
agent { agent {
label "untrusted" label "built-in"
} }
steps { steps {
sh("git clean -dfx") sh("git clean -dfx")
@ -38,7 +38,7 @@ pipeline {
} }
stage("Build for Windows 32-bit") { stage("Build for Windows 32-bit") {
agent { agent {
label "untrusted" label "built-in"
} }
steps { steps {
sh("git clean -dfx") sh("git clean -dfx")
@ -51,7 +51,7 @@ pipeline {
} }
stage("Build for Windows 64-bit") { stage("Build for Windows 64-bit") {
agent { agent {
label "untrusted" label "built-in"
} }
steps { steps {
sh("git clean -dfx") sh("git clean -dfx")
@ -76,7 +76,7 @@ pipeline {
} }
stage("Build for Windows 32-bit (Watcom)") { stage("Build for Windows 32-bit (Watcom)") {
agent { agent {
label "untrusted" label "built-in"
} }
steps { steps {
sh("git clean -dfx") sh("git clean -dfx")