Re: Help with docker calls in Groovy

2018-05-29 Thread Daniel.Sun
Hi Chris, > I assume demoImage contains some image information, like the image ID that > I need for later? How do I get the image ID from demoImage? Where would > this be documented online? I googled, but I don't necessarily how to look > what I'm looking for. Your question focuses on the

Help with docker calls in Groovy

2018-05-29 Thread Chris Fouts
I days old with Groovy so please bear with me. I bought a Groovy book but this subject is of course not discussed in it. We use a Jenkins file to set up stages, and we have this stage def demoImage stage("Build ECS Docker Image") { dir('demo') {

Re: Groovy 2.5.0 IntelliJ support ?

2018-05-29 Thread Paul King
Actually, we still have more work to do in Groovy's compiler for @NamedParam too. On Tue, May 29, 2018 at 8:21 PM, Daniel.Sun wrote: > Thanks for your nice work! > > Cheers, > Daniel.Sun > > > > > -- > Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html >

Re: Groovy 2.5.0 IntelliJ support ?

2018-05-29 Thread Daniel.Sun
Thanks for your nice work! Cheers, Daniel.Sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

Re: Groovy 2.5.0 IntelliJ support ?

2018-05-29 Thread Алексей Афанасьев
Hi! Partial support for 2.5.0 was announced in 2017.2 , but there are several features without proper handling still, for example @NamedParam. I think we will take a look at them soon. Alexey Afanasiev. 2018-05-28 23:22 GMT+03:00 MG :