Skip to content

Commit 4f2490f

Browse files
committed
Add root CA to build-arch too
Signed-off-by: Renata Ravanelli <[email protected]>
1 parent 1379e5b commit 4f2490f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

jobs/build-arch.Jenkinsfile

+4
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,9 @@ lock(resource: "build-${params.STREAM}-${params.ARCH}") {
152152
cat /cosa/coreos-assembler-git.json
153153
""")
154154

155+
// add any additional root CA cert before we do anything that fetches
156+
pipeutils.addOptionalRootCA()
157+
155158
// declare these early so we can use them in `finally` block
156159
assert params.VERSION != ""
157160
def newBuildID = params.VERSION
@@ -166,6 +169,7 @@ lock(resource: "build-${params.STREAM}-${params.ARCH}") {
166169
"quay.io/coreos-assembler/coreos-assembler:")
167170
}
168171

172+
169173
try { timeout(time: 240, unit: 'MINUTES') {
170174

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

0 commit comments

Comments
 (0)