Re: Shared Library: Converting a complete pipeline to a single step.

2023-01-18 Thread 'christop...@googlemail.com' via Jenkins Users
disseminate, distribute, or use this >> message or any part thereof. If you receive this message in error, please >> notify the sender immediately and delete all copies of this message. >> >> >> -- >> *From: *"Jochen Wiedmann" >> *T

Re: Shared Library: Converting a complete pipeline to a single step.

2023-01-18 Thread Jochen Wiedmann
e all copies of this message. > > > -- > *From: *"Jochen Wiedmann" > *To: *"Jenkins Users" > *Sent: *Wednesday, January 18, 2023 3:00:00 PM > *Subject: *Shared Library: Converting a complete pipeline to a single > step. > >

Re: Shared Library: Converting a complete pipeline to a single step.

2023-01-18 Thread 'Xavier Raynaud' via Jenkins Users
ot;Jochen Wiedmann" To: "Jenkins Users" Sent: Wednesday, January 18, 2023 3:00:00 PM Subject: Shared Library: Converting a complete pipeline to a single step. Hi, I have a build job with the following pipeline, which works just fine: @Library('isccr-addons')_ pipe

Shared Library: Converting a complete pipeline to a single step.

2023-01-18 Thread Jochen Wiedmann
Hi, I have a build job with the following pipeline, which works just fine: @Library('isccr-addons')_ pipeline { agent any stages { stage ('init') { steps { isccrExec "${ISCCR_ADDONS_CONFIG}", "${WORKSPACE} }