|
|
|
@ -54,32 +54,6 @@ pipeline {
@@ -54,32 +54,6 @@ pipeline {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
stage('Deploy') { |
|
|
|
|
parallel { |
|
|
|
|
stage('Dev Guide Update') { |
|
|
|
|
when { |
|
|
|
|
branch 'master' |
|
|
|
|
} |
|
|
|
|
steps { |
|
|
|
|
sh 'git clone https://github.com/PX4/Devguide.git' |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
stage('User Guide Update') { |
|
|
|
|
when { |
|
|
|
|
branch 'master' |
|
|
|
|
} |
|
|
|
|
steps { |
|
|
|
|
sh 'git clone https://github.com/PX4/px4_user_guide.git' |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
stage('QGC Metadata Update') { |
|
|
|
|
when { |
|
|
|
|
branch 'master' |
|
|
|
|
} |
|
|
|
|
steps { |
|
|
|
|
sh 'git clone https://github.com/mavlink/qgroundcontrol.git' |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
stage('S3 Upload') { |
|
|
|
|
when { |
|
|
|
|
branch 'master|beta|stable' |
|
|
|
@ -89,6 +63,4 @@ pipeline {
@@ -89,6 +63,4 @@ pipeline {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |