Add gif for bitbucket steps.

This commit is contained in:
2023-08-31 10:55:35 +12:00
parent 6f05314fef
commit 2923b6ca82
3 changed files with 9 additions and 6 deletions

View File

@ -38,7 +38,7 @@ oc new-project bitbucket
#+RESULTS: #+RESULTS:
#+begin_example #+begin_example
Now using project "bitbucket" on server "https://api.cluster-dkxhl.dkxhl.sandbox1652.opentlc.com:6443". Now using project "bitbucket" on server "https://api.rosa-zc2fk.nhwo.p1.openshiftapps.com:6443".
You can add applications to this project with the 'new-app' command. For example, try: You can add applications to this project with the 'new-app' command. For example, try:
@ -130,7 +130,7 @@ oc --namespace bitbucket get route
#+RESULTS: #+RESULTS:
: route.route.openshift.io/bitbucket created : route.route.openshift.io/bitbucket created
: NAME HOST/PORT PATH SERVICES PORT TERMINATION WILDCARD : NAME HOST/PORT PATH SERVICES PORT TERMINATION WILDCARD
: bitbucket bitbucket-bitbucket.apps.cluster-dkxhl.dkxhl.sandbox1652.opentlc.com bitbucket 7990 edge None : bitbucket bitbucket-bitbucket.apps.rosa-zc2fk.nhwo.p1.openshiftapps.com bitbucket 7990 edge None
Once we open the Bitbucket route in our browser, we need to follow a short setup process manually before we can continue with the rest of our automation. Once we open the Bitbucket route in our browser, we need to follow a short setup process manually before we can continue with the rest of our automation.
@ -277,3 +277,4 @@ EOF
#+end_src #+end_src
#+RESULTS: #+RESULTS:
: knativeserving.operator.knative.dev/knative-serving created

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 MiB

View File

@ -135,15 +135,17 @@ For our first hands on excercise let's get logged into the tools we'll be using
For this workshop we will be using a [[https://www.atlassian.com/software/bitbucket/enterprise][Bitbucket]] server as our ~git~ source control management tooling. The server is running on the same OpenShift cluster we will be using for the hands on excercises and can be accessed with the link below: For this workshop we will be using a [[https://www.atlassian.com/software/bitbucket/enterprise][Bitbucket]] server as our ~git~ source control management tooling. The server is running on the same OpenShift cluster we will be using for the hands on excercises and can be accessed with the link below:
[[https://bitbucket-bitbucket.apps.rosa-7lpn7.2pqm.p1.openshiftapps.com]] https://bitbucket-bitbucket.apps.rosa-zc2fk.nhwo.p1.openshiftapps.com
Use the credentials provided on the workshop etherpad to login. Use the credentials provided on the workshop etherpad to login.
[[./images/bitbucket-login.png]] [[./images/bitbucket-login.png]]
Once logged in you should be able to view and create a fork of the ~Rails Team/rails-example~ repository to your own user using this link: [[https://bitbucket-bitbucket.apps.rosa-7lpn7.2pqm.p1.openshiftapps.com/projects/MSD/repos/rails-example?fork]] Once logged in you should be able to view and create a fork of the ~Rails Team/rails-example~ repository to your own user using this link: [[https://bitbucket-bitbucket.apps.rosa-zc2fk.nhwo.p1.openshiftapps.com/projects/MSD/repos/rails-example?fork]]
[[./images/bitbucket-fork.png]] Ensure you make your fork public after creation as shown below:
[[./images/bitbucket-fork.gif]]
** Log into openshift web console ** Log into openshift web console