diff --git a/Jenkinsfile_new b/Jenkinsfile_new index 44e79a3a1..69e187e56 100644 --- a/Jenkinsfile_new +++ b/Jenkinsfile_new @@ -97,7 +97,6 @@ pipeline stage('ubuntu smoke tests') { agent { label "ubuntu && gpu" } - options { skipDefaultCheckout true } steps { unstash name: 'ubuntu_eggs' @@ -173,7 +172,6 @@ pipeline sh ''' tar -xvzf carla_doc.tar.gz - ls git add Doxygen git commit -m "Updated c++ docs" || true '''