Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in groovy

In Grails and Groovy, do Strings (in single quotes) outperform GStrings?

performance groovy gstring

Curly brace vs Square bracket

grails groovy

How to match a list against a regular expression in Groovy

regex groovy

@Version is not being incremented in Spring mongo

Enumerate list in groovy

groovy enumerate

How to execute shell command in Groovy and get the return code $?

shell groovy return-value

Regex to match all lines starting with a specific string

regex groovy

Groovy Gotcha: String interpolation does not always execute, e.g. in `<list>.contains()`

configure Jenkins "Global Tool Configuration" using CLI / groovy

Jenkins: groovy DSL: using the ternary operator to distinguish between FreeStyleJob and MatrixJob

Is there a Python equivalent of Groovy/Grails for Java

Why is this simple Groovy script failing in a Jenkins pipeline?

Dynamic method invocation in Groovy

dynamic methods groovy

Mocking super#method() in Spock

java unit-testing groovy spock

Nexus OSS 3 Rest API

rest jenkins groovy nexus

How to get the text of /html/head/title element using Geb framework?

groovy automated-tests geb

Jenkins DSL API for copyartifact permissions

Intellij IDEA reports 'Cannot assign' every time def is used in Groovy

intellij-idea groovy

Execute a external program within a groovy script and capture the output

groovy