diff --git a/Jenkinsfile b/Jenkinsfile index c6a4d01a..dc194258 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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() }