Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1800f11

Browse files
author
manycoding
committed
Added python-jenkins
1 parent 8bbad8c commit 1800f11

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ USER root
66
RUN apk add --no-cache python && \
77
python -m ensurepip && \
88
rm -r /usr/lib/python*/ensurepip && \
9-
pip install --upgrade pip setuptools requests && \
9+
pip install --upgrade pip setuptools requests python-jenkins && \
1010
rm -r /root/.cache
1111

1212
USER jenkins

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
* [jenkins:alpine](https://hub.docker.com/_/jenkins/)
1313
* Python
14+
* Python packages - requests python-jenkins
1415

1516
## Make It Short
1617
The [official image repo](https://github.com/jenkinsci/docker) has a pretty comprehensive readme.

0 commit comments

Comments
 (0)