Re: "WARNING: Skipped parameter" appears a lot of times in the log

2016-12-30 Thread Baptiste Mathus
Le 31 déc. 2016 1:08 AM, "Daniel Beck"  a écrit :


> On 30.12.2016, at 15:27, Baptiste Mathus  wrote:
>
> Did you try the global 
> -Dhudson.model.ParametersAction.keepUndefinedParameters=true
switch?
>

It's a good idea not to disable this security entirely if the threat
described in the advisory is relevant, so
hudson.model.ParametersAction.safeParameters
is a better approach IMO.


> At least, if the global one works, it will narrow down the scope of
research here, so IMO worth trying.

Agreed. Again, I was advising that only to narrow down the issue possibly.
Not just to use that instead and Yolo.


--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/
msgid/jenkinsci-users/51F00B79-D3E0-4AF1-9D6D-56A888ADD78B%40beckweb.net.
For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CANWgJS6ni11m1Q7QWnPhDvk7R7CLCaeiksYCDVWCrpiisngDSQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


What build variable will contain text like "commit notification ", "started by timer", or "started by user "?

2016-12-30 Thread David Karr
In the detail for a pipeline job, there are lines like "commit notification 
",  "started by timer", or "started by user ".  I'd like to get 
access to that text in the pipeline job, especially if it was the first 
one.  I've looked through the list of variables provided in the context of 
the pipeline script, but I don't see anything that would obviously contain 
this.  How can I get this information?

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/5c65fc92-ca80-4751-bd5d-7bb8ca5ff3d2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: "WARNING: Skipped parameter" appears a lot of times in the log

2016-12-30 Thread Daniel Beck

> On 30.12.2016, at 15:27, Baptiste Mathus  wrote:
> 
> Did you try the global 
> -Dhudson.model.ParametersAction.keepUndefinedParameters=true switch?
> 

It's a good idea not to disable this security entirely if the threat described 
in the advisory is relevant, so hudson.model.ParametersAction.safeParameters is 
a better approach IMO.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/51F00B79-D3E0-4AF1-9D6D-56A888ADD78B%40beckweb.net.
For more options, visit https://groups.google.com/d/optout.


Re: "WARNING: Skipped parameter" appears a lot of times in the log

2016-12-30 Thread Daniel Beck

> On 28.12.2016, at 11:57, Asaf Mesika  wrote:
> 
> Any chance you guys seen it and solved it?
> 

Could you provide the config.xml of the affected job, the build.xml of an 
affected build, and the output of the /systemInfo URL?

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/338A3847-4579-4430-8885-163E3E443A9A%40beckweb.net.
For more options, visit https://groups.google.com/d/optout.


Re: Remote trigger configuration

2016-12-30 Thread Kevin Yu
Alternative is to use curl to trigger the job remotely.

On Thursday, December 22, 2016 at 11:20:46 PM UTC-8, JenkinsJunkyard wrote:
>
> Hello,
>
> I am not able to configure the jenkins for remote trigger. Few years back 
> I had done this, with older version using "Manage Credentials" option. But 
> the latest versions don't have Manage Credentials option to configure 
> hostname, hostname and port, etc options. And the docs in internet/google 
> point to older documents which tell to configure with "Manage Credentials" 
> only. Please help me on this.
>
>
> Thanks,
> HelpMeJenkins
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/acc767bc-f744-4f95-b338-011173e75bde%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Need pipeline script help

2016-12-30 Thread Kevin Yu
You should be able to change it in Manage Jenkins from Jenkins GUI

On Wednesday, December 28, 2016 at 12:14:08 PM UTC-8, Venkat S wrote:
>
> Hi All,
>
> Simple question: How to change the jenkins home directory location? By 
> default it points to /var/lib/jenkins whereas I want it to point to 
> /mnt/home/jenkins. I have changed my $JENKINS_HOME to /mnt/home/jenkins but 
> it doesn't help me.
>
> I am getting jenkins Ui problem. see below error.  If i leave same 
> /var/lib/jenkins/ it's working fine.
> HTTP ERROR: 503
>
> Problem accessing /. Reason:
>
> Service Unavailable
>
> --
> *Powered by Jetty://*
>
> On 8 December 2016 at 11:04, Venkat S > 
> wrote:
>
>> Thanks all
>>
>> Is this jenkins job DSL and jenkins pipeline is same or different. 
>> Actually i need to create pipeline for creating Docker RPM creation.Let me 
>> know your suggestions.
>>
>> Thanks
>> Venkat
>>   
>>
>> On 7 December 2016 at 21:33, xwyxw > 
>> wrote:
>>
>>> [image: Boxbe]  This message is 
>>> eligible for Automatic Cleanup! (daniel.c...@gmail.com ) Add 
>>> cleanup rule 
>>> 
>>>  
>>> | More info 
>>> 
>>>  
>>>
>>> This may enlight your way 
>>> https://github.com/jenkinsci/pipeline-examples/tree/master/pipeline-examples
>>>
>>> On Tuesday, December 6, 2016 at 5:47:41 PM UTC+11, Venkat S wrote:

 I am very new for Jenkins. i am try to create Jenkins pipeline script. 
 Please help me out develop pipeline script. if you have any syntax share 
 with me.

 Thanks
 Venkat

>>> -- 
>>> You received this message because you are subscribed to a topic in the 
>>> Google Groups "Jenkins Users" group.
>>> To unsubscribe from this topic, visit 
>>> https://groups.google.com/d/topic/jenkinsci-users/B_2ecad_VkM/unsubscribe
>>> .
>>> To unsubscribe from this group and all its topics, send an email to 
>>> jenkinsci-use...@googlegroups.com .
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/jenkinsci-users/e5954dd4-8704-4b59-a3b2-50a624260cf0%40googlegroups.com
>>>  
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>>
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/203d7e86-e9e5-4dfa-bebc-1f0425ea9aa5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


windows python virtualenv

2016-12-30 Thread Dennis Marwood
Hi,

I would like to create and use a python virtualenv in my jenkins job. 
However, the "windows batch command" appears to just stop when I try to 
load the virtualenv. I don't see the "HERE" line in the steps below.


EXECUTE WINDOWS BATCH COMMAND

whoami
type nul > my_params.params
python -m venv env
env\Scripts\activate.bat
echo "HERE"


And here is some of the output:

C:\Jenkins\workspace\my_job>whoami
corp\my_user

C:\Jenkins\workspace\my_job>type nul  1>my_params.params 

C:\Jenkins\workspace\my_job>python -m venv env 

C:\Jenkins\workspace\my_job>env\Scripts\activate.bat
[EnvInject] - Injecting environment variables from a build step.
[EnvInject] - Injecting as environment variables the properties file path 
'my_params.params'
[EnvInject] - Variables injected successfully.


Email was triggered for: Success
Sending email for trigger: Success
Request made to compress build log
Sending email to: m...@work.com
Finished: SUCCESS


Logging in as "my_user" and performing the steps manually in the workspace 
performs as expected.
The workspace contains all of the expected files and the virtualenv works if 
activated manually.
Windows Server 2008. Jenkins 2.19.4. Python 3.6
Is there something I need to do when activating a virtualenv for jenkins?


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/434350ed-512d-4983-965b-a01a2e97cf64%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Jenkins installed as a service on Windows running processes on Linux

2016-12-30 Thread Kofi Boateng
Hi,

I have Jenkins installed as a service on Windows. I need to connect to a 
Linux server which runs PeopleSoft Application. Then run PeopleSoft 
processes.

I installed SSH remote hosts in Jenkins and I was able to connect to the 
Linux server by building the Job. However, when I execute the PeopleSoft 
command (pssqr...) I am getting a 'sudo...' error.

I am missing something for my setup?

Would my existing setup work or I need to install Jenkins master 
Server/Client with the Client on Jenkins?

Regards,

Kofi Boateng

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/a51368cf-d625-4b90-8759-4a58b5bb835e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: "WARNING: Skipped parameter" appears a lot of times in the log

2016-12-30 Thread Arnaud Héritier
See also :
https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2016-05-11
https://wiki.jenkins-ci.org/display/JENKINS/Plugins+affected+by+fix+for+SECURITY-170

On Fri, Dec 30, 2016 at 3:27 PM, Baptiste Mathus  wrote:

> Hi,
>
> Did you try the global 
> -Dhudson.model.ParametersAction.keepUndefinedParameters=true
> switch?
>
> If so, my guess would be maybe the more specific switch is not much used
> (For instance, I only knew about this one and didn't know about
> hudson.model.ParametersAction.safeParameters) in the field and has some
> non-revealed bugs?.
>
> At least, if the global one works, it will narrow down the scope of
> research here, so IMO worth trying.
>
> Cheers
>
> 2016-12-28 11:57 GMT+01:00 Asaf Mesika :
>
>> Hi,
>>
>> I have the following line appears many times in the log of Jenkins:
>>
>> Dec 28, 2016 10:51:59 AM hudson.model.ParametersAction filter
>> WARNING: Skipped parameter `BRANCH_NAME` as it is undefined on
>> `build-gaia-full`. Set `-Dhudson.model.ParametersAction.keepU
>> ndefinedParameters`=true to allow undefined parameters to be injected as
>> environment variables or `-Dhudson.model.Parameters
>> Action.safeParameters=[comma-separated list]` to whitelist specific
>> parameter names, even though it represents a security br
>> each
>>
>>
>> I tried setting the parameters as you can see here:
>>
>> jenkins  10980 1  0 10:43 ?00:00:00 /usr/bin/daemon 
>> --name=jenkins
>> --inherit --env=JENKINS_HOME=/var/lib/jenkins --output=/var/log/jenkins/
>> jenkins.log --pidfile=/var/run/jenkins/jenkins.pid -- /usr/bin/java -
>> Djava.awt.headless=true -Dfile.encoding=UTF-8 -Dhudson.model.
>> ParametersAction.safeParameters=GAIA_BRANCH,BRANCH_NAME,
>> EXTRA_GRADLE_SWITCHES -jar /usr/share/jenkins/jenkins.war --webroot=/var/
>> cache/jenkins/war --httpPort=8080 --ajp13Port=-1
>> jenkins  10982 10980 17 10:43 ?00:02:08 /usr/bin/java -Djava.awt.
>> headless=true -Dfile.encoding=UTF-8 -Dhudson.model.ParametersAction.
>> safeParameters=GAIA_BRANCH,BRANCH_NAME,EXTRA_GRADLE_SWITCHES -jar /usr/
>> share/jenkins/jenkins.war --webroot=/var/cache/jenkins/war --httpPort=
>> 8080 --ajp13Port=-1
>>
>> But it didn't help.
>>
>> I also added the parameter BRANCH_NAME to this job, using the DSL:
>>
>> parameters {
>> stringParam('BRANCH_NAME')
>> }
>>
>>
>> This didn't help! Which is the weirdest thing ever than.
>>
>>
>> Any chance you guys seen it and solved it?
>>
>>
>> Thanks!
>>
>> Asaf Mesika
>> Logz.io
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Jenkins Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to jenkinsci-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit https://groups.google.com/d/ms
>> gid/jenkinsci-users/e8f8e2c1-3b9d-4cde-922d-75a98258ea43%
>> 40googlegroups.com
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/jenkinsci-users/CANWgJS4z53AGMLSz9C_nFVqM1%3DpMWPQPkf%3D%
> 3Du3to7frSEVp4rw%40mail.gmail.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>



-- 
-
Arnaud Héritier
http://aheritier.net
Mail/GTalk: aheritier AT gmail DOT com
Twitter/Skype : aheritier

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAFNCU-_M%2BfNDfQuqNZSeNPOngvGJoOo1L9mdTFWQDa9T7tW-bw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Best Practices for Pipeline Global Function Args (Maps vs Closures)

2016-12-30 Thread 'Daniel' via Jenkins Users
Hi Kenneth, I am curious, have you found a satisfying answer yet?

I am currently splitting up our build pipeline into reusable global methods 
and am asking myself the same questions.

I played around with the standardBuild example to implement a build 
skeleton for our build pipelines:
https://github.com/jenkinsci/pipeline-examples/blob/master/global-library-examples/global-function/standardBuild.groovy

But more and more I come to the conclusion, that I will avoid using the 
closure technique and just implement a global function with proper 
arguments.

Maybe there should be some guidelines (and maybe a real world example) 
added to the best practises when to use which technique.

Regards and a happy new year,
Daniel


Am Montag, 19. September 2016 14:30:46 UTC+2 schrieb Kenneth Baltrinic:
>
> Trying to get my head around what is the best way to implement some custom 
> pipeline DLS commands using global functions 
> .
>  
> I am looking at the examples given under Defining a more structured DSL 
> ,
>  
> which shows an example of accepting arguments via variable assignments 
> inside of a closure.  Is this the preferred method?  It seems most build in 
> commands (git, sh, etc) accept a Map of arguments.  I am not a groovy 
> expert but am trying to understand why/when one approach is better than the 
> other?  Any thoughts or illumination on this would be appreciated.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/34b8b98a-435d-4c2e-9513-013f7d276ec1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: "WARNING: Skipped parameter" appears a lot of times in the log

2016-12-30 Thread Baptiste Mathus
Hi,

Did you try the global
-Dhudson.model.ParametersAction.keepUndefinedParameters=true switch?

If so, my guess would be maybe the more specific switch is not much used
(For instance, I only knew about this one and didn't know about
hudson.model.ParametersAction.safeParameters) in the field and has some
non-revealed bugs?.

At least, if the global one works, it will narrow down the scope of
research here, so IMO worth trying.

Cheers

2016-12-28 11:57 GMT+01:00 Asaf Mesika :

> Hi,
>
> I have the following line appears many times in the log of Jenkins:
>
> Dec 28, 2016 10:51:59 AM hudson.model.ParametersAction filter
> WARNING: Skipped parameter `BRANCH_NAME` as it is undefined on
> `build-gaia-full`. Set `-Dhudson.model.ParametersAction.keepU
> ndefinedParameters`=true to allow undefined parameters to be injected as
> environment variables or `-Dhudson.model.Parameters
> Action.safeParameters=[comma-separated list]` to whitelist specific
> parameter names, even though it represents a security br
> each
>
>
> I tried setting the parameters as you can see here:
>
> jenkins  10980 1  0 10:43 ?00:00:00 /usr/bin/daemon --name=jenkins
> --inherit --env=JENKINS_HOME=/var/lib/jenkins --output=/var/log/jenkins/
> jenkins.log --pidfile=/var/run/jenkins/jenkins.pid -- /usr/bin/java -Djava
> .awt.headless=true -Dfile.encoding=UTF-8 -Dhudson.model.ParametersAction.
> safeParameters=GAIA_BRANCH,BRANCH_NAME,EXTRA_GRADLE_SWITCHES -jar /usr/
> share/jenkins/jenkins.war --webroot=/var/cache/jenkins/war --httpPort=8080
> --ajp13Port=-1
> jenkins  10982 10980 17 10:43 ?00:02:08 /usr/bin/java -Djava.awt.
> headless=true -Dfile.encoding=UTF-8 -Dhudson.model.ParametersAction.
> safeParameters=GAIA_BRANCH,BRANCH_NAME,EXTRA_GRADLE_SWITCHES -jar /usr/
> share/jenkins/jenkins.war --webroot=/var/cache/jenkins/war --httpPort=8080
> --ajp13Port=-1
>
> But it didn't help.
>
> I also added the parameter BRANCH_NAME to this job, using the DSL:
>
> parameters {
> stringParam('BRANCH_NAME')
> }
>
>
> This didn't help! Which is the weirdest thing ever than.
>
>
> Any chance you guys seen it and solved it?
>
>
> Thanks!
>
> Asaf Mesika
> Logz.io
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/jenkinsci-users/e8f8e2c1-3b9d-4cde-922d-75a98258ea43%40googlegroups.
> com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CANWgJS4z53AGMLSz9C_nFVqM1%3DpMWPQPkf%3D%3Du3to7frSEVp4rw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Unable to see groovy script editor in pipeline job

2016-12-30 Thread Daniel Beck

> On 30.12.2016, at 06:25, Ramanathan Muthaiah  wrote:
> 
> 2. Using in-line editor
> 
> Choose the "Pipeline Script" option, editor should show up on the same UI 
> page.

… and what they're showing in the screen shot is that the editor doesn't show 
up.

---

Could be a bug if you're on the newest versions of all the plugins and your 
browser is modern too (what browser?).

If so, read https://wiki.jenkins-ci.org/display/JENKINS/How+to+report+an+issue 
and report an issue against workflow-job-plugin.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/EF50B1AD-B9D5-49E4-8680-C0AB63BB81A4%40beckweb.net.
For more options, visit https://groups.google.com/d/optout.


Re: Inject variable in pipeline plugin

2016-12-30 Thread Andreas Wuz
Hi, thanks for your answer :)

But how can I inject this variable? Is it like this:

withEnv(["ip"]) { //Script for getting the ip }

Sorry I'm a newby in Jenkins and Groovy. How can I set the scrpit security 
for allow binary API calls?

Am Dienstag, 27. Dezember 2016 13:45:56 UTC+1 schrieb Andreas Wuz:
>
> Hi @ all,
>
> I have a pipeline job in jenkins 2.36, which can be triggered by a remote 
> http-call. Now I have to inject the ip-address of the calling client. In a 
> normal job I did this with the EnvInject-Plugin with following script:
> import hudson.model.*
> import static hudson.model.Cause.RemoteCause
>
>
> def ipaddress=""
> for (CauseAction action : currentBuild.getActions(CauseAction.class)) {
>
> for (Cause cause : action.getCauses()) {
> if(cause instanceof RemoteCause){
>  ipaddress=cause.addr
>  break;
> }
> }
> }
> return ["ip":ipaddress]
>
> But how can I achieve this with the pipeline-plugin? I cannot use the 
> EnvInject-Plugin in this :-(
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/fab7754a-e0d2-4f7f-8ca2-7a084ebf0369%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Trouble using shared pipeline libraries

2016-12-30 Thread Ramanathan Muthaiah
Hi Torsten,
 

> try to separate your Jenkinsfile from the code of your shared library. 
> Usually the shared library provides some global functions that you may 
> re-use in some Jenkinsfile(s)
> => the library is shared code, the Jenkinsfile belongs to your project(s) 
> using that library.
>

[Ram] : I did start writing the library with this separation ; after 
re-reading the documentation, moved this library has been moved to it's own 
repo. 

Than, make sure you know what version of the library you are using:
> - configure it in Jenkins/manage Jenkins -> global shared library. Here 
> you´ll have to setup repo, branch, credentials to your shared library.
> You can also configure it on a per folder base and you may reference it 
> using the annotation@Library('somelib')
>

[Ram] : Updated this configuration too.

With these changes, global shared libs are now usable from the Jenkinsfile.

/Ram
 

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/16b19116-dc06-46a4-a475-2d2c7344b566%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.