From dbdf6d90a0364f662e431d480672f4a1ebcaa6a6 Mon Sep 17 00:00:00 2001 From: Anthony Lamping Date: Thu, 24 May 2018 17:52:39 -0400 Subject: [PATCH] jenkins: don't do checkout step for ROS tests with package --- Jenkinsfile | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index cf26ad62d9..673ceb74b8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -253,6 +253,9 @@ pipeline { args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw -e HOME=$WORKSPACE' } } + options { + skipDefaultCheckout() + } steps { sh 'export' sh 'make distclean; rm -rf .ros; rm -rf .gazebo' @@ -305,6 +308,9 @@ pipeline { args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw -e HOME=$WORKSPACE' } } + options { + skipDefaultCheckout() + } steps { sh 'export' sh 'make distclean; rm -rf .ros; rm -rf .gazebo' @@ -335,6 +341,9 @@ pipeline { args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw -e HOME=$WORKSPACE' } } + options { + skipDefaultCheckout() + } steps { sh 'export' sh 'make distclean; rm -rf .ros; rm -rf .gazebo' @@ -365,6 +374,9 @@ pipeline { args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw -e HOME=$WORKSPACE' } } + options { + skipDefaultCheckout() + } steps { sh 'export' sh 'make distclean; rm -rf .ros; rm -rf .gazebo' @@ -395,6 +407,9 @@ pipeline { args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw -e HOME=$WORKSPACE' } } + options { + skipDefaultCheckout() + } steps { sh 'export' sh 'make distclean; rm -rf .ros; rm -rf .gazebo' @@ -425,6 +440,9 @@ pipeline { args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw -e HOME=$WORKSPACE' } } + options { + skipDefaultCheckout() + } steps { sh 'export' sh 'make distclean; rm -rf .ros; rm -rf .gazebo' @@ -455,6 +473,9 @@ pipeline { args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw -e HOME=$WORKSPACE' } } + options { + skipDefaultCheckout() + } steps { sh 'export' sh 'make distclean; rm -rf .ros; rm -rf .gazebo' @@ -485,6 +506,9 @@ pipeline { args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw -e HOME=$WORKSPACE' } } + options { + skipDefaultCheckout() + } steps { sh 'export' sh 'make distclean; rm -rf .ros; rm -rf .gazebo' @@ -515,6 +539,9 @@ pipeline { args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw -e HOME=$WORKSPACE' } } + options { + skipDefaultCheckout() + } steps { sh 'export' sh 'make distclean; rm -rf .ros; rm -rf .gazebo'