File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ pipeline {
1919 stages {
2020
2121 stage(' TEST MASTER' ){
22- agent { label ' master ' }
22+ agent { label ' ubnt20-build-opensidescan-vm ' }
2323 steps {
2424 sh " make test"
2525 }
@@ -31,7 +31,7 @@ pipeline {
3131 }
3232
3333 stage(' DOCUMENTATION' ){
34- agent { label ' master ' }
34+ agent { label ' ubnt20-build-opensidescan-vm ' }
3535 steps {
3636 sh " make doc"
3737 }
@@ -56,7 +56,7 @@ pipeline {
5656 }
5757
5858 stage(' BUILD MASTER' ){
59- agent { label ' master ' }
59+ agent { label ' ubnt20-build-opensidescan-vm ' }
6060 steps {
6161 sh ' make'
6262 sh ' mkdir -p $binMasterPublishDir'
@@ -66,7 +66,7 @@ pipeline {
6666 }
6767
6868 stage(' SAVE WINDOWS EXE on SERVER' ){
69- agent { label ' master ' }
69+ agent { label ' ubnt20-build-opensidescan-vm ' }
7070 steps {
7171 sh ' mkdir -p $binWinx64PublishDir'
7272 sh ' cp /var/lib/jenkins/jobs/$name/builds/$patch/archive/build/bin/sbet-decoder.exe $binWinx64PublishDir/$exec_name.exe '
You can’t perform that action at this time.
0 commit comments