Update Jenkinsfile

This commit is contained in:
senatorovv 2023-07-12 10:36:53 +04:00 committed by GitHub
parent c24e0c0a83
commit 0743af783d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
Jenkinsfile vendored
View file

@ -9,12 +9,6 @@ pipeline {
stages {
stage('Checkout Source') {
steps {
git 'https://github.com/senatorovv/spring-petclinic.git'
}
}
stage('Build image') {
steps{
script {