Merge branch 'feat/add-saucelabs' of p281392/molgenis-ops-docker-helm into master
This commit is contained in:
commit
7a54c88da1
@ -0,0 +1,16 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: Secret
|
||||||
|
metadata:
|
||||||
|
# this is the jenkins id.
|
||||||
|
name: "molgenis-jenkins-saucelabs-secret"
|
||||||
|
labels:
|
||||||
|
# so we know what type it is.
|
||||||
|
"jenkins.io/credentials-type": "usernamePassword"
|
||||||
|
annotations: {
|
||||||
|
# description - can not be a label as spaces are not allowed
|
||||||
|
"jenkins.io/credentials-description" : "user to authenticate against Saucelabs (saucelabs.com)"
|
||||||
|
}
|
||||||
|
type: Opaque
|
||||||
|
data:
|
||||||
|
username: {{ "molgenis-jenkins" | b64enc | quote }}
|
||||||
|
password: {{ .Values.PipelineSecrets.Env.SauceAccessKey | b64enc | quote }}
|
@ -13,6 +13,7 @@ jenkins:
|
|||||||
- blueocean:1.6.2
|
- blueocean:1.6.2
|
||||||
- github-oauth:0.29
|
- github-oauth:0.29
|
||||||
- gogs-webhook:1.0.14
|
- gogs-webhook:1.0.14
|
||||||
|
- sauce-ondemand:1.176
|
||||||
Security:
|
Security:
|
||||||
UseGitHub: false
|
UseGitHub: false
|
||||||
GitHub:
|
GitHub:
|
||||||
@ -360,6 +361,8 @@ PipelineSecrets:
|
|||||||
NexusPassword: xxxx
|
NexusPassword: xxxx
|
||||||
# Password hub.docker.com
|
# Password hub.docker.com
|
||||||
DockerHubPassword: xxxx
|
DockerHubPassword: xxxx
|
||||||
|
# Access key for saucelabs.com
|
||||||
|
SauceAccessKey: xxxx
|
||||||
File:
|
File:
|
||||||
# Set to false to keep existing secret
|
# Set to false to keep existing secret
|
||||||
Replace: true
|
Replace: true
|
||||||
|
Loading…
Reference in New Issue
Block a user