Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
raffaelespazzoli committed Jul 19, 2018
1 parent 3de15cd commit ccf2f8f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cucumber-selenium-grid/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pipeline {
steps {
// Turn off Git's SSL cert check, uncomment if needed
// sh 'git config --global http.sslVerify false'
git url: "${APPLICATION_SOURCE_REPO}", branch: "${APPLICATION_REF}"
git url: "${APPLICATION_SOURCE_REPO}#${APPLICATION_REF}"
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ objects:
openshift.io/imported-from: registry.access.redhat.com/openshift3/jenkins-slave-base-rhel7
from:
kind: DockerImage
name: docker-registry.default.svc:5000/pippo/jenkins-slave-base-rhel7:latest
name: registry.access.redhat.com/openshift3/jenkins-slave-base-rhel7
generation: 2
importPolicy: {}
name: latest
Expand Down
4 changes: 0 additions & 4 deletions cucumber-selenium-grid/applier/templates/selenium-grid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,11 +181,7 @@ objects:
annotations:
kubernetes.io/description: anyuid provides all features of the restricted SCC
but allows users to run with any UID and any GID.
creationTimestamp: 2018-07-09T13:38:28Z
name: anyuid-zalenium
resourceVersion: "5412"
selfLink: /apis/security.openshift.io/v1/securitycontextconstraints/anyuid
uid: 5c7a7d67-837d-11e8-a8dc-fa163e2f4463
priority: 10
readOnlyRootFilesystem: false
requiredDropCapabilities:
Expand Down

0 comments on commit ccf2f8f

Please sign in to comment.