Skip to content

Commit a9bdd66

Browse files
ChristopherBittnernvlsianpu
authored andcommitted
[nrf noup] ci: limit build agent selection
Only build agent should be used for building jobs. Signed-off-by: Chris Bittner <[email protected]>
1 parent edc8dc6 commit a9bdd66

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
@@ -5,7 +5,7 @@ pipeline {
55
agent {
66
docker {
77
image "$IMAGE_TAG"
8-
label "docker && ncs"
8+
label "docker && build-node && ncs"
99
}
1010
}
1111
options {

0 commit comments

Comments
 (0)