Skip to content

Commit

Permalink
Merge pull request #175 from Victoremepunto/fix-agent-label
Browse files Browse the repository at this point in the history
fix: set rhel8 label
  • Loading branch information
gburges authored Jul 15, 2024
2 parents 805b688 + afc2298 commit 4f29a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def secrets = [
def configuration = [vaultUrl: params.VAULT_ADDRESS, vaultCredentialId: params.VAULT_CREDS_ID, engineVersion: 1]

pipeline {
agent { label 'insights' }
agent { label 'rhel8' }
options {
timestamps()
}
Expand Down

0 comments on commit 4f29a77

Please sign in to comment.