Updated Jenkinsfile (Doxygen stage to do the travis-ci) (#1976)

* Updated Jenkinsfile to do the travis-ci
This commit is contained in:
Francesc Domene 2019-08-08 17:48:21 +02:00 committed by germanros1987
parent 3d812822be
commit 8cb378a612
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -91,7 +91,7 @@ pipeline {
sh 'cd ~/carla-simulator.github.io && \
git pull && \
git add Doxygen && \
git commit -m "Updated c++ docs [skip ci]" || true && \
git commit -m "Updated c++ docs" || true && \
git push'
}
}