Update Jenkinsfile

This commit is contained in:
ametgud4u 2020-09-25 20:22:33 +05:30 committed by GitHub
parent b598b8e60e
commit b1b3f16bb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

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