提交 aa667d2f 编写于 作者: zhangsiyuan's avatar zhangsiyuan

Update uat-phome.jenkinsfile

上级 337b4866
...@@ -101,7 +101,7 @@ pipeline{ ...@@ -101,7 +101,7 @@ pipeline{
// Update app // Update app
stage('deploy'){ stage('deploy'){
when { expression { envProfile ==~ /dev|test/ }} when { expression { envProfile ==~ /uat|test/ }}
steps{ steps{
sh label: '', script: ''' sh label: '', script: '''
ip="192.168.110.166" ip="192.168.110.166"
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册