Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in groovy

Jenkins EnvInject plugin + Pipeline job

Jenkins Pipeline: Try/catch inside a retry block

Set node label in Jenkins pipeline

Getting the ID of a one-to-many loaded object without another trip to the DB with GORM

grails groovy grails-orm

In order for a groovy closure to modify a variable defined in the scope of a delegate, do you need to explicitly specify delegate.theVariableName?

groovy closures scope

Get IP address from a String(Groovy)

groovy ip-address

Geb Configuration

groovy spock geb

Groovy: Is for..in significantly faster than .each?

groovy microbenchmark

Jenkins Pipelines: How to use withCredentials() from a shared-variable script

Groovy, Netbeans and Java EE

Groovy: Escaping an arbitrary (unknown) regular expression

regex groovy

Logback Groovy Config to use JMX?

groovy jmx logback

How to download a file? - Groovy

groovy https download

Jenkins groovy classpath issue - unable to resolve class

groovy jenkins

Error while executing groovy script

groovy groovy-console

What's the definitive Java Swing starter guide and reference?

java swing groovy griffon

Groovy meta-programming - adding static methods to Object.metaClass

Accessing Variables Specified for Jenkins Groovy Plugin Script

Is it possible to give Enums instance variables of their own type in Groovy?

java groovy enums

Can Spock Mock a Java constructor

java unit-testing groovy spock