Skip to content

Commit 0db1acb

Browse files
committed
more test backfill and some help documentation updates
1 parent 4170958 commit 0db1acb

14 files changed

Lines changed: 245 additions & 129 deletions

File tree

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,15 @@
2828
<url>http://repo.jenkins-ci.org/public/</url>
2929
</pluginRepository>
3030
</pluginRepositories>
31+
32+
<dependencies>
33+
<dependency>
34+
<groupId>org.mockito</groupId>
35+
<artifactId>mockito-all</artifactId>
36+
<version>1.9.5</version>
37+
<scope>test</scope>
38+
</dependency>
39+
</dependencies>
3140
<build>
3241
<plugins>
3342
<plugin>

src/main/java/org/jenkinsci/plugins/parameterizedschedular/Cron.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public long getRecurrencePeriod() {
2626

2727
@Override
2828
protected void doRun() throws Exception {
29-
LOGGER.warning("dorun-run");
29+
LOGGER.finer("dorun-run");
3030
checkTriggers(new GregorianCalendar());
3131
}
3232

0 commit comments

Comments
 (0)