diff --git a/Jenkinsfile b/Jenkinsfile index aecab2b6c54e28ccc18a0423f4f470a66316bc02..c60ef6bc9edcd122610b8922e70206708e0e3808 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ node{ def pom = readMavenPom file: 'pom.xml' echo "start echo pom" echo "$pom" - #对IFS变量 进行替换处理 + OLD_IFS="$IFS" IFS=":" array=($pom)