1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Jenkinsfile: build dynamic binary for docker-py, to match makefile

This also makes sure that we can test all functionality of the
daemon, because some features are not available on static binaries.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 4ddb40ee8a)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2019-08-10 22:56:04 +02:00
parent 70303ded8e
commit fb471aab26
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

2
Jenkinsfile vendored
View file

@ -76,7 +76,7 @@ pipeline {
-e DOCKER_GRAPHDRIVER \
docker:${GIT_COMMIT} \
hack/make.sh \
binary-daemon \
dynbinary-daemon \
test-docker-py
'''
}