Hello, given a Maven 3 build job, what is the specified order of Jenkins "Post Steps" and "Post-build Actions", which I can rely on?
What I observe is that in at least one case the order is a bit "strange": given one post step and two post-build actions, I get the following execution order: 1. a first post-build action (Deploy artifacts to Artifactory) 2. a post step (Execute shell) 3. a second post-build action (Editable EMail Notification, i.e. sending a mail with email-ext plugin) What's the specified order, and can I see it in advance or even change/configure it? Thank you. Best regards Michael