forked from pyrite-dev/milsko
i wonder if doc gets generated
This commit is contained in:
parent
12f7312d40
commit
282283609c
1 changed files with 3 additions and 6 deletions
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
|
|
@ -5,12 +5,9 @@ pipeline {
|
|||
stages {
|
||||
stage("Build document") {
|
||||
steps {
|
||||
sh("echo Testing testing...")
|
||||
}
|
||||
post {
|
||||
always {
|
||||
notifyDiscord()
|
||||
}
|
||||
sh("doxygen")
|
||||
sh("rm -rf /var/www/milsko-doxygen")
|
||||
sh("mv doxygen/html /var/www/milsko-doxygen")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue