[api] Jenkinsfile.pjt 작업중

- 도커 빌드
This commit is contained in:
2026-02-03 10:35:59 +09:00
parent e0f731718e
commit c1b4f4a6fd
+9
View File
@@ -40,5 +40,14 @@ pipeline {
}
}
}
stage('4) Docker Build') {
steps {
sh '''
set -e
docker build -t ${REGISTRY_HOST}/${IMAGE_REPO}:${IMAGE_TAG} .
'''
}
}
}
}