mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 23: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 {
|
stages {
|
||||||
stage('Checkout Code') {
|
stage('Checkout Code') {
|
||||||
steps {
|
steps {
|
||||||
git {
|
git url: 'git@github.com:Nalexx06/spring-petclinic.git', credentialsId: "nalexx06_github_ssh", branch: 'dev'
|
||||||
url: 'git@github.com:Nalexx06/spring-petclinic.git'
|
|
||||||
credentialsId: "nalexx06_github_ssh"
|
|
||||||
branch: 'dev'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Build & Test') {
|
stage('Build & Test') {
|
||||||
|
|
Loading…
Reference in a new issue