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