From 6a6e02b30e79e1a4e2b87d52ae3fe3357948403a Mon Sep 17 00:00:00 2001 From: Samir Shetty Date: Wed, 24 Jul 2024 15:10:40 -0700 Subject: [PATCH] Fix archiving Helm chart package artifact --- Jenkinsfile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index ad9dfcc7..3bf8ca7a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -194,7 +194,7 @@ pipeline { scanAndReport(INFRAPOOL_EXECUTORV2_AGENT_0, "secrets-provider-for-k8s-redhat:latest", "HIGH", false) } } - + stage('Scan RedHat image for all issues') { steps { scanAndReport(INFRAPOOL_EXECUTORV2_AGENT_0, "secrets-provider-for-k8s-redhat:latest", "NONE", true) @@ -222,7 +222,7 @@ pipeline { } } } - + stage ("DAP Integration Tests on GKE") { when { anyOf { branch 'main' @@ -327,9 +327,8 @@ pipeline { steps { script { INFRAPOOL_EXECUTORV2_AGENT_0.agentSh 'ci/jenkins_build' + INFRAPOOL_EXECUTORV2_AGENT_0.agentArchiveArtifacts artifacts: "helm-artifacts/" } - - archiveArtifacts artifacts: "helm-artifacts/", fingerprint: false, allowEmptyArchive: true } } }