mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:45:49 +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 {
|
||||
pollSCM('* * * * *')
|
||||
}
|
||||
stages{
|
||||
stage( 'git' ) {
|
||||
step {
|
||||
stages {
|
||||
stage('git') {
|
||||
steps {
|
||||
git url :'https://github.com/dhille98/spring-petclinic.git'
|
||||
branch:'dev'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue