Add back root element.
This commit is contained in:
parent
b228f723bb
commit
cf27635c59
|
@ -66,6 +66,7 @@ pipeline {
|
|||
echo "#Build ${PIPELINE_BUILD_NUMBER},," > $ACTION_REPORT
|
||||
echo "#StartTime ${date},," >> $ACTION_REPORT
|
||||
echo "Project,Repo,Result" >> $ACTION_REPORT
|
||||
sh "echo -e '<actions>' > $ACTION_OUTPUT"
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
@ -79,7 +80,7 @@ pipeline {
|
|||
sh "echo -e ${projects[i]},${git_root}/${projects[i]},Completed >> $ACTION_REPORT"
|
||||
}
|
||||
}
|
||||
|
||||
sh "echo -e '</actions>' >> $ACTION_OUTPUT"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue