Skip to content

Commit 7287307

Browse files
Updating agent label
1 parent 64bdf83 commit 7287307

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Jenkinsfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ pipeline{
572572
}
573573
}
574574
stage('qs_rh7_90-nightly'){
575-
agent { label 'dhmaster'}
575+
agent { label 'lnx-dhf-jenkins-slave-2'}
576576
steps{
577577
script{
578578
copyRPM 'Latest','9.0'
@@ -618,7 +618,7 @@ pipeline{
618618
}
619619
}
620620
stage('qs_rh7_10-nightly'){
621-
agent { label 'dhmaster'}
621+
agent { label 'lnx-dhf-jenkins-slave-2'}
622622
steps{
623623
script{
624624
copyRPM 'Latest','10.0'
@@ -664,7 +664,7 @@ pipeline{
664664
}
665665
}
666666
stage('qs_rh7_90-release'){
667-
agent { label 'dhmaster'}
667+
agent { label 'lnx-dhf-jenkins-slave-2'}
668668
steps{
669669
script{
670670
copyRPM 'Release','9.0-11'
@@ -710,7 +710,7 @@ pipeline{
710710
}
711711
}
712712
stage('qs_rh7_10-release'){
713-
agent { label 'dhmaster'}
713+
agent { label 'lnx-dhf-jenkins-slave-2'}
714714
steps{
715715
script{
716716
copyRPM 'Release','10.0-2.1'

0 commit comments

Comments
 (0)