mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 22:35:50 +00:00
.
This commit is contained in:
parent
1e1a85bb19
commit
53b47529be
1 changed files with 2 additions and 5 deletions
|
@ -11,11 +11,8 @@ pipeline {
|
|||
stages {
|
||||
stage('Checkout Code') {
|
||||
steps {
|
||||
git {
|
||||
url: 'git@github.com:Nalexx06/spring-petclinic.git'
|
||||
credentialsId: "nalexx06_github_ssh"
|
||||
branch: 'dev'
|
||||
}
|
||||
git url: 'git@github.com:Nalexx06/spring-petclinic.git', credentialsId: "nalexx06_github_ssh", branch: 'dev'
|
||||
|
||||
}
|
||||
}
|
||||
stage('Build & Test') {
|
||||
|
|
Loading…
Reference in a new issue