This commit is contained in:
moleksiienko 2025-01-13 00:45:02 +02:00
parent 1e1a85bb19
commit 53b47529be

View file

@ -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') {