Update Jenkinsfile

This commit is contained in:
ametgud4u 2020-07-25 02:50:26 +05:30 committed by GitHub
parent 88dc779e9c
commit 78c42a1a1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

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