Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
anujdevopslearn authored Apr 9, 2024
1 parent ea3f84a commit 6c23f6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@Library(["JenkinsSharedLibrary@main"]) _

mavenBuild(
gitURL = "https://github.com/anujdevopslearn/SpringBootDocker",
productType = "docker"
pomfileName = "pom.xml"
gitURL : "https://github.com/anujdevopslearn/SpringBootDocker",
productType : "docker",
pomfileName : "pom.xml"
)

0 comments on commit 6c23f6e

Please sign in to comment.