Skip to content

MayaAsh02/jenkins-katas

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jenkins Kata

Look into the labs folder for exercises

Open in google cloud shell

Open in Cloud Shell

Spin up the Jenkins server by running: docker-compose up -d Jenkins is running on port 8080

Username: admin Password: 7p4rk3r4qgp3c2020 without 2020

Layout of this repository

.
├── app             # The application itself
├── ci              # Folder for all the ci specific files
├── component-test  # Python component test and setup
├── examples        # Examples of the different exercise solutions and more.
├── img             # Images for the readmes in the labs folder
├── labs            # All different exercises in Jenkins
└── setup           # Setup of jenkins.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 48.9%
  • Shell 34.0%
  • Python 10.0%
  • Dockerfile 7.1%