Added support for jenkins official container
This commit is contained in:
4
jenkins/tests/plugins/Dockerfile
Normal file
4
jenkins/tests/plugins/Dockerfile
Normal file
@ -0,0 +1,4 @@
|
||||
FROM bats-jenkins
|
||||
|
||||
COPY plugins.txt /usr/share/jenkins/ref/
|
||||
RUN /usr/local/bin/plugins.sh /usr/share/jenkins/ref/plugins.txt
|
2
jenkins/tests/plugins/plugins.txt
Normal file
2
jenkins/tests/plugins/plugins.txt
Normal file
@ -0,0 +1,2 @@
|
||||
maven-plugin:2.7.1
|
||||
ant:1.3
|
Reference in New Issue
Block a user