Browse Source

Jenkins CI: PX4 ROS2 bridge stage: update container tag

sbg
TSC21 6 years ago committed by Nuno Marques
parent
commit
59a264b179
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

@ -501,7 +501,7 @@ pipeline { @@ -501,7 +501,7 @@ pipeline {
stage('PX4 ROS2 bridge') {
agent {
docker { image 'px4io/px4-dev-base:2019-01-01' }
docker { image 'px4io/px4-dev-base:2019-01-27' }
}
steps {
checkout(scm)

Loading…
Cancel
Save