Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
Update PR Jenkins node label (#1482) (#1484)
Browse files Browse the repository at this point in the history
Co-authored-by: Tristan Radisson <[email protected]>
  • Loading branch information
github-actions[bot] and radtriste authored Jun 2, 2023
1 parent ea50008 commit a2b639e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ testsFailed = false

pipeline {
agent {
label 'kogito-operator-node && !master'
label 'kogito-jenkins-node && !master'
}
tools {
go 'golang-1.17'
Expand Down
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile-rhpam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ testsFailed = false

pipeline {
agent {
label 'kogito-operator-node && !master'
label 'kogito-jenkins-node && !master'
}
tools {
go 'golang-1.17'
Expand Down

0 comments on commit a2b639e

Please sign in to comment.