Update Jenkinsfile
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -3,9 +3,9 @@ pipeline { | ... | @@ -3,9 +3,9 @@ pipeline { |
| 3 | //环境定义 | 3 | //环境定义 |
| 4 | environment{ | 4 | environment{ |
| 5 | //服务名称 | 5 | //服务名称 |
| 6 | SVN_FOLD = "fe-data-development-trust-data-space-management" | 6 | SVN_FOLD = "fe-data-trusted-space" |
| 7 | SSH_PATH = "csbr20" | 7 | SSH_PATH = "csbr20" |
| 8 | SVN_TYPE = "dev" | 8 | SVN_TYPE = "pre" |
| 9 | image_tag = "1.0.0" | 9 | image_tag = "1.0.0" |
| 10 | ip = "121.237.182.192:30002" | 10 | ip = "121.237.182.192:30002" |
| 11 | port = "59900" | 11 | port = "59900" | ... | ... |
-
Please register or sign in to post a comment