diff --git a/Jenkinsfile b/Jenkinsfile index fb229c3..1db4a4f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 } } diff --git a/restapi/api.rest b/restapi/api.rest index 5013638..50bb3cc 100644 --- a/restapi/api.rest +++ b/restapi/api.rest @@ -1,4 +1,4 @@ -@endpoint = http://mindol.synology.me:8083/api +@endpoint = http://mindol.synology.me:60000/api ### 회원저장 POST {{endpoint}}/member HTTP/1.1