From 53b47529be5ab8d83e319f869e12e53f5b43919a Mon Sep 17 00:00:00 2001 From: moleksiienko Date: Mon, 13 Jan 2025 00:45:02 +0200 Subject: [PATCH] . --- cicd/jenkins-pipelines/build.groovy | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/cicd/jenkins-pipelines/build.groovy b/cicd/jenkins-pipelines/build.groovy index 9d68df64b..1e0f6aa0a 100644 --- a/cicd/jenkins-pipelines/build.groovy +++ b/cicd/jenkins-pipelines/build.groovy @@ -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') {