jenkins-sample

Sample code of my blog article "Jenkins πŸ›  Github η•Άζœε‹™η”Ÿι‡εˆ°η« ι­šθ²“"

.
β”œβ”€β”€ Jenkinsfile
β”œβ”€β”€ README.md
β”œβ”€β”€ job
β”‚   └── main.cpp
└── simple-flask
    β”œβ”€β”€ Dockerfile
    β”œβ”€β”€ autoapp.py
    β”œβ”€β”€ macacahub
    β”‚   β”œβ”€β”€ __pycache__
    β”‚   β”‚   β”œβ”€β”€ app.cpython-36.pyc
    β”‚   β”‚   β”œβ”€β”€ app.cpython-39.pyc
    β”‚   β”‚   β”œβ”€β”€ commands.cpython-36.pyc
    β”‚   β”‚   β”œβ”€β”€ commands.cpython-39.pyc
    β”‚   β”‚   β”œβ”€β”€ settings.cpython-36.pyc
    β”‚   β”‚   └── settings.cpython-39.pyc
    β”‚   β”œβ”€β”€ app.py
    β”‚   β”œβ”€β”€ commands.py
    β”‚   β”œβ”€β”€ page
    β”‚   β”‚   β”œβ”€β”€ __init__.py
    β”‚   β”‚   β”œβ”€β”€ __pycache__
    β”‚   β”‚   β”‚   β”œβ”€β”€ __init__.cpython-36.pyc
    β”‚   β”‚   β”‚   β”œβ”€β”€ __init__.cpython-39.pyc
    β”‚   β”‚   β”‚   β”œβ”€β”€ views.cpython-36.pyc
    β”‚   β”‚   β”‚   └── views.cpython-39.pyc
    β”‚   β”‚   └── views.py
    β”‚   └── settings.py
    β”œβ”€β”€ requirements.txt
    └── tests
        β”œβ”€β”€ __pycache__
        β”‚   β”œβ”€β”€ conftest.cpython-36-pytest-6.2.4.pyc
        β”‚   β”œβ”€β”€ conftest.cpython-39-pytest-6.2.4.pyc
        β”‚   β”œβ”€β”€ test_page.cpython-36-pytest-6.2.4.pyc
        β”‚   └── test_page.cpython-39-pytest-6.2.4.pyc
        β”œβ”€β”€ conftest.py
        └── test_page.py