Skip to content

Commit 1f3b840

Browse files
authored
Update Jenkinsfile
1 parent 068a9f5 commit 1f3b840

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Jenkinsfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pipeline{
33
agent any
44

55
tools{
6-
maven 'Maven 3.9.0'
6+
maven 'Maven 3.9.1'
77

88
}
99

@@ -64,7 +64,7 @@ stages{
6464
}
6565
}
6666
}
67-
*/
67+
6868
}//Stages Closing
6969
7070
post{
@@ -88,6 +88,7 @@ post{
8888
body: "Pipeline Build is over .. Build # is ..${env.BUILD_NUMBER} and Build status is.. ${currentBuild.result}.",
8989
replyTo: '[email protected]'
9090
}
91+
*/
9192
}
9293

9394

0 commit comments

Comments
 (0)