Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit

Permalink
Use label for kvm worker
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Chacin committed May 22, 2020
1 parent 46e238d commit 44521f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/jenkins/pipelines/prs/skuba-test.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ node('caasp-team-private-integration') {
}

pipeline {
agent { node { label "caasp-team-private-integration ${labels}" } }
agent { node { label "caasp-team-private-integration-nue ${labels}" } }

environment {
SKUBA_BINPATH = '/home/jenkins/go/bin/skuba'
Expand Down

0 comments on commit 44521f9

Please sign in to comment.