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

Update dev-phome.jenkinsfile

上级 e22aeb7a
#!groovy
// User-defined Variables:
def ip = "192.168.140.111"
......@@ -23,7 +24,6 @@ def vueAppEnv = ENV_MAP."${envProfile}"
// Set default variable IMAGE_TAG
def IMAGE_TAG = "1.0.0" //for dev
def ng_project= echo $JOB_NAME | cut -d '_' -f 2
pipeline{
agent any
......@@ -106,6 +106,7 @@ pipeline{
when { expression { envProfile ==~ /dev|test/ }}
steps{
sh label: '', script: """
ng_project= `echo $JOB_NAME | cut -d '_' -f 2`
rsync -av $WORKSPACE/dist/* root@$ip:/usr/share/nginx/html/DEV/$ng_project/
"""
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册