wangzilun
2022-02-23 2d609bf8ffac5350d78c15caf725279235379310
测试
1 files modified
2 ■■■ changed files
Jenkinsfile 2 ●●● patch | view | raw | blame | history
Jenkinsfile
@@ -55,7 +55,7 @@
                    old_version_all=\$(cat \$versionFile | sed -nr \'s/^[^0-9]*"([^"]+)".*;/\\1/p\')
                    echo "old_version_all \$old_version_all"
                    echo "project_name \$project_name"
                    if [ ["\$old_version_all" =~ \'-\'] ];then
                    if [["\${old_version_all}" =~ \'-\']];then
                        echo "包含"
                    else
                        echo "不包含"