This article originally appeared in the December 2012 issue of GroovyMag. Some different ways that Groovy makes interacting with the web easier One of the major benefits of Groovy is how it simplifies some of the common scenarios we deal with in Java. Complex code with conditionals, error handling and many other concerns can be […]
Tags:
git,
github,
Gradle,
Groovy,
HTTPBuilder,
HttpClient,
Java,
JSON,
kellyrob99,
REST,
Spock,
theKaptain,
XML
1. Ensure all of your Jenkins builds are building the correct branch from source control I manage a large number of builds at work, spread across several build servers. When we release a new version all of the builds need to be updated to point to new working branches. This script takes advantage of the […]
Tags:
API,
gist,
github,
Gradle,
Groovy,
Hudson,
Java,
jenkins,
JSON,
JsonSlurper,
kellyrob99,
Programming,
REST,
theKaptain
I had a great chance to play with some new stuff this weekend, namely Grails 1.2-M3, the new Grails REST plugin and Groovy in general. Awhile back I wrote some Groovy code to explore the various Jira, Fisheye and Crucible REST api’s using Apache HttpClient directly, and I wanted to see what it would like […]
Tags:
Apache,
Crucible,
DataTable,
Fisheye,
Google,
google-charts,
Grails,
Groovy,
HTTPBuilder,
HttpClient,
Jira,
JSON,
REST,
RESTClient,
theKaptain,
XML