This commit is contained in:
seshi7 2020-05-19 16:46:54 +00:00
parent 48a46a9593
commit ef3b9e882c

2
Jenkinsfile vendored
View file

@ -1,7 +1,7 @@
pipeline {
agent {label 'MASTER'}
stages {
stage('Source'){
stage('scm'){
steps {
git 'https://github.com/seshi7/spring-petclinic.git'
}