grahampugh / jamf-upload

Scripts for uploading packages to Jamf Cloud
Apache License 2.0
150 stars 39 forks source link

Add the global variable NAME to the summary result (report plist) #69

Closed doschupp closed 2 years ago

doschupp commented 2 years ago

For some automation processes it can be useful to get the name of the current product within the report plist part of the JamfPackageUploader. (Like JSSImporter)

We use these variables to send notifications if a new package was uploaded via our Gitlab CI wrapper script. The notification processors are currently not the right way for us. However, the variable does not bother if it is not needed.

grahampugh commented 2 years ago

Thanks, yes that's fine. It may be a little while before I merge this into autopkg/grahampugh-recipes since I just pushed an update yesterday; I don't want to upset too many people at once!