> *Sent:* February 2, 2021 10:23 AM
> *To:* Jenkins Users
> *Subject:* Environment variable - shell
>
>
>
> Hi folks,
>
>
>
> I am very new to Jenkins. Kindly help me through.
>
>
>
> I have few parameters declared in my pipeline script and i
tus.ca<https://www.amotus-solutions.com/>
From: jenkinsci-users@googlegroups.com On
Behalf Of Elango Thiagarajan
Sent: February 2, 2021 10:23 AM
To: Jenkins Users
Subject: Environment variable - shell
Hi folks,
I am very new to Jenkins. Kindly help me through.
I have few parameters decla
: jenkinsci-users@googlegroups.com On
Behalf Of Elango Thiagarajan
Sent: 02 February 2021 15:23
To: Jenkins Users
Subject: Environment variable - shell
Hi folks,
I am very new to Jenkins. Kindly help me through.
I have few parameters declared in my pipeline script and i need to pass that to
Correct if I’m wrong guys, but I think you should skip the $ for \$ Jheison Rodriguez From: Elango ThiagarajanSent: Tuesday, February 2, 2021 10:58 AMTo: Jenkins UsersSubject: Environment variable - shell Hi folks, I am very new to Jenkins. Kindly help me through. I have few parameters declared
Hi folks,
I am very new to Jenkins. Kindly help me through.
I have few parameters declared in my pipeline script and i need to pass
that to environment variables.
i tried like below
sh """
export GOOL=${params.GOOL}
but while execution is throwing bad substitution exception. Any pointe