Jenkinsfile merge remaining 1st & 2nd stages

This commit is contained in:
Daniel Agar 2020-06-20 20:48:35 -04:00
parent b6292a1a2d
commit 763a885dfe
1 changed files with 0 additions and 7 deletions

7
Jenkinsfile vendored
View File

@ -180,13 +180,6 @@ pipeline {
}
}
} // parallel
} // stage Analysis
stage('Generate Metadata') {
parallel {
stage('Airframe') {
agent {
docker { image 'px4io/px4-dev-base-bionic:2020-04-01' }