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

This commit is contained in:
2023-12-26 17:22:38 +09:00
parent 4a150ff82d
commit 12a6043205
2 changed files with 3 additions and 3 deletions

4
Jenkinsfile vendored
View File

@@ -36,7 +36,7 @@ pipeline {
stage('Bulid Gradle') {
steps {
echo 'Bulid Gradle'
dir ('/var/jenkins_home/workspace/kiz-shop'){
dir ('/var/jenkins_home/workspace/kiz-shop-pipeline_main'){
sh './gradlew clean build'
}
}
@@ -55,7 +55,7 @@ pipeline {
steps {
echo 'Bulid Docker'
script {
dir ('/var/jenkins_home/workspace/kiz-shop'){
dir ('/var/jenkins_home/workspace/kiz-shop-pipeline_main'){
dockerImage = docker.build imagename
}
}

View File

@@ -1,4 +1,4 @@
@endpoint = http://mindol.synology.me:8083/api
@endpoint = http://mindol.synology.me:60000/api
### 회원저장
POST {{endpoint}}/member HTTP/1.1