Skip to content

Commit

Permalink
Add root CA to build-arch too
Browse files Browse the repository at this point in the history
Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
  • Loading branch information
ravanelli committed Oct 5, 2022
1 parent 1379e5b commit 4f2490f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jobs/build-arch.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@ lock(resource: "build-${params.STREAM}-${params.ARCH}") {
cat /cosa/coreos-assembler-git.json
""")

// add any additional root CA cert before we do anything that fetches
pipeutils.addOptionalRootCA()

// declare these early so we can use them in `finally` block
assert params.VERSION != ""
def newBuildID = params.VERSION
Expand All @@ -166,6 +169,7 @@ lock(resource: "build-${params.STREAM}-${params.ARCH}") {
"quay.io/coreos-assembler/coreos-assembler:")
}


try { timeout(time: 240, unit: 'MINUTES') {

// Add in AWS Build Upload credentials here if they exist. In
Expand Down

0 comments on commit 4f2490f

Please sign in to comment.