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
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.
>
>
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
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}
}