Skip to content

Commit 093afa0

Browse files
authored
Update CI (#1531)
1 parent 94fa567 commit 093afa0

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

.ci/pipeline.groovy

+14-4
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,28 @@ def call(Closure body) {
3737
config.pr.setBuildStatus(config, 'PENDING', 'Toll gate (Arduino Mega - Tests)', 'Not run yet...', '')
3838
config.pr.setBuildStatus(config, 'PENDING', 'Toll gate (MySensorsMicro - Examples)', 'Not run yet...', '')
3939
config.pr.setBuildStatus(config, 'PENDING', 'Toll gate (MySensorsGW - Examples)', 'Not run yet...', '')
40-
/*
40+
41+
/*
4142
config.pr.setBuildStatus(config, 'PENDING', 'Toll gate (nRF52832 - Examples)', 'Not run yet...', '')
4243
config.pr.setBuildStatus(config, 'PENDING', 'Toll gate (nRF51822 - Examples)', 'Not run yet...', '')
43-
*/
44+
*/
45+
4446
config.pr.setBuildStatus(config, 'PENDING', 'Toll gate (nRF5 - Examples)', 'Not run yet...', '')
47+
48+
/*
4549
config.pr.setBuildStatus(config, 'PENDING', 'Toll gate (ESP8266 - Examples)', 'Not run yet...', '')
46-
/*
50+
*/
51+
52+
/*
4753
config.pr.setBuildStatus(config, 'PENDING', 'Toll gate (ESP32 - Examples)', 'Not run yet...', '')
4854
config.pr.setBuildStatus(config, 'PENDING', 'Toll gate (STM32F1 - Examples)', 'Not run yet...', '')
49-
*/
55+
*/
56+
5057
config.pr.setBuildStatus(config, 'PENDING', 'Toll gate (Arduino Uno - Examples)', 'Not run yet...', '')
58+
59+
/*
5160
config.pr.setBuildStatus(config, 'PENDING', 'Toll gate (Arduino Mega - Examples)', 'Not run yet...', '')
61+
*/
5262
} else {
5363
config.is_pull_request = false
5464
echo "Building branch: "+env.BRANCH_NAME

0 commit comments

Comments
 (0)