Skip to content

Commit

Permalink
Simplified part 4 based on steps *needed*
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-kenzan committed Apr 19, 2017
1 parent 18be485 commit 1d56470
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 72 deletions.
36 changes: 0 additions & 36 deletions part4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,6 @@ parts:
- cap: Login as admin, if necessary.
com: echo 'Login as admin, if necessary.'

- cap: Click "New Item" and create an item with a name like "Monitor Scale Service Pipeline", choosing the type "Pipeline". Click OK.
com: echo 'Click "New Item" and create an item with a name like "Monitor Scale Service Pipeline", choosing the type "Pipeline". Click OK.'

- cap: From pipeline configuration, scroll down to Pipeline and change the Definition selection from "Pipeline script" to "Pipeline script from SCM".
com: echo 'From pipeline configuration, scroll down to Pipeline and change the Definition selection from "Pipeline script" to "Pipeline script from SCM".'

- cap: Set the SCM property to GIT.
com: echo 'Set the SCM property to GIT.'

- cap: Set the "Repository URL" to your fork (created in Part 2), such as https://github.com/kenzanlabs/kubernetes-ci-cd.git.
com: echo 'Set the "Repository URL" to your fork (created in Part 2), such as https://github.com/kenzanlabs/kubernetes-ci-cd.git.'

- cap: Set the "Script Path" to applications/monitor-scale/Jenkinsfile
com: echo 'Set the "Script Path" to applications/monitor-scale/Jenkinsfile'

- cap: Save and run the job using the "Build Now" button.
com: echo 'Save and run the job using the "Build Now" button.'

- cap: Click "New Item" and create an item with a name like "Puzzle Service Pipeline", choosing the type "Pipeline". Click OK.
com: echo 'Click "New Item" and create an item with a name like "Puzzle Service Pipeline", choosing the type "Pipeline". Click OK.'

Expand All @@ -46,24 +28,6 @@ parts:
- cap: Save and run the job using the "Build Now" button.
com: echo 'Save and run the job using the "Build Now" button.'

- cap: Click "New Item" and create an item with a name like "kr8sswordz FrontEnd Pipeline", choosing the type "Pipeline". Click OK.
com: echo 'Click "New Item" and create an item with a name like "kr8sswordz FrontEnd Pipeline", choosing the type "Pipeline". Click OK.'

- cap: From pipeline configuration, scroll down to Pipeline and change the Definition selection from "Pipeline script" to "Pipeline script from SCM".
com: echo 'From pipeline configuration, scroll down to Pipeline and change the Definition selection from "Pipeline script" to "Pipeline script from SCM".'

- cap: Set the SCM property to GIT.
com: echo 'Set the SCM property to GIT.'

- cap: Set the "Repository URL" to your fork (created in Part 2), such as https://github.com/kenzanlabs/kubernetes-ci-cd.git.
com: echo 'Set the "Repository URL" to your fork (created in Part 2), such as https://github.com/kenzanlabs/kubernetes-ci-cd.git.'

- cap: Set the "Script Path" to applications/kr8sswordz-pages/Jenkinsfile
com: echo 'Set the "Script Path" to applications/kr8sswordz-pages/Jenkinsfile'

- cap: Save and run the job using the "Build Now" button.
com: echo 'Save and run the job using the "Build Now" button.'

- cap: View updated application
com: minikube service kr8sswordz

Expand Down
36 changes: 0 additions & 36 deletions steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,24 +166,6 @@ parts:
- cap: Login as admin, if necessary.
com: echo 'Login as admin, if necessary.'

- cap: Click "New Item" and create an item with a name like "Monitor Scale Service Pipeline", choosing the type "Pipeline". Click OK.
com: echo 'Click "New Item" and create an item with a name like "Monitor Scale Service Pipeline", choosing the type "Pipeline". Click OK.'

- cap: From pipeline configuration, scroll down to Pipeline and change the Definition selection from "Pipeline script" to "Pipeline script from SCM".
com: echo 'From pipeline configuration, scroll down to Pipeline and change the Definition selection from "Pipeline script" to "Pipeline script from SCM".'

- cap: Set the SCM property to GIT.
com: echo 'Set the SCM property to GIT.'

- cap: Set the "Repository URL" to your fork (created in Part 2), such as https://github.com/kenzanlabs/kubernetes-ci-cd.git.
com: echo 'Set the "Repository URL" to your fork (created in Part 2), such as https://github.com/kenzanlabs/kubernetes-ci-cd.git.'

- cap: Set the "Script Path" to applications/monitor-scale/Jenkinsfile
com: echo 'Set the "Script Path" to applications/monitor-scale/Jenkinsfile'

- cap: Save and run the job using the "Build Now" button.
com: echo 'Save and run the job using the "Build Now" button.'

- cap: Click "New Item" and create an item with a name like "Puzzle Service Pipeline", choosing the type "Pipeline". Click OK.
com: echo 'Click "New Item" and create an item with a name like "Puzzle Service Pipeline", choosing the type "Pipeline". Click OK.'

Expand All @@ -202,24 +184,6 @@ parts:
- cap: Save and run the job using the "Build Now" button.
com: echo 'Save and run the job using the "Build Now" button.'

- cap: Click "New Item" and create an item with a name like "kr8sswordz FrontEnd Pipeline", choosing the type "Pipeline". Click OK.
com: echo 'Click "New Item" and create an item with a name like "kr8sswordz FrontEnd Pipeline", choosing the type "Pipeline". Click OK.'

- cap: From pipeline configuration, scroll down to Pipeline and change the Definition selection from "Pipeline script" to "Pipeline script from SCM".
com: echo 'From pipeline configuration, scroll down to Pipeline and change the Definition selection from "Pipeline script" to "Pipeline script from SCM".'

- cap: Set the SCM property to GIT.
com: echo 'Set the SCM property to GIT.'

- cap: Set the "Repository URL" to your fork (created in Part 2), such as https://github.com/kenzanlabs/kubernetes-ci-cd.git.
com: echo 'Set the "Repository URL" to your fork (created in Part 2), such as https://github.com/kenzanlabs/kubernetes-ci-cd.git.'

- cap: Set the "Script Path" to applications/kr8sswordz-pages/Jenkinsfile
com: echo 'Set the "Script Path" to applications/kr8sswordz-pages/Jenkinsfile'

- cap: Save and run the job using the "Build Now" button.
com: echo 'Save and run the job using the "Build Now" button.'

- cap: View updated application
com: minikube service kr8sswordz

Expand Down

0 comments on commit 1d56470

Please sign in to comment.