Skip to content

Commit 1b80d31

Browse files
committed
Add toolchain as upstream Jenkins trigger
1 parent 5dbd75a commit 1b80d31

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

Jenkinsfile

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,20 @@ pipeline {
2727
"../lib_i2s/${env.CHANGE_TARGET}," +
2828
"../lib_logging/${env.CHANGE_TARGET}," +
2929
"../lib_spdif/${env.CHANGE_TARGET}," +
30-
"../lib_xassert/${env.CHANGE_TARGET}"
30+
"../lib_xassert/${env.CHANGE_TARGET}," +
31+
"../tools_released/${env.CHANGE_TARGET}," +
32+
"../tools_xmostest/${env.CHANGE_TARGET}," +
33+
"../xdoc_released/${env.CHANGE_TARGET}"
3134
:
3235
"../lib_gpio/${env.BRANCH_NAME}," +
3336
"../lib_i2c/${env.BRANCH_NAME}," +
3437
"../lib_i2s/${env.BRANCH_NAME}," +
3538
"../lib_logging/${env.BRANCH_NAME}," +
3639
"../lib_spdif/${env.BRANCH_NAME}," +
37-
"../lib_xassert/${env.BRANCH_NAME}"),
40+
"../lib_xassert/${env.BRANCH_NAME}," +
41+
"../tools_released/${env.BRANCH_NAME}," +
42+
"../tools_xmostest/${env.BRANCH_NAME}," +
43+
"../xdoc_released/${env.BRANCH_NAME}"),
3844
threshold: hudson.model.Result.SUCCESS
3945
)
4046
}

0 commit comments

Comments
 (0)