Skip to content

Commit b6e47f8

Browse files
ChristopherBittnermbolivar-nordic
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]> (cherry picked from commit 4498555) (cherry picked from commit eff73e7) Signed-off-by: Martí Bolívar <[email protected]>
1 parent 9e7a951 commit b6e47f8

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
@@ -6,7 +6,7 @@ pipeline {
66
agent {
77
docker {
88
image "$IMAGE_TAG"
9-
label "docker && ncs"
9+
label "docker && build-node && ncs"
1010
args '-e PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/workdir/.local/bin'
1111
}
1212
}

0 commit comments

Comments
 (0)