jenkins: don't do checkout step for ROS tests with package

This commit is contained in:
Anthony Lamping
2018-05-24 17:52:39 -04:00
committed by Daniel Agar
parent 780d147c01
commit dbdf6d90a0

27
Jenkinsfile vendored
View File

@@ -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'