-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Trivial
-
Component/s: kubernetes-plugin
-
Environment:Jenkins ver. 2.7.4
kubernetes plugin v0.10
kubernetes version 1.5.0
Image golang:1.6.3-alpine
from base example here
doesn't work as expected
containerTemplate(name: 'golang', image: 'golang:1.6.3-alpine', ttyEnabled: true, command: 'cat') ... cd /go/src/github.com/hashicorp/terraform && make core-dev ...
Since there is no make tool installed in this container, We need to use our custom one