This commit is contained in:
ametgud4u 2020-05-23 00:33:02 +05:30 committed by GitHub
parent a2de101e9b
commit 7027254d8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Jenkinsfile vendored
View file

@ -2,7 +2,7 @@
node('jfrognew'){ node('jfrognew'){
stage('scm'){ stage('scm'){
git 'https://github.com/ametgud4u/Devops.git' git 'https://github.com/ametgud4u/spring-petclinic.git'
} }
stage('build'){ stage('build'){
@ -14,4 +14,4 @@ node('jfrognew'){
archiveArtifacts 'target/*.jar' archiveArtifacts 'target/*.jar'
} }
} }