feat(N/A): 修改dev环境的 jenkins配置
This commit is contained in:
+2
-2
@@ -3,8 +3,8 @@ pipeline {
|
||||
environment {
|
||||
IMAGE_NAME = 'lpt-dev:0.0'
|
||||
CONTAINER_NAME = 'LPT-dev'
|
||||
HOST_PORT = '5156'
|
||||
CONTAINER_PORT = '5156'
|
||||
HOST_PORT = '5155'
|
||||
CONTAINER_PORT = '5155'
|
||||
}
|
||||
stages {
|
||||
stage('Build') {
|
||||
|
||||
Reference in New Issue
Block a user