Add back root element.

This commit is contained in:
Manuele Simi 2021-01-31 22:26:27 -05:00
parent b228f723bb
commit cf27635c59
1 changed files with 2 additions and 1 deletions

3
Jenkinsfile vendored
View File

@ -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"
}
}
}