We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 026aa92 commit e266d16Copy full SHA for e266d16
pom.xml
@@ -102,7 +102,6 @@
102
<dependency>
103
<groupId>org.jenkins-ci.plugins</groupId>
104
<artifactId>git-client</artifactId>
105
- <version>3.12.0</version>
106
</dependency>
107
108
src/main/java/jenkins/plugins/git/maintenance/Cron.java
@@ -13,7 +13,7 @@ public class Cron extends PeriodicWork {
13
14
@Override
15
public long getInitialDelay(){
16
- return MIN - (Calendar.getInstance().get(Calendar.SECOND) * 1000);
+ return MIN - (Calendar.getInstance().get(Calendar.SECOND) * 1000L);
17
}
18
19
0 commit comments