testing Jenkinsfile
This commit is contained in:
parent
8bbde05413
commit
ecf51b2913
3
automation/Jenkinsfile
vendored
3
automation/Jenkinsfile
vendored
@ -4,7 +4,7 @@ pipeline {
|
|||||||
DOCDDIR = 'cmake-build-documentation'
|
DOCDDIR = 'cmake-build-documentation'
|
||||||
}
|
}
|
||||||
agent {
|
agent {
|
||||||
docker { image 'fsfw-ci:d4'}
|
docker { image 'fsfw-ci:d5'}
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Clean') {
|
stage('Clean') {
|
||||||
@ -42,6 +42,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Documentation') {
|
stage('Documentation') {
|
||||||
steps {
|
steps {
|
||||||
|
echo env.BRANCH_NAME
|
||||||
dir(DOCDDIR) {
|
dir(DOCDDIR) {
|
||||||
sh 'cmake -DFSFW_BUILD_DOCS=ON -DFSFW_OSAL=host ..'
|
sh 'cmake -DFSFW_BUILD_DOCS=ON -DFSFW_OSAL=host ..'
|
||||||
sh 'make Sphinx'
|
sh 'make Sphinx'
|
||||||
|
Loading…
Reference in New Issue
Block a user