mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
don't update devguide and user guide from pipeline
This commit is contained in:
parent
afc8503260
commit
642c2ca2f5
42
Jenkinsfile
vendored
42
Jenkinsfile
vendored
@ -54,41 +54,13 @@ 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'
|
||||
}
|
||||
steps {
|
||||
sh 'echo "uploading to S3"'
|
||||
}
|
||||
}
|
||||
stage('S3 Upload') {
|
||||
when {
|
||||
branch 'master|beta|stable'
|
||||
}
|
||||
steps {
|
||||
sh 'echo "uploading to S3"'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user