Hi there community, I am wondering if there is any possibility to use a POST block and inside an ALWAYS directive to be able to use multiple steps or stages.
post {
always {
steps {
action 1
}
steps {
final action
}
}
}
Is there any approachable way of including various steps inside an always-post block?
Thanks