Update Jenkinsfile

This commit is contained in:
ametgud4u 2021-01-08 23:37:43 +05:30 committed by GitHub
parent b1b3f16bb2
commit d85616540d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -1,4 +1,4 @@
node('jenkins'){
node('$hostname'){
stage('scm'){
git 'https://github.com/ametgud4u/spring-petclinic.git'
}