test
All checks were successful
pyrite-dev/taiga/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-03-14 05:15:28 +09:00
commit 202ded7ee7
Signed by: nishi
GPG key ID: 27EF69B208EB9343

5
Jenkinsfile vendored
View file

@ -1,10 +1,9 @@
discardBuilds
pipeline {
agent {
label "built-in"
}
options {
buildDiscarder(logRotator(numToKeepStr: '16', artifactNumToKeepStr: '16'))
}
stages {
stage("Build") {
parallel {