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 {
stage("Build for Linux 64-bit") {
agent {
label "built-in"
label "untrusted"
}
steps {
sh("git clean -dfx")