cleanup
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-03-14 05:16:27 +09:00
commit 8f04ccdb68
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 document") {
when {