Skip to content

Commit 19fea44

Browse files
authored
Update dsl_maven_project
1 parent 0f25538 commit 19fea44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/dsl_maven_project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ job('DSL_JobForLoginApp'){
44
git("https://github.com/ravdy/javaloginapp.git", master)
55
}
66
triggers{
7-
scm(1 2 * * *)
7+
scm('1 2 * * *')
88
}
99

1010
steps {

0 commit comments

Comments
 (0)