Skip to content

Commit 9a5c152

Browse files
authored
Update Jenkinsfile
1 parent 6571f20 commit 9a5c152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def parallelSteps = mbed.createParalleSteps("mbed-os", targets, toolchains)
1919

2020
// Run build steps parallel, map as paramater
2121
stage "build all targets"
22-
mbed.generalCompile(parallelSteps)
22+
mbed.compile(parallelSteps)
2323

2424
// Run testapps, mbed-os commit hash or master as parameter
2525
stage "run mbed-os testapps"

0 commit comments

Comments
 (0)