Jenkins to use 19.1.x

This commit is contained in:
Fabien Poussin 2019-10-01 15:23:45 +02:00 committed by GitHub
parent 8f7c2d187b
commit 29cdd11f63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -133,7 +133,7 @@ export CHC_PATH=$WORKSPACE
} }
} }
environment { environment {
CH_BRANCH = 'stable_18.2.x' CH_BRANCH = 'stable_19.1.x'
CH_PATH = 'ChibiOS' CH_PATH = 'ChibiOS'
} }
} }