clean old things
All checks were successful
pyrite-dev/taiga/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-03-14 05:10:50 +09:00
commit 3ea3bf7fd9
Signed by: nishi
GPG key ID: 27EF69B208EB9343

3
Jenkinsfile vendored
View file

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