aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/trygvis/esper/testing/jenkins/JenkinsClient.java
Commit message (Collapse)AuthorAgeFilesLines
* o Adding Maven module as a build type.Trygve Laugstøl2012-12-101-3/+4
|
* wootTrygve Laugstøl2012-12-091-0/+2
|
* o Supporting Maven builds in jenkins.Trygve Laugstøl2012-12-081-3/+27
|
* o Discovering and storing jobs in addition to the build.Trygve Laugstøl2012-12-081-26/+36
|
* o Closing the HTTP streams so we don't run out of connections.Trygve Laugstøl2012-12-081-4/+5
| | | | o Attaching the build to a server.
* o Creating a flag to disable jenkins servers from being polled.Trygve Laugstøl2012-12-081-35/+37
| | | | o Using proper logging.
* o Storing Jenkins builds discovered from the feed.Trygve Laugstøl2012-12-081-5/+59
|
* o Better Jenkins importer.Trygve Laugstøl2012-12-071-11/+58
|
* o More common XML parsing and HTTP client code. o Reimplemented the Nexus ↵Trygve Laugstøl2012-12-071-64/+23
| | | | code to consume the timeline instead of calculating its own diff.
* o Adding BoneCP init to Config.Trygve Laugstøl2012-11-201-6/+6
| | | | | o Starting on an actor-like structure for the running jobs. o Loading Nexus servers and group ids to look for from the database.
* o Adding "buildable" to the job status.Trygve Laugstøl2012-11-181-52/+42
|
* o A version that's more useful because as it is closing its connections.Trygve Laugstøl2012-11-181-44/+39
|
* o Creating jobs for polling a jenkins servers and jobs.Trygve Laugstøl2012-11-171-16/+187
|
* o Adding Jenkins code.Trygve Laugstøl2012-11-131-0/+61