Triggering Jenkins Pipeline
Triggering the OWASP Juice Shop Pipeline in Jenkins
- Log into Jenkins
- Start by logging into your Jenkins server using your credentials.
- Navigate to the OWASP Juice Shop Pipeline
- From the Jenkins Dashboard, locate and select the OWASP Juice Shop pipeline from your list of projects.
- Select the Master Branch
- Inside the pipeline project, click on the master branch to view its details and available actions.
- Trigger the Pipeline Build
- Click the Build Now button to manually trigger the pipeline build for the master branch.
- Monitor the Pipeline Execution
- As the pipeline runs, you can monitor the execution of each stage in real-time. Jenkins will display logs and outputs for each step, allowing you to track the progress.
- Verify the Deployment
-
Once the pipeline has successfully completed, verify the deployment by opening a web browser and navigating to:
http://<your_ip_address>:8084/