Merge branch 'master' of ssh://gitea.nishi.boats:2222/pyrite-dev/milsko
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
IoI_xD 2026-03-16 16:09:01 -07:00
commit 98eb529c6f

3
Jenkinsfile vendored
View file

@ -4,6 +4,9 @@ pipeline {
}
stages {
stage("Build document") {
when {
branch "master"
}
steps {
sh("doxygen")
sh("rm -rf /var/www/milsko-doxygen")