Skip to content

Commit

Permalink
Merge pull request #34 from Conjur-Enterprise/bump-to-v1.6.5
Browse files Browse the repository at this point in the history
CNJR-4654: Fix archiving Helm chart package artifact
  • Loading branch information
imheresamir authored and GitHub Enterprise committed Jul 25, 2024
2 parents abea56e + 6a6e02b commit 4b0f0b2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -222,7 +222,7 @@ pipeline {
}
}
}

stage ("DAP Integration Tests on GKE") {
when { anyOf {
branch 'main'
Expand Down Expand Up @@ -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
}
}
}
Expand Down

0 comments on commit 4b0f0b2

Please sign in to comment.