This commit is contained in:
parent
db5f0ed40a
commit
43dd61ffbe
1 changed files with 6 additions and 0 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue