Commit 4a6bfc5c authored by wentao.suo's avatar wentao.suo

fix

parent 87bfa29e
...@@ -29,7 +29,7 @@ def sonaar_check(){ ...@@ -29,7 +29,7 @@ def sonaar_check(){
def callback_pipes(info) { def callback_pipes(info) {
sleep 3 sleep 3
sonarInfo = sh (script: 'cat .sonar/report-task.txt |awk \`{printf $0 "&"}\'',returnStdout: true).trim() sonarInfo = sh (script: 'cat .sonar/report-task.txt |awk \'{printf $0 "&"}\'',returnStdout: true).trim()
items = sonarInfo.split("&") items = sonarInfo.split("&")
for (def item : items){ for (def item : items){
......
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