commit
All checks were successful
kiz-shop-pipeline/pipeline/head This commit looks good

This commit is contained in:
2023-12-26 15:16:21 +09:00
parent d55499f976
commit 3602b82300

1
Jenkinsfile vendored
View File

@@ -16,7 +16,6 @@ pipeline {
stage('Repository clone') {
steps {
script {
// 새로운 클론
echo 'Cloning Repository'
git url: 'http://mindol.synology.me:8418/kiz-cloud/kiz-shop.git',
branch: 'main',