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

This commit is contained in:
Nishi 2026-03-14 05:09:53 +09:00
commit 43dd61ffbe
Signed by: nishi
GPG key ID: 27EF69B208EB9343

6
Jenkinsfile vendored
View file

@ -2,8 +2,14 @@ pipeline {
agent {
label "built-in"
}
options {
buildDiscarder(logRotator(numToKeepStr: '16', artifactNumToKeepStr: '16'))
}
stages {
stage("Build document") {
when {
branch "master"
}
steps {
sh("doxygen")
sh("rm -rf /var/www/milsko-doxygen")