Skip to content

alamilar/simple-devops-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

DevOps assignment

Please read the whole Readme file before proceeding!

Summary

Prepare a Jenkins instance with one job which will

  • Download CPython source code (main branch will suffice)
  • Build it
  • Gather and present compiler warnings in Jenkins job
  • Archive resulting python binary as an artifact
  • Measure coverage of the C code, convert results to Cubertura format, and present the report in the Jenkins job (see hints for details)

Keep it simple - don't overcomplicate your solution, use Jenkins as an admin, do not care about security configuration/etc. Keep in mind that the environment must be persistent - do not delete the containers/images/volumes from your PC, we will have a call where we will review your solution!

Desired outcome

  • A git repository with your solution. It should contain:
    • Docker-compose and Dockerfile you used to setup the environment
    • Jenkinsfile with pipeline used to complete objectives from the summary
    • The repository mentioned above should be avaliable for review - please post it to GitHub/Bitbucket/similar site. Mail the link to your recruiter as soon as possible. Do not use the fork button - this will make your repository visible to other candidates!
  • Ability to have a review of your solution on your PC - do not delete the containers/images/volumes from your PC. Apart from reviewing the files, I'd like to see your solution in action, during a call.

Hints

Good luck!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published