Browse Source

don't update devguide and user guide from pipeline

sbg
PX4 Build Bot 7 years ago committed by Daniel Agar
parent
commit
642c2ca2f5
  1. 28
      Jenkinsfile

28
Jenkinsfile vendored

@ -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 {
}
}
}
}
}
}
Loading…
Cancel
Save