Posted: Wed May 15, 2024 2:37 am Post subject: versions in bar file
Voyager
Joined: 02 May 2012 Posts: 82
Hi folks
It is obvious how to make the msgflow and esql file versions visible in the bar files: there is special property in msgflow, there is $MQSI_VERSION$ in esql.
How about xsd, wsdl files? I could not find anything in the docs, and the Version column for those files stays empty in my barfiles.
I assume that you are trying to link the BAR file to the version of code that it was built from. The best way to do that is to link the entire BAR file to a git commit id. You can do that in a couple of ways:
* Add a step to the build script and include a file that contains the git commit id and/or the tag name.
* Store the BAR file in a binary repository (Nexus, Artifactory, Azure Artifacts...even Git if you want). Make sure that the metadata on your artifact (BAR file) includes the git commit id. All of this is done automatically by tools like Azure DevOps/GitHub actions.
I assume that you are trying to link the BAR file to the version of code that it was built from. The best way to do that is to link the entire BAR file to a git commit id.
I want to know exactly the revisions of all the source files that are stored in the bar file. The git commit id of the bar file itself does not indicate commit ids of those source files, does it?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum