Skip to content
Snippets Groups Projects

Add settings that allow for insecure openSSL for builds

2 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -11,7 +11,7 @@ pipeline {
spec:
containers:
- name: buildcontainer
image: eclipsefdn/stack-build-agent:latest
image: eclipsefdn/stack-build-agent:h111.3-n18.16-jdk11
imagePullPolicy: Always
command:
- cat
Loading