testing Jenkinsfile
This commit is contained in:
parent
8e835be55f
commit
fa5605c959
3
automation/Jenkinsfile
vendored
3
automation/Jenkinsfile
vendored
@ -44,7 +44,6 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Documentation') {
|
stage('Documentation') {
|
||||||
agent any
|
|
||||||
when {
|
when {
|
||||||
branch 'mohr/documentation_ci'
|
branch 'mohr/documentation_ci'
|
||||||
}
|
}
|
||||||
@ -69,7 +68,7 @@ pipeline {
|
|||||||
sh 'make Sphinx'
|
sh 'make Sphinx'
|
||||||
sh 'cd docs/sphinx'
|
sh 'cd docs/sphinx'
|
||||||
sshagent(credentials: ['documentation-buildfix']) {
|
sshagent(credentials: ['documentation-buildfix']) {
|
||||||
sh 'scp -r ./* buildfix@documents.intra.irs.uni-stuttgart.de:/mnt/data/www/html/fsfw/master'
|
sh 'scp -r ./* buildfix@documentation.intra.irs.uni-stuttgart.de:/mnt/data/www/html/fsfw/master'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user