This commit is contained in:
lemoer 2019-09-26 15:34:01 +02:00
parent 5a9016ccfc
commit e7fc0a4f10

View File

@ -13,7 +13,7 @@ pipeline {
}
stage('docs') {
steps {
sh' make -C docs html'
sh 'make -C docs html'
}
}
stage('build') {