We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1379e5b commit 4f2490fCopy full SHA for 4f2490f
jobs/build-arch.Jenkinsfile
@@ -152,6 +152,9 @@ lock(resource: "build-${params.STREAM}-${params.ARCH}") {
152
cat /cosa/coreos-assembler-git.json
153
""")
154
155
+ // add any additional root CA cert before we do anything that fetches
156
+ pipeutils.addOptionalRootCA()
157
+
158
// declare these early so we can use them in `finally` block
159
assert params.VERSION != ""
160
def newBuildID = params.VERSION
@@ -166,6 +169,7 @@ lock(resource: "build-${params.STREAM}-${params.ARCH}") {
166
169
"quay.io/coreos-assembler/coreos-assembler:")
167
170
}
168
171
172
173
try { timeout(time: 240, unit: 'MINUTES') {
174
175
// Add in AWS Build Upload credentials here if they exist. In
0 commit comments