Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Part 1 - Install And Use Docker

  1. Install Git Command Line Interface
  2. Install Python

Part 2 - Install And Configure Jenkins

  1. Install Jenkins
  2. Install Jenkins Plugin - ShiningPanda for Python
  3. Install Jenkins Plugin - Convert To Pipeline

Part 3 - Creating Pipeline

  1. My First Python Unittest Pipeline
    • Create a Jenkins pipeline which
      1. clones a python repositoy
      2. containerizes the repository in a docker instance
      3. runs the unittest on the application
        • python -m unittest discover -s ./src/test/ -p '*_test.py'
      4. ensure output of build is displayed by Jenkins

Part 4 - Passing Test Cases

  1. Python Developer Notes

Part 5 - Triggering Pipeline With Passing Tests

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages