ci(*):remove tools from jenkins file
This commit is contained in:
parent
8d780caef9
commit
9f9007b61a
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -49,12 +49,14 @@ pipeline {
|
||||||
sh '. /opt/ros/kinetic/setup.sh; make samples SUDO='
|
sh '. /opt/ros/kinetic/setup.sh; make samples SUDO='
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
stage('Tools') {
|
stage('Tools') {
|
||||||
steps {
|
steps {
|
||||||
echo 'make tools ..'
|
echo 'make tools ..'
|
||||||
sh '. /opt/ros/kinetic/setup.sh; make tools SUDO='
|
sh '. /opt/ros/kinetic/setup.sh; make tools SUDO='
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
stage('ROS') {
|
stage('ROS') {
|
||||||
steps {
|
steps {
|
||||||
echo 'make ros ..'
|
echo 'make ros ..'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user