Skip to content

Conversation

@emsmccoy
Copy link

Jenkins CI/CD Pipeline Exercise To-Do List

1. Docker Jenkins Image Pull

  • Pull the official Jenkins Docker image

2. Jenkins Docker Container Setup

  • Create and run a Jenkins Docker container

3. Access Jenkins Dashboard

  • Access Jenkins at http://localhost:8080
  • Complete the initial setup wizard
  • Retrieve the initial admin password

4. Plugin Installation

  • Install required Jenkins plugins

5. Jenkins Pipeline Creation

  • Create a new Jenkins pipeline job

6. Verify Jenkins Stages

  • Ensure Jenkins recognizes all stages in the pipeline script

7. Docker Configuration

  • Check Docker permissions and configuration:
    sudo chmod 666 /var/run/docker.sock
    sudo chown root:docker /var/run/docker.sock
    text

8. Documentation

  • Create a PRA05_ANSWER folder
  • Include documentation on Jenkins access and configuration
  • Document pipeline setup steps and troubleshooting

9. Submission

  • Fork the repository or create a new one on GitHub
  • Create a branch named MF05-PRA05-YourNameAndSurname
  • Implement the Jenkins pipeline script
  • Commit changes with clear messages
  • Push the branch
  • Create a pull request titled MF05-PRA05-YourNameAndSurname-JenkinsPipeline

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant