testing ci

This commit is contained in:
Nishi 2026-09-15 05:53:56 +09:00
commit 09f2d6c565

2
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 "built-in" label "untrusted"
} }
steps { steps {
sh("git clean -dfx") sh("git clean -dfx")