Skip to content

Commit 6068ec3

Browse files
committed
Add root CA to build-arch too
Signed-off-by: Renata Ravanelli <[email protected]>
1 parent 92aa7d7 commit 6068ec3

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
@@ -156,6 +156,9 @@ lock(resource: "build-${params.STREAM}-${params.ARCH}") {
156156
cat /cosa/coreos-assembler-git.json
157157
""")
158158

159+
// add any additional root CA cert before we do anything that fetches
160+
pipeutils.addOptionalRootCA()
161+
159162
// declare these early so we can use them in `finally` block
160163
assert params.VERSION != ""
161164
def newBuildID = params.VERSION
@@ -170,6 +173,7 @@ lock(resource: "build-${params.STREAM}-${params.ARCH}") {
170173
"quay.io/coreos-assembler/coreos-assembler:")
171174
}
172175

176+
173177
try { timeout(time: 240, unit: 'MINUTES') {
174178

175179
// this is defined IFF we *should* and we *can* upload to S3

0 commit comments

Comments
 (0)