I've been searching over the web from yesterday about this and can't find a proper answer so I was wondering if there is someone over here that might help me to answer to my problem also to say me it's impossible at the moment to retrieve this information.
As the title I wrote, I have a pipeline in Jenkins which connects 3-4 jobs and everything runs perfectly and sequentially. It is made like this, just to be clear: JOB1 -> JOB2 -> JOB3.
All I want to know, and I can't find, is if there is a way to check the build pipeline status itself. Do Jenkins maintains this information? Like... I would be able to know when the pipeline is finished: Pseudo: if pipeline is finished then do something ... end