Commit 84dcfe99 authored by zhangdd's avatar zhangdd

test

Signed-off-by: default avatarzhangdd <86431843@qq.com>
parent 9869994a
...@@ -7,11 +7,9 @@ node{ ...@@ -7,11 +7,9 @@ node{
echo "start echo pom" echo "start echo pom"
echo "$pom" echo "$pom"
OLD_IFS="$IFS" TAG_SELECTOR = readMavenPom().getVersion()
IFS=":"
array=($pom) echo "$TAG_SELECTOR"
IFS="$OLD_IFS"
echo $array
......
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