mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-29 03:36:07 +08:00
Jenkins update mission test naming
This commit is contained in:
committed by
Lorenz Meier
parent
cd60fb6102
commit
734a6c8a42
Vendored
+6
-6
@@ -346,7 +346,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('ROS mission 1') {
|
stage('ROS vtol mission new 1') {
|
||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
image 'px4io/px4-dev-ros:2017-12-31'
|
image 'px4io/px4-dev-ros:2017-12-31'
|
||||||
@@ -367,7 +367,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('ROS mission 2') {
|
stage('ROS vtol mission new 2') {
|
||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
image 'px4io/px4-dev-ros:2017-12-31'
|
image 'px4io/px4-dev-ros:2017-12-31'
|
||||||
@@ -388,7 +388,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('ROS mission 3') {
|
stage('ROS vtol mission old 1') {
|
||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
image 'px4io/px4-dev-ros:2017-12-31'
|
image 'px4io/px4-dev-ros:2017-12-31'
|
||||||
@@ -409,7 +409,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('ROS mission 4') {
|
stage('ROS vtol mission old 2') {
|
||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
image 'px4io/px4-dev-ros:2017-12-31'
|
image 'px4io/px4-dev-ros:2017-12-31'
|
||||||
@@ -430,7 +430,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('ROS mission 5') {
|
stage('ROS vtol mission old 3') {
|
||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
image 'px4io/px4-dev-ros:2017-12-31'
|
image 'px4io/px4-dev-ros:2017-12-31'
|
||||||
@@ -451,7 +451,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('ROS mission 6') {
|
stage('ROS MC mission box') {
|
||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
image 'px4io/px4-dev-ros:2017-12-31'
|
image 'px4io/px4-dev-ros:2017-12-31'
|
||||||
|
|||||||
Reference in New Issue
Block a user