Thank you very much by this quick answer. I will follow the issue.
Le lundi 5 mars 2018 13:27:31 UTC+1, Carlos Sanchez a écrit :
>
> You would probably be interested in
> https://issues.jenkins-ci.org/browse/JENKINS-48050
>
> On Mon, Mar 5, 2018 at 1:08 PM, Tristan FAURE > wrote:
>
>> Hello all,
You would probably be interested in
https://issues.jenkins-ci.org/browse/JENKINS-48050
On Mon, Mar 5, 2018 at 1:08 PM, Tristan FAURE
wrote:
> Hello all,
>
> we are currently experiencing docker capabilities in jenkins with
> Jenkinsfile and declarative pipelines using this instruction :
> agent
Hello all,
we are currently experiencing docker capabilities in jenkins with
Jenkinsfile and declarative pipelines using this instruction :
agent {
docker { image 'node:7-alpine' }
}
I try to follow the initiatives around kubernetes and it seems very
interesting but what I can see from th