Skip to content

Commit

Permalink
adding ocp 4.0 (wip)
Browse files Browse the repository at this point in the history
  • Loading branch information
siamaksade committed Mar 5, 2019
1 parent b7c26ec commit 71d6030
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*For other versions of OpenShift, follow the instructions in the corresponding branch e.g. ocp-3.11, ocp-3.10, etc
*For other versions of OpenShift, follow the instructions in the corresponding branch e.g. ocp-4.0, ocp-3.11, , etc

# CI/CD Demo - OpenShift Container Platform 3.11
# CI/CD Demo - OpenShift Container Platform 4.0

This repository includes the infrastructure and pipeline definition for continuous delivery using Jenkins, Nexus, SonarQube and Eclipse Che on OpenShift.

Expand Down
2 changes: 1 addition & 1 deletion cicd-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ objects:
cat /tmp/curl.log
exit 255
fi
image: openshift/origin:v3.11
image: quay.io/openshift/origin-cli:v4.0
name: cicd-demo-installer-job
resources: {}
terminationMessagePath: /dev/termination-log
Expand Down
2 changes: 1 addition & 1 deletion scripts/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ LOGGEDIN_USER=$(oc $ARG_OC_OPS whoami)
OPENSHIFT_USER=${ARG_USERNAME:-$LOGGEDIN_USER}
PRJ_SUFFIX=${ARG_PROJECT_SUFFIX:-`echo $OPENSHIFT_USER | sed -e 's/[-@].*//g'`}
GITHUB_ACCOUNT=${GITHUB_ACCOUNT:-siamaksade}
GITHUB_REF=${GITHUB_REF:-ocp-3.11}
GITHUB_REF=${GITHUB_REF:-ocp-4.0}

function deploy() {
oc $ARG_OC_OPS new-project dev-$PRJ_SUFFIX --display-name="Tasks - Dev"
Expand Down

0 comments on commit 71d6030

Please sign in to comment.