mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:35:50 +00:00
addded
This commit is contained in:
parent
c167850ab6
commit
519876df1d
1 changed files with 3 additions and 3 deletions
6
Jenkins
6
Jenkins
|
@ -6,9 +6,9 @@ pipeline{
|
||||||
triggers {
|
triggers {
|
||||||
pollSCM('* * * * *')
|
pollSCM('* * * * *')
|
||||||
}
|
}
|
||||||
stages{
|
stages {
|
||||||
stage( 'git' ) {
|
stage('git') {
|
||||||
step {
|
steps {
|
||||||
git url :'https://github.com/dhille98/spring-petclinic.git'
|
git url :'https://github.com/dhille98/spring-petclinic.git'
|
||||||
branch:'dev'
|
branch:'dev'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue