aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/trygvis/esper/testing/core/jenkins/JenkinsBuildPoller.java
Commit message (Collapse)AuthorAgeFilesLines
* o Fixing another bug in the unbreakable poller, stored one build too many in ↵Trygve Laugstøl2013-01-101-7/+10
| | | | | | some progress objects too. o Got the logback.xml + system properties combination to finally work.
* o Preventing duplicates when inserting build participants.Trygve Laugstøl2013-01-091-0/+10
|
* o Trying out a custom UUID type for prettier formatting.Trygve Laugstøl2013-01-041-1/+1
|
* o Skipping builds where the job is a <mavenModule>.Trygve Laugstøl2013-01-031-3/+27
| | | | o Using the build's timestamp instead of createdDate in the UI.
* o Moving Jenkins XML objects and parsing to it's own package.Trygve Laugstøl2013-01-031-9/+43
| | | | o Removing fields from JenkinsBuild that's read from the XML later on.
* o Sending logs to to disk.Trygve Laugstøl2012-12-281-1/+1
|
* o First badge: UNBREAKABLE.Trygve Laugstøl2012-12-221-8/+16
|
* o Moving stuff to utils package.Trygve Laugstøl2012-12-221-0/+55