Commit cad877cf authored by zhangdd's avatar zhangdd

test

Signed-off-by: default avatarzhangdd <86431843@qq.com>
parent d00ab4cd
...@@ -6,7 +6,7 @@ node{ ...@@ -6,7 +6,7 @@ node{
def pom = readMavenPom file: 'pom.xml' def pom = readMavenPom file: 'pom.xml'
echo "start echo pom" echo "start echo pom"
echo "$pom" echo "$pom"
#对IFS变量 进行替换处理
OLD_IFS="$IFS" OLD_IFS="$IFS"
IFS=":" IFS=":"
array=($pom) array=($pom)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment