Temporary remove root element.

This commit is contained in:
Manuele Simi 2021-01-31 22:24:07 -05:00
parent 4f3305496d
commit b228f723bb
1 changed files with 1 additions and 2 deletions

3
Jenkinsfile vendored
View File

@ -66,7 +66,6 @@ pipeline {
echo "#Build ${PIPELINE_BUILD_NUMBER},," > $ACTION_REPORT
echo "#StartTime ${date},," >> $ACTION_REPORT
echo "Project,Repo,Result" >> $ACTION_REPORT
//sh "echo -e '<actions from="${ACTION_URL}">' > $ACTION_OUTPUT"
'''
}
}
@ -80,7 +79,7 @@ pipeline {
sh "echo -e ${projects[i]},${git_root}/${projects[i]},Completed >> $ACTION_REPORT"
}
}
// sh "echo -e '</actions>' >> $ACTION_OUTPUT"
}
}
}