Rest application to extract latest version of requested plugin(s)
10K+
Api to get latest version of jenkins plugins. Written i python 3.7
pip install -r requirements FLASK_APP=main flask run
or with gunicorn gunicorn -b 0.0.0.0:5000 -t 60 main:app
curl --header "Content-Type: application/json"
--request POST
http://localhost:5000\?plugin\=kubernetes
curl --header "Content-Type: application/json"
--request POST
--data '{"plugins": ["kubernetes", "git", "docker", "testlink"]}'
http://localhost:5000/multi
Content type
Image
Digest
Size
40.4 MB
Last updated
almost 6 years ago
docker pull coderpews/jenkins-plugin-scanner