ubuntu doxygen generation test
This commit is contained in:
parent
4471a2c51b
commit
ccc6764353
|
@ -24,7 +24,7 @@ pipeline
|
||||||
}
|
}
|
||||||
stages
|
stages
|
||||||
{
|
{
|
||||||
stage('ubuntu setup')
|
/*stage('ubuntu setup')
|
||||||
{
|
{
|
||||||
steps
|
steps
|
||||||
{
|
{
|
||||||
|
@ -151,19 +151,13 @@ pipeline
|
||||||
//sh 'make deploy ARGS="--replace-latest --docker-push"'
|
//sh 'make deploy ARGS="--replace-latest --docker-push"'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
stage('TEST: ubuntu Doxygen')
|
stage('TEST: ubuntu Doxygen')
|
||||||
{
|
{
|
||||||
when { branch "ruben/jenkins_migration" }
|
when { branch "ruben/jenkins_migration" }
|
||||||
steps
|
steps
|
||||||
{
|
{
|
||||||
sh 'rm -rf ~/carla-simulator.github.io/Doxygen'
|
checkout scmGit(branches: [[name: '*/master']], extensions: [], userRemoteConfigs: [[credentialsId: 'github_token_as_pwd_2', url: 'https://github.com/carla-simulator/carla-simulator.github.io.git']])
|
||||||
sh '''
|
|
||||||
cd ~/carla-simulator.github.io
|
|
||||||
git remote set-url origin git@docs:carla-simulator/carla-simulator.github.io.git
|
|
||||||
git fetch
|
|
||||||
git checkout -B master origin/master
|
|
||||||
'''
|
|
||||||
sh 'make docs'
|
sh 'make docs'
|
||||||
sh 'cp -rf ./Doxygen ~/carla-simulator.github.io/'
|
sh 'cp -rf ./Doxygen ~/carla-simulator.github.io/'
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue