added some dockers for building jenkins agents
This commit is contained in:
8
docker-jenkins/Makefile
Normal file
8
docker-jenkins/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
all:
|
||||
@echo "Error: Specify the specific target."
|
||||
|
||||
centos6-jenkins:
|
||||
docker build -t centos6-jenkins -f Dockerfile.centos6 .
|
||||
|
||||
debian-jenkins:
|
||||
docker build -t debian-jenkins -f Dockerfile .
|
Reference in New Issue
Block a user