From 8cb378a612944cda5a48a6d2363849caa6c4280f Mon Sep 17 00:00:00 2001 From: Francesc Domene <47461016+fdomf@users.noreply.github.com> Date: Thu, 8 Aug 2019 17:48:21 +0200 Subject: [PATCH] Updated Jenkinsfile (Doxygen stage to do the travis-ci) (#1976) * Updated Jenkinsfile to do the travis-ci --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4bda2acb4..c7966fc00 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' } }