We generate reports (really just links) that we want to publish post-deployment, but there is currently no way to define an artifact in a deployment project like there is in a build job. Any suggestions?
Community moderators have prevented the ability to post new answers.
Hello Curtis,
Thank you for your question.
At the end of the deployment we want to publish a report that shows the changes
You could run a Script task as the latest to be run from your deployment, compact (or not) all the files you have gathered and copy them across to another location using a SCP task.
If you find this answer useful, I would kindly ask you to accept it so the same will be visible to others who might be facing the same issue you have inquired.
Thank you for your understanding.
—
Kind regards,
Rafael P. Sperafico
Atlassian Support
Try to create a build plan that creates all needed artifacts for all deployment projects. I think it's more cleaner, then to create artifacts in deployments. I thought about a deployment as just a little task that transfers an artifact to an environment (and configures this)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Our specific situation is a DB deployment. At the end of the deployment we want to publish a report that shows the changes. So, we don't have the artifact until after the deployment is executed. Hope that provides a bit more clarity. Any thoughts?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.