Analyzing Failure of the Stateful Application
Understand failure of the Jenkins application due to a lack of handling the state persistence.
We'll cover the following...
Opening Jenkins in a browser
Now that everything is up and running, we can open Jenkins UI in a browser.
Press + to interact
open "http://$CLUSTER_DNS/jenkins"
Note: Git Bash might not be able to use the
open
command. If that’s the case, please replace theopen
command withecho
. As a result, you’ll get the full address that should be opened directly in your browser of choice.
Creating a job
Please click the “Log in” link, type “jdoe” as the User, and “incognito” as the Password. When finished, click the “Log in” button.
Now that we are authenticated as the jdoe
administrator, we can proceed and ...