From afc22982dc614fc91ad4c8070c73166a1535e1ca Mon Sep 17 00:00:00 2001 From: "Victor M." Date: Wed, 3 Jul 2024 18:26:27 +0200 Subject: [PATCH] fix: set rhel8 label --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() }