Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in groovy

Using Groovy's HTTPBuilder, how do you set timeouts

groovy httpbuilder

Can I build stages with a function in a Jenkinsfile?

Jenkins Shared Library Global/Singleton Class

What is a thread-safe ByteArrayOutputStream?

java groovy

Suppress Java warning "Unsafe is internal proprietary API" in Groovy project build with Gradle

java groovy gradle

How to test whether a Jenkins Plugin is installed in Pipeline DSL (Groovy)

Why does stash/unstash not work in this Jenkinsfile?

java git jenkins groovy jacoco

How do you disable Jenkins CSRF with script?

jenkins groovy

grails plugin repositories

grails groovy

Common techniques to reduce grails project build time

grails groovy build

Mixing private and public/protected methods of the same name causes multimethods to be disabled and is forbidden to avoid surprising behaviour

Accessing file resources in SoapUI Mock Service Deployed in tomcat

groovy mocking soapui tomcat8

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