aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/trygvis/esper/testing/jenkins
Commit message (Collapse)AuthorAgeFilesLines
* wootTrygve Laugstøl2012-12-092-1/+3
|
* o Supporting Maven builds in jenkins.Trygve Laugstøl2012-12-082-40/+68
|
* o Discovering and storing jobs in addition to the build.Trygve Laugstøl2012-12-086-92/+173
|
* o Closing the HTTP streams so we don't run out of connections.Trygve Laugstøl2012-12-084-14/+27
| | | | o Attaching the build to a server.
* o Creating a flag to disable jenkins servers from being polled.Trygve Laugstøl2012-12-084-44/+53
| | | | o Using proper logging.
* o Storing Jenkins builds discovered from the feed.Trygve Laugstøl2012-12-086-122/+319
|
* o Better Jenkins importer.Trygve Laugstøl2012-12-074-36/+194
|
* o More common XML parsing and HTTP client code. o Reimplemented the Nexus ↵Trygve Laugstøl2012-12-073-68/+28
| | | | code to consume the timeline instead of calculating its own diff.
* o Adding BoneCP init to Config.Trygve Laugstøl2012-11-203-19/+14
| | | | | 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 Integrating new httpcommons code.Trygve Laugstøl2012-11-191-3/+2
|
* o Adding logic to stop fetching pages when Gitorious returns non-XML response.Trygve Laugstøl2012-11-191-1/+1
| | | | | | | o Adding support for self-signed certificates with https. o Moving client code to GitoriousClient. o Adding Nexus client and an importer that fetches all artifacts. o A nexus client that actually fetches the entire set of artifacts.
* 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-184-103/+62
|
* o Creating jobs for polling a jenkins servers and jobs.Trygve Laugstøl2012-11-174-29/+427
|
* o Adding Jenkins code.Trygve Laugstøl2012-11-132-0/+91