All Groovy Answers
- how to access java-classes in the default-package?
- generate a weighted random number
- is there a null-coalescing (elvis) operator or safe navigation operator in javascript?
- what's the difference of strings within single or double quotes in groovy?
- groovy executing shell commands
- understanding the groovy syntax in a gradle task definition
- access to build environment variables from a groovy script in a jenkins build step (windows)
- groovy shell warning “could not open/create prefs root node …”
- using javamail to connect to gmail smtp server ignores specified port and tries to use 25
- can i change my windows desktop wallpaper programmatically in java/groovy?
- jenkins pipeline notserializableexception: groovy.json.internal.lazymap
- building an uberjar with gradle
- how to rotate jpeg images based on the orientation metadata?
- can you break from a groovy “each” closure?
- found shared references to a collection org.hibernate.hibernateexception
- jenkins ci pipeline scripts not permitted to use method groovy.lang.groovyobject
- hibernate: automatically creating/updating the db tables based on entity classes
- how do i get the output of a shell command executed using into a variable from jenkinsfile (groovy)?
- including a groovy script in another groovy
- gson serialize field only if not null or not empty
- how can i trigger another job from a jenkins pipeline (jenkinsfile) with github org plugin?
- how to access parameters in a parameterized build?
- nosuchmethoderror: org.openqa.selenium.os.commandline.findexecutable(ljava/lang/string;)ljava/lang/string; while launching chrome using soapui
- android studio could not initialize class org.codehaus.groovy.runtime.invokerhelper
- load script from groovy script
- why do i get compilation error “org/codehaus/groovy/control/compilationfailedexception”?
- 'dependencies' cannot be applied to '(groovy.lang.closure)'
- reading file from workspace in jenkins with groovy script
- how can i use the jenkins copy artifacts plugin from within the pipelines (jenkinsfile)?
- compare version strings in groovy
- groovy execute with parameters containing spaces
- jasperreports: concatenate function not found
- cancel queued builds and aborting executing builds using groovy for jenkins
- overriding grails.views.default.codec='html' config back to 'none'
- grails jsonbuilder
- access a groovy variable from within shell step in jenkins pipeline
- jenkins dynamic declarative pipeline parameters
- copy groovy class properties
- groovy collections performance considerations regarding space/time
- what the difference in applying gradle plugin
- jenkins: cannot define variable in pipeline stage
- integration test with spring boot and spock
- groovy string to date
- best scala imitation of groovy's safe-dereference operator (?.)?
- how to solve (could not initialize class org.codehaus.groovy.reflection.reflectioncache) issue in react native
- how to parse json using groovy
- what's wrong with groovy multi-line string?
- why should grails actions be declared as methods instead of closures and what difference does it make?
- using groovy, how do you pipe multiple shell commands?
- how to configure a default @restcontroller uri prefix for all controllers?
- how to run a local plugin in grails 2.0?
- groovy :: map find recursive
- how can i retrieve an element from groovy's gpathresult using a string that contains a perioid
- access toggle button in android settings using appium whlie client is written in groovy and java
- difference between @delegate, @mixin and traits in groovy?
- how can i import one gradle script into another?
- recommended way to stop a gradle build
- how to pass boolean parameter value in pipeline to downstream jobs?
- could not find method leftshift() for arguments after updating studio 3.4
- how do you get the path of the running script in groovy?
- create a groovy executable jar with gradle
- strange variable scoping behavior in jenkinsfile
- groovy / grails how to determine a data type?
- running groovy scripts from gradle
- grails command object data binding
- active choices reactive reference parameter in jenkins pipeline
- soapui getting request parameters in mock service script
- maven compile mixed java + groovy 1.7 project, using gmaven-plugin
- valid java code that is not valid groovy code?
- duration between two dates in groovy
- how to pass variables from jenkinsfile to shell command
- how to use ssl with a self-signed certificate in groovy?
- minimum code coverage threshold in jacoco gradle
- how to run groovy script in java?
- can i configure grails with no datasource?
- pass groovy variable to shell script
- what is the purpose of “<<” (double less than) in groovy
- access object properties in groovy using []
- why groovy does not see some values in dictionary?
- curl request from command line and via groovy script
- how do i include jars in a groovy script?
- conditional step/stage in jenkins pipeline
- resetting the up-to-date property of gradle tasks?
- grails buildconfig.groovy, difference between build, compile, and runtime?
- how to define and call custom methods in build.gradle
- best pattern for simulating “continue” in groovy closure
- git variables in jenkins workflow plugin
- how to access to a property defined in messages.properties file?
- groovy - grab - download failed
- gradle string replacement - no placeholders
- what does .delegate mean in groovy?
- how to set variables in a multi-line shell script within jenkins groovy?
- gradle script to call a rest web service without any 3rd party plugins, any pointers?
- groovy way to dynamically invoke a static method
- jenkins does not recognize command sh?
- grails query not using gorm
- groovy scope - how to access script variable in a method
- groovy/java split string on parentheses “(”
- running spock unit tests with maven
- maven groovy and java + lombok
- grails mapping sort on multiple fields :: groovy sort on multiple map entries
- weird java.net.socketexception permission denied connect error when running groovy in intellij idea
- redirect process output to stdout
- ' vs “ ” vs ' ' ' in groovy .when to use what?
- groovy .each only iterates one time
- why do i get exception java.lang.noclassdeffounderror org/codehaus/groovy/?
- execute sonarqube scanner within jenkins 2 pipeline
- what is groovy's metaclass used for?
- how do i update fields of documents in mongo db using the java driver?
- groovy reports that a file doesn't exists when it really is present in the system
- are list and list<string> the same in groovy?
- how to get a list of running jenkins builds via groovy script?
- understanding groovy/grails classloader leak
- groovy httpbuilder mocking the response
- how do i increase groovy's jvm heap size?
- creating own groovy library
- groovy script classpath
- groovy method cannot access variable in enclosing scope
- writing user defined sql functions for sqlite using java or groovy?
- difference between execute groovy script and the execute system groovy script in jenkins?
- how to create soft symbolic link using java.nio.files
- in groovy is there a way to decorate every class to add tracing?
- rendering 'as json' in grails with conditional operator doesn't render correctly
- groovy script - automatic request and saving response from soap ui
- is there an equivalent null prevention on chained attributes of groovy in ruby?
- how to print each element of multi-line string parameter?
- groovy markupbuilder name conflict
- jenkins scripted pipeline: unable to print variables inside shell and set variable values in shell
- groovy xmlslurper vs xmlparser
- can i find out the return value before returning while debugging in intellij?
- how to access junit test counts in jenkins pipeline project
- how to set project.version by passing version property on gradle command line?
- how to inject grails services into src/groovy classes
- does groovy have method to merge 2 maps?
- how to copy files in groovy
- how can i use random numbers in groovy?
- how to query mongodb with “like” using the java api?
- difference between @typechecked and @compilestatic
- base64 encoding in java / groovy
- how to find all xml elements by tag name in groovy?
- how to approve script snippets from a jenkinsfile via the groovy script console?
- rendering html files in grails
- start a job multiple times concurrently with workflow plugin
- jenkins: pipeline sh bad substitution error
- how can i return a 404/50x status code from a grails controller?
- incrementing date object by hours/minutes in groovy
- how can i compare two lists in groovy
- error:cannot compile groovy files: no groovy library is defined for module “myprojectname”
- dynamic grails url mapping config
- create multiple .war files with different dependencies in gradle
- how to define and iterate over map in jenkinsfile
- unit testing of a class with staticloggerbinder
- correctly pass a groovy list to javascript code in gsp
- how to encode url in groovy?
- how do i parse a yaml file in groovy?
- using global variables in jenkins pipeline
- groovy sort with comparator syntax
- deep copy map in groovy
- what does 'private' mean in groovy?
- groovy.lang.missingpropertyexception: no such property: jenkins for class: groovy.lang.binding
- finding text on page with selenium 2
- best way to pretty print xml response in grails
- configure grails app to use jdbc connection pool
- sparsecheckout in jenkinsfile pipeline
- how to load yml propery to gradle
- how to i get the url of build triggered with build step on jenkins?
- upload file in jenkins input step to workspace
- what's the operator << (double less than) in gradle?
- is groovy syntax an exact superset of java syntax?
- how to set gradle `options.bootclasspath` in an os independent manner?
- add two maps in groovy while summing up values for common keys
- grails 2.x service injection in groovy/src
- load closure code from string in groovy
- using spock to mock private static final variables in java
- gremlin - only add a vertex if it doesn't exist
- how to unit test logging error with spock framework in groovy
- groovy: append an xml node to an existing xml document
- drivermanager doesn't see dependency in gradle custom plugin's task
- groovy : how do i search json with key's value and find its children in groovy
- does ruby have syntax for safe navigation operator of nil values, like in groovy?
- why does groovy .class return a different value than .getclass()
- how to get environment variable in jenkins groovy script console?
- how to avoid missingpropertyexception
- missingpropertyexception in groovysh
- tail a file in groovy
- what are gradle task definitions in groovy language?
- binding real number values to grails domain attributes (values sent by dojo widgets)
- private method in groovy is not private
- how do i undo meta class changes after executing groovyshell?
- groovy: this.metaclass versus instance.metaclass
- odd behaviour with map in groovy
- groovy call private method in java super class
- groovy and grail plugin is missing in netbeans ide 9
- sonarqube, jacoco: (11 of 22 conditions) when they are supposed to be 3 (or 4)
- how to fix pipeline-script “expected a step” error
- groovy generics failure
- groovy metaclass fails when overriding method called in constructor?
- purpose of socket.shutdownoutput()
- send an email using a template - grails
- how to use a parameter from nodelabelparameter plugin with the “build” step of jenkins workflow
- groovy - overriding invokemethod for a single instance
- minimum jdk for groovy
- auto-increment custom properties for soapui testsuite
- custom list sorting
- best way to pass objects between controller actions in grails
- gradle function to define custom maven repository?
- importing class from git - unable to resolve class
- groovy gstring issues
- string concatenation with groovy
- get a list of all the files in a directory (recursive)
- shortcut for creating a map from a list in groovy?
- python vs groovy vs ruby? (based on criteria listed in question) [closed]
- no such dsl method `stages`
- how to send slack notification after jenkins pipeline build failed?
- groovy load .csv files
- run bash command on jenkins pipeline
- groovy write to file (newline)
- how to accept multiple parameters from returning function in groovy
- how to make system command calls in java/groovy?
- jenkins extended parameter plugin groovy script
- groovy compiler does not accept java 8 lambdas
- jenkins pipeline bubble up the shell exit code to fail the stage
- serializing groovy map to string with quotes
- sorted maps in groovy
- get username logged in jenkins from jenkins workflow (pipeline) plugin
- in jenkins job, create file using system groovy in current workspace
- how to capture arguments passed to a groovy script?
- how to remove duplicate values from a list in groovy
- are there named groups in groovy regex pattern matches?
- illegal string body character after dollar sign
- recursive listing of all files matching a certain filetype in groovy
- gradle color output
- how to make pipeline job to wait for all triggered parallel jobs?
- groovy parsing text file
- elegant way for do … while in groovy
- groovy gstringimpl and string behaviour
- how to invoke groovy with 'java' from command line
- using grails gorm standalone
- grails run-app on localhost:8080 instead of :8080/appname?
- propertysourcesplaceholderconfigurer not registering with environment in a springboot project
- jenkinsfile - conditional stage execution in the script pipeline syntax
- grails: filter data in a grails table dynamically
- how to copy jenkins secret files
- impossibility to iterate over a map using groovy within jenkins pipeline
- reading json object from txt file in groovy
- groovy and intellij - getting code compiled
- is there an easier way to tell httpbuilder to ignore an invalid cert?
- using credentials from jenkins store in a jenkinsfile
- jenkins choice parameter passing to a pipeline job
- jenkins workflow build information
- joda time datetime incorrectly stores in database
- when using oracle jdk 14 all gradle (6.2.2) tasks fail with “could not initialize class org.codehaus.groovy.runtime.invokerhelper”
- learning geb and spock
- how to extract the parameter from json response using groovy?
- groovy compare two json with unknown nodes names and values
- groovyws and complex requests
- access stage results in workflow/ pipeline plugin
- using jenkins job-dsl configure block to place custom steps in particular positions
- using “$” in groovy
- how does one return from a groovy closure and stop its execution?
- how to limit jenkins concurrent multibranch pipeline builds?
- get the first element of a list idiomatically in groovy
- groovy: isn't there a stringtomap out of the box?
- getting json data on server side with grails
- shebang and groovy
- groovy.lang.missingpropertyexception: no such property: manager for class: script1
- groovy custom sort a map by value
- how to parse groovy code?
- is groovy's assert a good idea for production code, unlike java's assert?
- preserve formatting when updating xml file with groovy
- use groovy category implicitly in all instance methods of class
- best way to code this, string to map conversion in groovy
- simulating duck typing in java
- jenkins declarative pipeline, run groovy script on slave agent
- delete jenkins builds during promote / promotion step
- groovy way to dynamically instantiate a class from string
- change gradle's working directory when compiling a groovy project
- getting current timestamp in inline pipeline script using pipeline plugin of hudson
- how do you parse a web page and extract all the href links?
- format date in elasticsearch query (during retrieval)
- basic auth with jenkins http-request-plugin
- updating groovy object fields from a map
- anonymous code blocks in groovy
- can i import a groovy script from a relative directory into a jenkinsfile?
- run a remote command on all jenkins slaves via masters's script console
- best way to create an admin section in grails
- how to use @library in an imported groovy script in jenkins declarative pipeline?
- modifying json with jsonbuilder in groovy
- gradle: multi-dimension flavor applicationid
- comparing two xml strings/files in groovy/java
- comparing null and number in groovy
- do grails domain classes have to be tied to a database?
- jenkins pipeline emailext $class parameter for recipientproviders
- using artifactory's rest api to deploy jar file
- how to add new json field to existing json in groovy
- how do i check in files for building with git?
- hibernate 4.3.6 querysyntaxexception: path expected for join
- loading classes not present in the classpath
- running tomcat jasper task (jspc) with gradle build
- groovy - file handling from http url
- how to check if an instance is of type string or gstring in groovy
- elasticsearch - no query registered for [query]]
- jenkins pipeline branch name returns null
- how can i perform http post requests from within a jenkins groovy script?
- what does [:] mean in groovy?
- what are some advantages of duck-typing vs. static typing?
- groovy- difference between list, arraylist and object array
- how do i iterate over all bytes in an inputstream using groovy, given that it lacks a do-while statement?
- groovy .each vs .collect
- equivalent of eval() in groovy
- groovy equivalent of java 8 :: (double colon) operator
- decoding utf-8 email subject?
- environment-specific web.xml in grails?
- post with httpbuilder -> nullpointerexception?
- transpose a map collecting keys along the way
- large file download using grails
- running groovy script from gradle using groovyshell: exception in thread “main” java.lang.noclassdeffounderror: org/apache/commons/cli/parseexception
- groovy mixin on instance (dynamic mixin)
- gradle 3.0.0 alpha variant output issue
- grails: create dynamic sql-connection
- is there a groovy equivalent of the ruby timeout module?
- selecting multiple values from select tag - grails
- groovy : compare soap response with xml file
- getting well formed output from ant - sshexec in groovy script
- how can i retrieve the build parameters from a queued job?
- groovy - configuring logging properties depending on environment
- read multipart/mixed response in java/groovy
- create dynamically closures in groovy from a string object
- parallel jobs using build flow plugin with loop in jenkins
- access variable value by its name as string (groovy)
- how do you configure the jenkins “create job advanced” plugin via groovy?
- how to add timestamp for artifacts in jenkins
- use groovy expression for limited ip in mule
- groovy script to get the request xml
- groovy: dynamically create xml for collection of objects with collections of properties
- programmatically send key strokes to a window program in groovy or bat script
- read .txt file from workspace groovy script in jenkins
- adding jndi to embedded tomcat server in grails 3
- how to append text to a file on a new line
- groovy date format for utc with milliseconds
- slice a string in groovy
- do i need to return “render” in grails?
- how to get the current build's node name in jenkins using groovy
- force tostring() implementation in subclasses
- why don't i get a nullpointerexception in groovy in this case?
- groovy java 9 modules support
- how do you declare and use a set data structure in groovysh?
- how do you handle global variables in a declarative pipeline?
- modifying groovy code at runtime in grails application
- grails eclipse plugin
- getting the id of a one-to-many loaded object without another trip to the db with gorm
- get a list of filenames in a given folder in jenkinsfile (groovy)
- how to change eclipse-groovy plugin groovy libraries?
- jenkins envinject plugin + pipeline job
- could not find which method <init>() to invoke from this list on newinstance in groovy closure
- import inner enum in groovy script
- groovy says my unicode string is too long
- elasticsearch: remove/update field inside nested object
- is it possible in grails to disable persistence of a domain class?
- jenkins-groovy script error
- groovy dynamic property per object
- spock mock returns wrong value
- jenkins multibranch pipeline fails because it runs in groovy sandbox
- spock: reading test data from csv file
- how do you use use groupby and sum together in groovy?
- spock framework: problems with spying
- how to fix groovy grails tool suite 3 extreme memory usage
- unit test grails with domain objects using gorm functions
- how to use hamcrest to test for exception?
- jenkins groovy post-build script to evaluate file with function
- java generics and overloading with groovy
- eclipse content assist not working for java objects within groovy files
- find out a method's name in groovy
- how to call a url with multipart request on server side where instead of file there is a string containing file contents
- cannot install httpbuilder
- sandbox is preventing me from formatting a string
- gradle task method syntax in build.gradle
- problem with duplicates using grails' withcriteria function with a many-to-many relationship
- tree structure in gorm (grails)
- property annotations introspecting in groovy
- how to get passed and failed test case count in soapui
- passing enum list to criteria
- split collection into sub collections in groovy
- i have a bunch of data and i need a data filter using grails
- groovy list with variable name containing a dot (.) gets converted to string
- can not create file via groovy code(or java code) in jenkinsfile of a pipeline job on jenkins
- dynamically set the db in a sql query
- how to make http call with file in groovy to upload a file and build arguments
- jsr223 (groovy) cannot access mongodb(3.0.3) in jmeter(2.13)
- calling closure on different object?
- how can i use passwords injected in the build as environment variables in active choices parameter
- add extension module to groovy class
- select default namespace in xpath with htmlunit
- groovy postbuild in jenkins, parsing the log for strings and counting them
- how to pass parameter from one project to another project?
- gradle/groovy syntax confusion
- groovy instance.metaclass vs this.metaclass
- grails use config.properties value into buildconfig.groovy
- append json into a json in groovy
- how to get commits information on jenkins using groovy since last successful build?
- commands fail when moving to them custom class in jenkinsfile
- why i can't create new grails application in netbeans 8.2?
- groovy: node.replacenode with node?
- send a mail from java5 and java6
- is there a way to tell google closure compiler to *not* inline my local functions?
- grails: edit and delete links not working
- how to backup jenkins using jenkinsfile
- groovy's “optional return” semantics
- groovy spread-dot operator
- what is the performance of groovy 2.0 with static compilation
- hudson*.groovy not found in jenkins
- currying groovy cps closure for parallel execution
- jenkins groovy regex match string : error: java.io.notserializableexception: java.util.regex.matcher
- xmlslurper: how to change the text of a dynamic node
- bug in mockito with grails/groovy
- debugging groovy scripts running in a scriptengine from eclipse
- execute a quartz job with a trigger from a controller
- what is this operator called and what is it used for <=>
- safe string slice
- repetitive try-catch blocks with groovy 'with' closure?
- groovy: get duration in years
- using groovy in pom file for delimiter switching works differently for different developers
- what happend to groovy++? [closed]
- can i call a gradle task from a groovy method in a .gradle file?
- soapui & groovy scripts, executing multiple sql statements in one go
- accessing grails services from src/groovy
- groovy string execute versus list execute
- how to check if parameter/variable is available for jenkins “build with parameters” in groovy
- execute unix cat command in groovy?
- whats the meaning of “with” in gradle
- spock: mock a method with varargs
- how to set objects while functional testing grails with spock
- groovy script to read an xml file and update next step request with file contents
- how to print out gremlin pipe / traversal results
- recursion in gsp page
- why do i keep getting object reference on server while it works fine on a local system
- class cast exception in groovy
- how do i create a bean in resources.groovy with an abstract parent bean?
- nifi: threads in nifi
- calculate difference in months between two dates with groovy
- how do you forbid users from doing evil things in groovy scripts?
- handling parameters from dynamic form for one-to-many relationships in grails
- could not find org.codehaus.groovy:groovy-all:2.4.12
- nomin automap causes infinite loop
- groovy regular matching everything between quotes
- spock test together with junit 5 test does not run
- gradle dependent task doesn't pass command line options to parent task
- collection using join method on empty values
- running a geb test from a java class
- iterate and print content of groovy closures
- derived properties using aggregate functions in grails
- simpletemplate created with binding.variables terminates execution when converted to a string
- please help me figure out what's wrong with this web proxy code
- understanding round half even?
- how do you override a method for a java type instance with groovy meta programming?
- screenshot with katalon and chrome headless mode
- why won't groovy run in jenkins pipeline?
- restrict the scope of data when using withcriteria
- compare jdbc response to an xml response where number of nodes vary and order could change?
- script assertion to get token and set it as http header to the next test step
- update xml elements with specific id in gradle
- invokemethod from groovy with parameters
- groovy call operator throws missingmethodexception when used on a class field
- how to use 'dbcpconnectionpoollookup' in 'executegroovyscript' processor?
- groovy power print
- mocked instance of final class in spock behaves differently in test and dev code
- groovy grails - store object for subsequent requests
- how to close the browser by rejecting popup window in selenium webdriver
- method arguments with and without def keyword
- snakeyaml appears to unnecessarily wrap simple values in lists
- common beforeinsert and beforeupdate methods from mixin for common domain columns
- spring boot jersey with groovy/gradle fails on startup
- how to assign all matching properties from groovy object to java object?
- groovy process not working with linux shell (grep and awk and ps)
- mockito mocked object suddenly throws npe
- grails templates - scaffolding controller
- how to i use a variable reference within xmlslurper statement
- compare two maps and find differences using groovy or java
- groovy: iterating a list
- manifest.mf issue with mssqlserver 2008 and groovy
- read a xml file in groovy
- hundreds of regex on one string
- how to use groovy 2.0 in netbeans
- can i schedule a build for onetime run in jenkins ? any solution without cron
- no console output available on linux when executing grails/groovy
- issue with excel sheet while trying to fetch the values from groovy script
- when i use webdriverwait rather than thread.sleep i get a staleelementreferenceexception
- hidden features of groovy?
- how do i implement a retry option for failed stages in jenkins pipelines?
- jenkins pipeline if else not working
- how to use a variable for the key part of a map
- splitting string with delimiter
- groovy advantages over jython or jruby?
- groovy - convert object to json string
- jenkins credentials store access via groovy
- confused with the use of assignment “=” and brackets { }
- groovy: generate random string from given character set
- what does the question mark mean in gsp/grails?
- grails on google-app-engine - is it dead? [closed]
- intellij idea not importing dependencies from @grab in groovy project
- avoiding groovy/grails internals while debugging in intellij idea
- how to refactor common jenkins jobdsl code?
- use .gdsl file in a java project in intellij
- security with java scripting (jruby, jython, groovy, beanshell, etc)
- how to erase elasticsearch index?
- using groovy http-builder in preemptive mode
- groovy execute “cp *” shell command
- using groovy metaclass to overwrite methods
- pass method as parameter in groovy
- map with key as string and value as list in groovy
- eachwithindex groovy statement
- groovy list.sort by first, second then third elements
- why an each loop in a jenkinsfile stops at first iteration
- how can i know how long a jenkins job has been in the wait queue after the job is finished?
- how can my gradle build initialize class org.codehaus.groovy.classgen.verifier?
- how to check in groovy that object is a list or collection or array?
- intellij idea and gradle - cannot be applied to '(groovy.lang.closure)'
- how to get version attribute from a gradle build to be included in runtime swing application
- rails or grails? [closed]
- groovy - how to exit each loop?
- logging in groovy script
- how do grails or play detect changes and hot reload classes?
- groovy script and log4j
- groovy string interpolation with value only known at runtime
- how can i call a groovy script from a jenkins file?
- how to setup a gradle plugin project in intellij?
- grails gorm & enums
- how to use logback configured via logback.groovy with groovy
- how to use i18n with a grails/groovy enum in a g:select?
- convert datetime in to date
- groovy (file io): find all files and return all files - the groovy way
- how to recover from `don't flush the session after an exception occurs` error?
- how do i convert a groovy string collection to a java string array?
- groovy not in collection
- dynamically add a property or method to an object in groovy
- jenkins pipeline job: set sleep time from a string parameter?
- groovy - how to compare the string?
- groovy: how to test if a property access will be successful?
- remove null items from a list in groovy
- how to create new date in groovy at specific date and time
- how do i make jenkins 2.0 execute a sh command in the same directory as the checkout?
- groovy: how can i include backslashes inside a string without escaping?
- safe dereferencing in python
- why is gorm not saving my object?
- should i define interfaces in duck typed languages?
- grails problem with custom error messages
- compiling and using groovy classes from java at runtime?
- jenkins pipeline in intellij with gdsl. warning: 'node' cannot be applied to '(groovy.lang.closure<object>)'
- jenkins groovy how to call methods from @noncps method without ending pipeline
- executing groovy statements in javascript sources in grails
- how would i produce junit test report for groovy tests, suitable for consumption by jenkins/hudson?
- initializing jenkins 2.0 with pipeline in init.groovy.d script
- sandboxing java / groovy / freemarker code - preventing execution of specific methods
- grails - mapping a many-to-many parents/children relation to a single join table
- getting info on groovy functions (name, signature, body code)
- really deleting nodes in xmlparser object groovy
- grails: dynamically inject service in domain class
- getting started with groovy/grails? [closed]
- how can i check for the existence of an element with groovy's xmlslurper?
- is there a source code formatter for groovy? [closed]
- named parameters with default values in groovy
- create a file with some content using groovy in jenkins pipeline
- how to convert string to int in groovy the right way
- how to use environment variables in a groovy function using a jenkinsfile
- groovy download image from url
- how to generate a java method reference using groovy for testing purposes
- soapui: how to include groovy script from an external file
- groovy and grails jdk issue
- groovy remove collection item while iterating
- groovy sql eachrow and rows method
- groovy / grails / unit testing / createcriteria.get
- elasticsearch: access document nested value in groovy script
- creating script library in soapui free version
- is it possible to register all classes within a package as spring beans
- unit testing abstract classes in groovy
- grails using uuid as id and mapping to to binary column
- log4j in grails : how to log into file?
- groovy with grape and antbuilder classloader problem
- store request/response files in local directory with groovy teststep in soapui
- groovy for testing an api
- show progress during a long ajax call
- get aws emr cluster id from name
- can i debug a grails application with a text editor such as sublime text 2? [closed]
- how to use existing java class from grails
- groovy upload file
- grails: find all children in a self-referenced one-to-many relationship
- grails add svn revision to app.version
- grails: no signature of method findall() is applicable for argument types: string, arraylist
- groovy switch statement with list of values
- groovy closure with optional arguments
- debugging gradle build files in intellij / android studio
- is there a way to convert groovy to java automatically?
- groovy: how to check if a string contains any element of an array?
- getting last word in a tokenized string in groovy
- groovy , what does -> mean
- build.gradle file, task using << notation, intellij warns: “cannot infer argument type”
- can i override restclient default “httpresponseexception” response to >399 return codes?
- easiest way to read excel files in groovy?
- difference between groovy def and java object?
- how to make a curl request with json in jenkins pipeline groovy script
- convert iso-8859-1 to utf-8 using groovy
- sequential stages within parallel pipeline in jenkins
- access grailsapplication or service in groovy class
- jenkinsfile: permission denied when running sh step in docker container
- apply gradle custom jar plugin
- how to delete views under jenkins without affecting existing jobs
- how can i create a pathing jar in gradle
- restful grails application: drying up urlmapping
- groovy file does not compile in intellij idea
- groovy.xml.markupbuilder disable prettyprint
- call stage from function in jenkinsfile
- spring boot override default rest exception handler
- how can i use jenkins sidebar link plugin in pipeline step?
- how to use enum in grails (not in domain class)
- grails filter syntax, or, how to call a grails filter outside grails
- http builder/groovy - lost 302 (redirect) handling?
- mocking jenkins pipeline steps
- accessing elements of a map of maps using a string in groovy
- jenkins pipeline sh adding new line
- how can i cope with “illegalstateexception: beanfactory not initialized or already closed”?
- how to install and use httpbuilder plugin in grails
- how do you get the sessionfactory in a grails geb/spock test case?
- how can i add common actions to controllers without using inheritance?
- how to configure grails 2.4.0 to resolve artifacts from jfrog artifactory with authentication?
- execute a external program within a groovy script and capture the output
- how do i create several ejb jars in a gradle build project?
- how can i perform a reference equals in groovy?
- detecting the platform (window or linux) by groovy/grails
- how to negate the groovy match operator?
- groovy - ignore extra attributes in a map during object instantiation
- groovy, “try-with-resources” construction alternative
- scala and java bigdecimal
- when/why would i want to use groovy's @compilestatic?
- how do i convert a inputstream to bufferedimage in java/groovy?
- how to extract a new list from an object field in groovy
- how do i loop through a list and remove an item in groovy?
- what's wrong with this groovy construct?
- serialized json with sorted keys, using jackson
- is there a “use strict” for groovy?
- capture process output in groovy
- how to construct json using jsonbuilder with key having the name of a variable and value having its value?
- how to get a real null value instead of a jsonobject.null value when parsing json in grails
- solve error java.lang.nosuchmethoderror: org.codehaus.groovy.ast.modulenode.getstarimports()ljava/util/list;
- can groovy dynamically add or override a method on a pojo?
- add method to metaclass
- logback how to set destination folder for log files
- joining thread in groovy
- access a java class from within groovy
- how can i use relative paths to external response files for soapui mockservice
- how to get $project.version in custom gradle plugin?
- how to access a map using playframework template system (groovy)
- groovy: difference with a.intersect( b ) and b.intersect( a )
- how do i import a groovy class into a jenkinfile?
- error on async job
- compilermojo#execute() caused a linkage error (java.lang.nosuchmethoderror) and may be out-of-date
- how do i execute an arbitrary script with a working directory of the directory its in?
- groovy meta-programming - adding static methods to object.metaclass
- fail hudson build with groovy script
- how to download a file? - groovy
- is there an easier way to get start of current day time than this?
- maven groovy compilation fails without explaining why
- intellij idea grails 3.0 error
- how best to get map from key list/value list in groovy?
- an error equivalent for process.text?
- how to add git credentials to the build so it would be able to be used within a shell code?
- groovy: strings with embedded quotes don't execute as expected
- spring tool suite (sts) 3.5.0 - org.codehaus.groovy.eclipse is unknown in the solver
- jenkins groovy - using modified data from readyaml to write back into yml file
- groovy httpbuilder : getting the entity content from a gziped chunked response
- groovy (gpars) and missingmethodexception when calling eachparallel()
- grails applications and version control
- how to check groovy script for compilation errors
- grails auto-reloading new controller actions
- syncing : caused by: org.codehaus.groovy.control.multiplecompilationerrorsexception: startup failed error in syncing… androidstudio 3.6.1
- simpledateformat settimezone not working
- maven dependencies groovy
- serialize & deserialize bean to json with groovy
- unit testing a controller method?
- gpars: return of eachparallel{}
- how do i modify a column using grails' database migration plugin's groovy dsl?
- what are groovy/grails/hibernate/jboss/jade in very simple terms?
- spock how to mock autowired class' function call within a method
- inject spring bean in groovy bean
- configure amazon-ecs slave plugin using groovy on jenkins
- jenkins pipeline script to copy or move file to another destination
- using an uuid or guid as id in grails/hibernate
- grails app performance degrades over time
- is it possible to import an external bean configuration xml file into resources.groovy?
- how can i write a groovy jenkinsfile for a django application to run my tests?
- dynamically creating a query based on params being passed to a controller
- grails integration test does not rollback
- how to group a list of list using groovy
- groovy httpbuilder mocking the client
- async nature of elasticsearch java api
- connecting to mysql using groovy
- jenkins : clean workspaces with groovy
- unable to mock grails service method when unit testing controller - missingmethodexception
- validating date format inside a groovy controller
- call a function from a string array (java or groovy)
- how to specify column names in hibernate/jpa when inheritance is involved?
- groovy - use xmlslurper with a dynamic path
- how to run multiple groovy/grails version
- jmeter convert date from est to utc
- compile groovy script statically with command line arguments
- how to manage development in multiple grails/groovy version?
- custom plugin transitive dependency resolution in buildconfig.groovy grails 2.2.3
- random walk on bipartite graph with gremlin
- spark/gradle — getting ip address in build.gradle to use for starting master and workers
- how to join list of maps in groovy
- groovy to validate the list of node values with the values stored in a property step
- groovy swingbuilder : button to change the color of a panel
- upload local file by using curl command in shared library jenkins pipeline
- launching a grails-app through intelli-j with root set to localhost:8080/ instead of localhost:8080/app, or modifying createlink?
- spring aop with groovy: get called method
- groovy: dynamically add properties to groovy classes from inside class methods
- jenkins workflow plugin using a groovy library
- gradle gebconfig.groovy parameterized
- groovy string evaluation runtime
- how to set jenkins declarative pipeline environments with global variables?
- can i use git command in delivery pipeline if git is installed in different path on jenkins agent than on master
- grails bind collection enum
- getting the process id of another program in groovy using 'command slinging'
- spock mock not working for unit test
- debugging java code tested with spock and jmockit
- image loading slow while using glide4 in recyclerview to load images from url
- groovy oracle stored proc - invaid column index
- groovy/grails how to call controller method from view using jquery
- trying to send an email through a groovy shell script
- jenkins pipeline - parallel stages merging only at the last stage
- why doesn't class.forname work on grails domain classes
- jenkins - mavenbuild.getmavenartifacts() returns null
- is there a way to convert json file to xml by using groovy script on soapui?
- pass values from a freestyle/pipeline job upstream in jenkins2.0
- groovy can't compile the code from a solution given on
- call name of method contained in a string
- grails: splitting a string that contains a pipe
- how can i determine if a variable exists from within the groovy code running in the scripting engine?
- does it make sense to mark variable as final in groovy?
- fail a jenkins build from groovy script
- how catch curl response into variable in jenkinsfile
- reusing part of grails criteria closure
- how to execute git command from build.gradle?
- groovy: reading a range of lines from file
- to get substring in groovy separated by a character
- recursion with closures in groovy 2.1.9
- groovy split on period and return only first value
- mock out return of a method base on the number of invocation only in spock
- what's the groovy equivalent to python's dir()?
- how to pass command line argument to gradle kotlin dsl
- how to debug grails command
- getting specific file from zipinputstream
- how to reverse the sort of a groovy collection?
- groovy map and java map on generics
- remove empty line from a multi-line string with java
- get date from timestamp in groovy
- gradle: bad <init> method call from inside of a branch (invokespecial)
- using groovy classes within gradle build
- how get full path to file build.gradle by groovy?
- add java libraries to a netbeans grails project
- gradle: war task has conflicting includes/excludes
- sorting a list in groovy in an unusual way
- __line__ feature in groovy
- error grabbing grapes ... unresolved dependency ... not found
- how to get a value from a json (string) in groovy
- how to dump http body and headers sent with http component with apache camel
- groovy: compiler mismatch after installation
- connect to oracle sql in katalon studio
- groovy/grails - unable to resolve class
- "groovy:unable to resolve class ..." (import error in logincontroller.groovy)
- does groovy provide an include mechanism?
- please explain the android build.gradle groovy syntax
- injecting a mock service into a domain class for a grails unit test?
- json to groovy with jsonslurper and unknown "string"
- gradle dependencymanagement
- groovy / grails using a map as a parameter of a function
- how to make groovy / grails return a list of objects instead of a list of lists of objects?
- call top level function from groovy method
- can i create 'shared library' in jenkins pipeline in other language than groovy?
- grails shell not seeing domain objects
- groovy string concatenation
- grails searchable plugin query
- compilation error - groovy and lombok
- how to set sleep into the flow in mulesoft without losing the message payload
- intelli-j can't run spock tests? (unable to attach test reporter...)
- issue with jenkins pipeline and java.nio.file.* methods
- is it possible to use classes compiled by gradle buildsrc in main groovy project?
- how to use external .groovy config file in grails 3
- how can i find out where the gvm installed groovy?
- grails change date format in gsp view
- groovy syntax, named block?
- groovy - jsonslurper parsing json file
- list as map value in grails
- how to add imports to groovysh on startup?
- what is the correct syntax for using html builder with mixed content in groovy 1.7?
- no tests found for given includes on spock unit tests for spring boot app
- how to access map values in groovy by key containing dot?
- how to change behaviour of the method in groovy using that method in metaclass
- exclude null values using jsonbuilder in groovy
- grails : generating pdf from gsp
- adding suppress automatic scm triggering except for named branches in jenkins job dsl?
- jenkins pipeline: can't pass build parameters to shared library vars
- can i split config.groovy file of grails?
- could not download groovy-all.jar (org.codehaus.groovy:groovy-all:2.4.15) in android studio 3.3 beta 2
- groovy/grails posting xml over http (using rest plugin)
- groovy named parameters cause parameter assignments to switch--any way around this?
- grails g:select tag
- httpbuilder and multipartentity / multipart form-data in groovy
- grails - override a bean property value in resources.groovy
- how to use groovy inside a eclipse rcp project?
- are there any other frameworks that parse xsd other than xsom?
- get text value from xml in soapui groovy script
- merge two maps to resultant map in groovy
- play! framework enum and groovy problem
- spreadsheet parser in java/groovy
- how to create dummy data for unit test?
- groovy if statement with regex in variable
- grails getsomething(int i) method doesn't compile
- how to get the latest file from a directory using groovy?
- access dot property stored in gradle.properties within settings.gradle
- regex for version number format
- groovy scripts in ant: use script task or groovy task?
- regular expression and string operations
- groovy: generate equals and hashcode methods
- jenkins script pipeline sonar integration
- error deploying grails application - beginner
- is there a way to make the @builder annotation work for immutable classes?
- generics with spock stub
- writing to file with groovy(grails) fails for some lines (broken lines)
- passing a value in a where: block in spock test
- jenkins shared library - importing classes from the /src folder in /vars
- java jars unable to resolve class
- gradle thrift plugin by example
- how to match string with pattern in groovy
- calculate age in groovy from today
- are xmlparser and xmlslurper namespace aware by default?
- nexus 3 query builder how to retrieve artefacts in descending order
- jar plugins implementation
- in groovy, how do you dynamically call a static method of a class?
- groovy grapes freeze after downloading artifacts
- groovy: copy xml elements from one doc to another
- groovy concurrency
- read a yaml file in groovy
- encoder function for multipart/form-data in groovy
- property date must be a valid date error, when using jquery ui plugin
- how to detect fragment identifiers in url mappings?
- groovy shared library testing pipeline step method with spock
- do not delete a jenkins build if it's marked as "keep this build forever" - groovy script to delete jenkins builds
- how to inject property values into a spock test?
- capturing shell script output from jenkins pipeline
- grails with csv (no db)
- spock: mocked class's method is not being matched
- gmaven-plugin works for groovy 1.7.5 but not for 2.1.0
- how to render a list with groovy's markupbuilder
- gradle & groovy - error: could not find or load main class
- groovy.json.jsonexception: expecting '}' or ',' but got current char
- can switch use string.contains?
- how to configure a timeout for an sql query in groovy?
- groovy transpose 2d array different sizes
- groovy 'as' keyword to implement 2+ interfaces
- how do i compare user inputed password to credentials passphrase
- spring boot - override index page from webjar
- how can i intercept a call from java to groovy--or simulate this easily
- how to get random row from file in jmeter
- how groovy script can be invoked using java api for elasticsearch
- json with duplicate key names losing information when parsed
- pass a groovy array to javascript code
- gradle: how to create multiple jar?
- setting delegate value with groovy jsonbuilder
- groovy equivalent for scala implicit parameters
- how to include groovy dsl script from one groovy file to another
- what is the difference between a groovy object and a java object with regards to functionality in groovy code?
- how to emit items from a collection with delay in rxjava?
- how to specify content type in request in groovy?
- why does the groovy jsonbuilder escape slashes in urls?
- use object returned by readyaml from file in declarative jenkinsfile
- if else statement not working properly in jenkins pipeline script (groovy)
- extract soap header out of request and add it to following request
- i pull the branch with tag in the groovy
- android gradle library build: include & exclude files from the jar inside the generated aar
- how do you pass a javascript variable to your groovy controller?
- using groovypagestemplateengine without a request?
- getting node from json response
- how to pass a javascript variable into a groovy block
- grails - can't call service from controller --> always get "cannot invoke method on null object error"
- jenkins groovy url get parameter
- creating automatic folder and files in soapui
- groovy swingbuilder : controlling the style of the tabs titles in jtabbedpane
- nested iteration over json using groovy closure in rest-assured
- jenkins pipeline def new string parameter
- groovy replacing place holders of file content similar to multiline-string
- groovy in soapui asserting on repeating nodes located by expected data
- grails searcheable plugin search in inner hasmany class
- create groovy script for run rest request
- how to test that a static constant value is passed into mailservice sendmail closure without requiring a class prefix on the constant?
- compiling a groovy scripts that come from a database
- maven failure to find codehaus artifact org.codehaus:codehaus-parent
- grails pagination tag error
- groovy compiler 1.7 - how to install it? eclipse indigo
- inlist constraints values from config.groovy property
- spring boot groovy templates not adding _csrf to model
- how do check for an element in a map that is in a list
- gradle build not including source/src groovy
- jenkins groovy scripting
- groovy swingbuilder bind to multiple properties
- jenkins groovy init script for sonarqube configuration
- with specified username getting 'sorry, we were not able to find a user with that username and password.' message when logging int
- adding quotes around shellscript parameter from jenkins/groovy
- grails spock test mock commonsmultipartfile
- return nested key in groovy
- how to compare values from response of two different requests in soap ui using groovy?
- use session inside src/groovy
- httpbuilder http post url encoded parameters and accept xml response?
- grails services in abstract class
- jenkins groovy: what triggered job
- how to get the xml root node containing element with particular value using groovy scripts in soap ui
- how to create instance of wcmusepojo in my prosper spec?
- jenkins groovy parallel variable not working
- soapui groovy script’s json responses is empty when using testrunner
- snakeyaml by example
- xml to json conversion in groovy
- grails issue with unique/save/update
- java upgrade exception from 1.6 to 1.8
- using groovy-postbuild-plugin in my jenkins pipeline
- groovy: on the fly properties
- resteasy, cdi, embedded jetty, bean validation is ignored
- copy apk file from build location to some other location in gradle 4.4
- keeping the newline and carriage return characters in java (groovy)
- how to get an arbitrary file from an http request in grails
- jenkins:how to achieve parallel dynamic stages in jenkins declarative pipeline
- how can i choose the location where i want to save downloaded files?
- extract substring using regex in groovy
- is there a way to pass a constant to an annotation in groovy?
- jenkins escape sed command
- groovy: have a field name, need to set value and don't want to use switch
- how to post json data in body with jenkins http-request plugin and pipeline?
- grails/groovy regular expression- how to use (?i) to make everything case insensitive?
- gradle: 'buildtypes' cannot be applied to groovy.lang.closure
- gradle dofirst() execution order
- groovy string concatenation with null checks
- how to pass multi select value parameter in jenkins file(groovy)
- update map using findall and each in groovy
- using groovyshell as "expression evaluator/engine" (or: how to reuse groovyshell)
- jenkins groovy build step trigger another job in groovy script removes original job's parameters
- get gradle variables in jenkins pipeline script
- how to use ilike with integer in grails
- groovy 2.5.0 gives noclassdeffounderror for methodcalltransformation
- change gradle's local repo cache location for jenkins cloud build
- groovy "with" block usage query
- how do i use the firstline argument in eachline
- jenkins: setting root url via groovy api
- iterate through string with multiple lines
- is there a simple way of parsing this text into a map
- resolving groovy map class
- remove key/value from map while iterating
- how to get the current session user in jenkins on a groovy parameter
- groovy 2d arrays
- file not found in jenkins pipeline script
- change xml tag name
- how to instantiate a java abstract class with a constructor parameter with a groovy closure
- gpathresult to string without xml declaration
- maven: groovy-eclipse compiler plugin with groovy 2.3.5
- hiding base class methods in code completion in intellij?
- updating a jenkins job with the groovy jenkins api
- what is the purpose of the nullobject class in groovy?
- experiences using groovy++ in grails
- groovyclassloader call to parseclass is successful, even when code does not compile
- mock configuration in grails tests
- jenkins dsl plugin: how to create a job in an existing jenkins view?
- why does not capitalizing the class name cause a compiler error here?
- how could i set value of json object as a request in soapui
- groovy has a size property for collection?
- gradle dependencies - latest snapshot
- aop with grails
- groovy xmlutil.serialze() is throwing a 'content is not allowed in prolog' error when trying to serialize a gpathresult
- grails 1.0.3 console reports 'premature end of file'
- cannot execute groovy maven plugin as a goal
- how does groovy add new methods to java classes?
- fetch only keys from json object using groovy
- groovy eclipse plugin organize imports
- groovy xmlslurper: get value of attribute that has an associated namespace
- referencing groovy from java with gradle and spring boot results in"cannot find symbol"
- access global variable in static scope
- what overloaded method is chosen by groovy when null is passed as a parameter?
- groovy: nested evaluation of variables inside ${}
- asynchronous gradle copy task?
- use groovy category in groovy shell
- how to get the pipeline configuration field 'script path' when executing the jenkinsfile?
- how to make gradle compile groovy tests before java tests
- dynamic languages - which one should i choose?
- jenkins pipeline stage skip based on groovy variable defined in pipeline
- runtime exception mocking groovy.sql in spock
- how to configure a grails plugin from another grails plugin
- configuring datasource.groovy for openshift for grails
- how to add xml attribute using groovy?
- how to load datasource configuration from external file in grails 3.1.8?
- how to dynamically create a groovy closure from a string in java
- groovy list spreading
- groovy, embedded in java, calling back to java
- configure jenkins ec2-plugin with groovy
- coerce result row into object
- how to take data from csv file and save into grails with mysql?
- groovy's java.util.date or java's java.util.date?
- adding business logic to a domain class using a getter style method name
- how to incorporate a g:link into an ordinary button?
- how do i get eclipse to run all of my groovy unit tests?
- correct way to configure gradle plugin extensions with groups of dynamic objects
- grails select will not return correct data
- streamingtemplateengine exception missingpropertyexception
- groovy: execute code transparent before and after any method is invoked
- groovy split csv and empty fields
- this, owner, delegate in groovy closure
- how to get user inputs from jenkins active choice parameter using formatted html
- can i use groovy's default getters / setters to help implement a java interface?
- getting org.codehaus.groovy.control.multiplecompilationerrorsexception using gmaven plugin
- metaclass property on java classes in groovy
- how is groovy able to access private methods of a java class?
- groovy 1.7 changes "final"?
- how do i save gorm objects with multiple many-to-one relationships?
- workflowscript.with in jenkins
- gradle minify all javascript
- using a string as code with groovy xml parser
- passing 'build with parameters' to jenkinsfile from scm in pipeline
- generate cdata inside of tag using streamingmarkupbuilder
- groovy - xmlnodeprinter prints blank file
- grails 3.2.0 bootstrap.groovy script doesn't execute
- passing a closure in a plugin extension in gradle
- groovy install httpbuilder now that codehaus shutdown?
- why isn't playframework custom validation message not displayed in template
- gradle.buildstarted not triggered
- filenamefinder().getfilenames fails on one jenkins node
- parse xml using groovy: how do i keep the cdata when parsing a xml file
- reflect on functions declared in a groovy script
- how to iterate collection pairs
- groovy dynamically add method with argument
- use groovy to sort xml file
- grails 2.4 named configuration for json not working
- how to use multiple classes in multiple files in scripts?
- groovy generated constructor missing during compile
- groovyscriptengine throws multiplecompilationerrorsexception while loading class that uses other class' static inner class
- check if a list's value contains in a string
- how to get nested property value from object in groovy?
- weird nullpointerexception in groovy inject
- when to use "<<" in gradle task
- post xml data with groovy httpbuilder
- how do you cache a compiled class made by groovy script engine?
- why doesn't this generic usage work in groovy?
- jenkins groovy script finding null testresultaction for a successful run
- unable to render date from model template
- evaluating a groovy string expression at runtime
- how to share variables across multiple cucumber step definition files with groovy
- grails per-user database authentication
- grails external configuration. can't access to external variable. getting always [:]
- jenkins multibranch: change job description from groovy
- whats a good way to make xml with grails
- groovy script code to append xml node taking 15+ hours for 6k employee records
- passing state between pages when using geb & spock
- how to use the groovy expression from the lockable resources plugin in jenkins freestyle projects
- grails elasticsearch plugin with "text" mapping
- groovy - how to delay groovlet modification recompile check