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 21, 2020
1 parent 957d760 commit 2df896d
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 @@ -45,7 +45,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 2df896d

Please sign in to comment.