Skip to content

Commit 0f25538

Browse files
authored
Update dsl_maven_project
1 parent 591eb46 commit 0f25538

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

jenkins/dsl_maven_project

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

1010
steps {
@@ -14,3 +14,4 @@ job('DSL_JobForLoginApp'){
1414
publishers {
1515
archiveArtifacts '**/*.war'
1616
}
17+
}

0 commit comments

Comments
 (0)