DORSETRIGS
Home

groovy (84 post)


posts by category not found!

Loop with groovy to execute a TestCase in soapui

Looping Through Test Cases in Soap UI with Groovy A Practical Guide Scenario Imagine you need to run the same Soap UI test case multiple times with different da

2 min read 07-10-2024 22
Loop with groovy to execute a TestCase in soapui
Loop with groovy to execute a TestCase in soapui

How to list all `env` properties within jenkins pipeline job?

Unveiling Your Jenkins Pipeline Environment A Guide to Listing env Properties Navigating the complex world of Jenkins pipelines can sometimes feel like decipher

2 min read 07-10-2024 34
How to list all `env` properties within jenkins pipeline job?
How to list all `env` properties within jenkins pipeline job?

Failed to parse the JSON document

Failed to Parse the JSON Document A Common Error and How to Fix It Have you ever encountered the dreaded Failed to parse the JSON document error This cryptic me

2 min read 07-10-2024 40
Failed to parse the JSON document
Failed to parse the JSON document

validating a xml doc in groovy

Validating XML Documents with Groovy A Comprehensive Guide Validating XML documents ensures that they adhere to a defined schema ensuring consistency and data i

2 min read 06-10-2024 45
validating a xml doc in groovy
validating a xml doc in groovy

How do I write multiple functions in one file?

Writing Multiple Functions in One File A Comprehensive Guide Writing multiple functions within a single file is a fundamental practice in various programming la

2 min read 05-10-2024 42
How do I write multiple functions in one file?
How do I write multiple functions in one file?

fat aar - gradle 8.0 - kezong

Gradle 8 0 A Deep Dive into the Fat JAR Problem with Kezong Are you tired of struggling with bloated JAR files and dependencies in your Gradle projects The fat

2 min read 05-10-2024 48
fat aar - gradle 8.0 - kezong
fat aar - gradle 8.0 - kezong

Jenkins is throwing timeout when executing more than 5 docker images at the same time

Jenkins Timeout Troubles Building Multiple Docker Images Simultaneously Building Docker images is a common practice in modern software development but running m

2 min read 05-10-2024 42
Jenkins is throwing timeout when executing more than 5 docker images at the same time
Jenkins is throwing timeout when executing more than 5 docker images at the same time

Groovy AST: the order of local and global transformations

Groovy AST Unraveling the Order of Transformations Groovys Abstract Syntax Tree AST transformation mechanism is a powerful tool for modifying and enhancing your

2 min read 05-10-2024 43
Groovy AST: the order of local and global transformations
Groovy AST: the order of local and global transformations

Java8 ServiceLoader : Unable to load FastStringService

Java 8 Service Loader Why Cant I Find My Fast String Service Have you ever encountered the frustrating Unable to load Fast String Service error when using Java

2 min read 04-10-2024 41
Java8 ServiceLoader : Unable to load FastStringService
Java8 ServiceLoader : Unable to load FastStringService

Camunda 7 scripting - race conditions across process-instances while setting a variable

Understanding Race Conditions in Camunda 7 Scripting Across Process Instances In Camunda 7 a leading platform for workflow and decision automation developers of

3 min read 30-09-2024 50
Camunda 7 scripting - race conditions across process-instances while setting a variable
Camunda 7 scripting - race conditions across process-instances while setting a variable

Gitlab's tag event is not triggering the jenkins multibranch pipeline

Troubleshooting Git Labs Tag Event Not Triggering Jenkins Multibranch Pipeline In todays Dev Ops landscape continuous integration and continuous deployment CI C

2 min read 29-09-2024 42
Gitlab's tag event is not triggering the jenkins multibranch pipeline
Gitlab's tag event is not triggering the jenkins multibranch pipeline

How to mock HttpClient using Spock-framework

How to Mock Http Client Using Spock Framework When it comes to unit testing in Java particularly in the context of Spring applications its essential to effectiv

3 min read 29-09-2024 44
How to mock HttpClient using Spock-framework
How to mock HttpClient using Spock-framework

I cant import the library org.grails.web.util.Utils in Grains

Troubleshooting Unable to Import org grails web util Utils in Grails When working with Grails developers often encounter issues while trying to import specific

2 min read 28-09-2024 48
I cant import the library org.grails.web.util.Utils in Grains
I cant import the library org.grails.web.util.Utils in Grains

How to push a Jenkins shared library file(s) to the Git repo?

How to Push a Jenkins Shared Library File s to the Git Repository Managing Jenkins shared libraries is essential for keeping your CI CD pipelines clean and orga

2 min read 27-09-2024 44
How to push a Jenkins shared library file(s) to the Git repo?
How to push a Jenkins shared library file(s) to the Git repo?

extracted values are stored in null

Understanding the Issue of Extracted Values Being Stored as Null When dealing with data extraction in programming one common problem that developers encounter i

2 min read 26-09-2024 54
extracted values are stored in null
extracted values are stored in null

How do i compare 2 dates with specific format ("yyyy-MM-dd'T'HH:mm:ss") in groovy script

Comparing Two Dates in Groovy Script Using a Specific Format When working with dates in programming it can often be challenging to ensure that they are accurate

2 min read 25-09-2024 53
How do i compare 2 dates with specific format ("yyyy-MM-dd'T'HH:mm:ss") in groovy script
How do i compare 2 dates with specific format ("yyyy-MM-dd'T'HH:mm:ss") in groovy script

how to use the long value by csv data set config

How to Use Long Values with CSV Data Set Config in J Meter When testing applications or systems it s common to need to input various datasets Apache J Meter pro

2 min read 23-09-2024 52
how to use the long value by csv data set config
how to use the long value by csv data set config

Groovy Spring Shell program fails when equivalent Java version works

Understanding Groovy Spring Shell Failures Compared to Java In the world of software development its not uncommon to encounter situations where one programming

2 min read 23-09-2024 72
Groovy Spring Shell program fails when equivalent Java version works
Groovy Spring Shell program fails when equivalent Java version works

executing job disabling through groovy

Executing Job Disabling through Groovy In the world of continuous integration and continuous deployment CI CD managing jobs effectively is crucial for maintaini

2 min read 23-09-2024 83
executing job disabling through groovy
executing job disabling through groovy

When I perform spring-boot unit testing, the spring datasource is repeatedly initialized

Understanding Spring Boot Unit Testing Handling Data Source Initialization When performing unit testing in Spring Boot many developers encounter a common issue

3 min read 22-09-2024 61
When I perform spring-boot unit testing, the spring datasource is repeatedly initialized
When I perform spring-boot unit testing, the spring datasource is repeatedly initialized

How do I use groovy/scriptrunner to copy comments made on a Story to it's parent epic?

How to Copy Comments from a Story to Its Parent Epic Using Groovy Scriptrunner In Agile project management ensuring seamless communication between different iss

3 min read 22-09-2024 51
How do I use groovy/scriptrunner to copy comments made on a Story to it's parent epic?
How do I use groovy/scriptrunner to copy comments made on a Story to it's parent epic?

Camunda. BPMN. Finding the proper value from an array variable

Understanding Camunda BPMN Extracting Values from Array Variables Camunda is an open source workflow automation platform that enables organizations to model exe

2 min read 21-09-2024 54
Camunda. BPMN. Finding the proper value from an array variable
Camunda. BPMN. Finding the proper value from an array variable

Not able to run CURL in Jenkins Active choice parameter

Troubleshooting CURL Execution in Jenkins Active Choice Parameter In the world of continuous integration and delivery Jenkins stands out as a powerful automatio

2 min read 19-09-2024 59
Not able to run CURL in Jenkins Active choice parameter
Not able to run CURL in Jenkins Active choice parameter

Call a Post api using the response of a Get api in CRM using Groovy script

How to Call a POST API Using the Response of a GET API in CRM with Groovy Script In todays world seamless integration between different software applications is

3 min read 19-09-2024 48
Call a Post api using the response of a Get api in CRM using Groovy script
Call a Post api using the response of a Get api in CRM using Groovy script

Set local variables from YAML files in a Jenkins Pipeline parallel block

Set Local Variables from YAML Files in a Jenkins Pipeline Parallel Block In modern software development CI CD tools like Jenkins play a crucial role in automati

2 min read 19-09-2024 116
Set local variables from YAML files in a Jenkins Pipeline parallel block
Set local variables from YAML files in a Jenkins Pipeline parallel block