Commit e5ba572c authored by his-邹宇's avatar his-邹宇

搭建

parent b9a700cc
...@@ -3,7 +3,7 @@ pipeline { ...@@ -3,7 +3,7 @@ pipeline {
environment { environment {
PROJECT_NAME="eurake-dev" PROJECT_NAME="eurake-dev"
DATE_TAG = sh(returnStdout: true,script: 'date "+%Y%m%d%H%M"').trim() DATE_TAG = sh(returnStdout: true,script: 'date "+%Y%m%d%H%M"').trim()
IMAGE_REPOSITORY = "122.112.245.31:85" IMAGE_REPOSITORY = "1192.168.3.2:85"
EXPOSE_PORT = "8761" //容器端口 EXPOSE_PORT = "8761" //容器端口
PROJECT_PORT = "8761" //外部端口 PROJECT_PORT = "8761" //外部端口
HARBOR_REPO = "testrepo" HARBOR_REPO = "testrepo"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment