Skip to content

Commit

Permalink
updated Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
awanmbandi committed Jun 14, 2024
1 parent 637faa7 commit 217abea
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,12 @@ aws eks update-kubeconfig --name <clustername> --region <region>
- Git:
- Project Repository
- Repository URL: `Provide Your Project Repo Git URL` (the one you created at the beginning)
- BEHAVIORS
- Delete the `Discover branches`
- Click `ADD`
- Select `Filter by name (with wildcards)`
- Include: `app-*`

- Property strategy: `All branches get the same properties`
- BUILD CONFIGURATION
- Mode: Select `by Jenkinsfile`
Expand All @@ -540,7 +546,7 @@ aws eks update-kubeconfig --name <clustername> --region <region>
- Click on `Apply` and `Save`

- CONFIGURE MULTIBRANCH PIPELINE WEBHOOK
- Copy this URL and Update the Jenkins IP (to yours): http://PROVIDE_YOUR_JENKINS_IP:8080/multibranch-webhook-trigger/invoke?token=automation
- Copy this URL and Update the Jenkins IP (to yours): http://PROVIDE_YOUR_JENKINS_IP:8080/multibranch-webhook-trigger/invoke?token=automation
- Navigate to your `Project Repository`
- Click on `Settings` in the Repository
- Click on `Webhooks`
Expand Down

0 comments on commit 217abea

Please sign in to comment.