Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d457226 commit 7186e98Copy full SHA for 7186e98
2 files changed
.mvn/wrapper/MavenWrapperDownloader.java
Jenkinsfile
@@ -3,6 +3,7 @@ pipeline {
3
4
triggers {
5
pollSCM 'H/10 * * * *'
6
+ upstream(upstreamProjects: "spring-data-build/master", threshold: hudson.model.Result.SUCCESS)
7
}
8
9
options {
0 commit comments