diff options
author | Fabien Poussin <fabien.poussin@gmail.com> | 2019-03-11 16:38:13 +0100 |
---|---|---|
committer | Fabien Poussin <fabien.poussin@gmail.com> | 2019-03-11 16:38:13 +0100 |
commit | a4388d61308f64b7adffeb62417fc0cb2e739a3f (patch) | |
tree | 848aba6c04e67bad9063f115da9833255229bad3 | |
parent | 41f7e4f225c11946976c50c231b97baeac510378 (diff) | |
download | ChibiOS-Contrib-a4388d61308f64b7adffeb62417fc0cb2e739a3f.tar.gz ChibiOS-Contrib-a4388d61308f64b7adffeb62417fc0cb2e739a3f.tar.bz2 ChibiOS-Contrib-a4388d61308f64b7adffeb62417fc0cb2e739a3f.zip |
Updating JenkinsFile
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index ed69d14..85df24a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,7 +16,7 @@ echo $CHC_PATH exit 0''' } } - stage('Build STM32') { + stage('Build Platforms') { parallel { stage('Build STM32') { agent { |