We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92aa7d7 commit 6068ec3Copy full SHA for 6068ec3
jobs/build-arch.Jenkinsfile
@@ -156,6 +156,9 @@ lock(resource: "build-${params.STREAM}-${params.ARCH}") {
156
cat /cosa/coreos-assembler-git.json
157
""")
158
159
+ // add any additional root CA cert before we do anything that fetches
160
+ pipeutils.addOptionalRootCA()
161
+
162
// declare these early so we can use them in `finally` block
163
assert params.VERSION != ""
164
def newBuildID = params.VERSION
@@ -170,6 +173,7 @@ lock(resource: "build-${params.STREAM}-${params.ARCH}") {
170
173
"quay.io/coreos-assembler/coreos-assembler:")
171
174
}
172
175
176
177
try { timeout(time: 240, unit: 'MINUTES') {
178
179
// this is defined IFF we *should* and we *can* upload to S3
0 commit comments