Re: need the pipline script

2018-10-04 Thread RAJENDRA PRASAD
Hi , Tomorrow I can help you, can you mail me personally, what you are actually doing there ? I mean what are the steps you have in pipeline script,when you are encountering this issue. Thanks, rajendra.penuma...@gmail.com On Fri 5 Oct, 2018, 12:01 AM panneerrselvam natarajan, wrote: > Hi

Re: github teamfolder plugin

2018-10-04 Thread Mark Waite
GitHub Branch Source replaces it. It is obsolete because all the functionality it provided is now available in the GitHub Branch Source plugin. On Thu, Oct 4, 2018 at 3:25 PM David Karlsen wrote: > https://plugins.jenkins.io/github-organization-folder > says it is obsolete. > what replaces it?

github teamfolder plugin

2018-10-04 Thread David Karlsen
https://plugins.jenkins.io/github-organization-folder says it is obsolete. what replaces it? why is it obsolete? -- -- David J. M. Karlsen - http://www.linkedin.com/in/davidkarlsen -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To

Re: need the pipline script

2018-10-04 Thread panneerrselvam natarajan
Hi Rajendra, I am getting the below error message when i run my scripts using jenkins. Ji.. I need your technical support for few minutes I am getting the below error message while executing the pipeline groovy.lang.MissingPropertyException: No such property: A99versionCount1 for class:

Re: need the pipline script

2018-10-04 Thread panneerrselvam natarajan
Hi Rajendra, I am getting the below error message.. groovy.lang.MissingPropertyException: No such property: AfirstDT for class: groovy.lang.Binding at groovy.lang.Binding.getVariable(Binding.java:63) Please suggest me. Regards Panneer On Monday, October 1, 2018 at 8:47:28 AM

Jclouds plugin providers missing

2018-10-04 Thread Ali Bazlamit
Have things changed in the jclouds-plugin, it appears when installing the plugin to jenkins i couldn't find the profitbricks-rest plugin i am also responsible for oneandone and packet as jclouds plugins. Both the profitbricks-rest and oneandone are added to the jclouds shaded pom.xml. Is that

Jenkins plugin to access Kubernetes API

2018-10-04 Thread olivier blanc
I am looking for a Jenkins plugin to interact with kubernetes api from jenkins pipeline. Is there such a plugin ? Thanks Olivier -- 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,

Jenkins plugin to access Kubernetes API

2018-10-04 Thread olivier blanc
I am looking for a Jenkins plugin to interact with kubernetes api from jenkins pipeline. Is there such a plugin ? Thanks Olivier -- 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,

Re: transfer files between linux servers ssh without password in jenkins

2018-10-04 Thread Ivan Fernandez Calvo
The error "Permission denied" is because the user piansible does not have read/write permissions on the source/destination, check it this user can read the sources files and can write the destination folder. About to not use a

Configure Linux and Windows slave node

2018-10-04 Thread gotviseryon
What are the methods to configure a Linux and Windows slave node? Is there a runbook for it? -- 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

Re: Jenkins global metrics

2018-10-04 Thread gotviseryon
Sorry for the delayed response Rajendra. Will try this and let you know. Got stuck with another issue. On Friday, September 28, 2018 at 12:07:12 PM UTC-4, rajendraprasad reddy wrote: > > Following snippet can collect all jobs into a list, > > Just modify the script and please remove the

Re: github quota limit when scanning with the addition of tags

2018-10-04 Thread j . knurek
I've started looking into this issue again. It's been an ongoing problem, that only continues to get worse over time. We're using the basic-branch-build-strategies-plugin at the moment, which provides an option for not building tags older than a week. But this option provides no value in

Re: issue using jenkins swarm client "Failed to fetch slave info from Jenkins CODE: 403 Retrying in 10 seconds"

2018-10-04 Thread Jorge Bau
Hi! Ran into same problem, but looking into the jenkins system log I found this: While serving https://my.server/jenkins/plugin/swarm/slaveInfo: hudson.security.AccessDeniedException2: my_user is missing the Agent/Create permission Please consider reviewing the permissions granted to the user

Re: Jenkins pipelines

2018-10-04 Thread Robert Rajendra
Thank you Team hope that i will learn writing pipelines and make my way through devops *Robert Rajendra* Associate Network/Server Support Engineer IT Hands P: +91 863.087.3094 <+91%2086308%2073094> W: www.ITHands.com On Thu, 4 Oct 2018 at 17:27, Mark Waite wrote:

Re: Jenkins pipelines

2018-10-04 Thread Mark Waite
Here are some possible resources that I found: - Several very good Pipeline tutorials are available on jenkins.io along with the guided tour . - Edureka offers their Jenkins video tutorials

RE: EXTERNAL: Jenkins pipelines

2018-10-04 Thread Joaquin Henriquez
https://jenkins.io/doc/book/pipeline/ From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of robert.rajen...@ithands.biz Sent: 04 October 2018 12:41 To: Jenkins Users Subject: EXTERNAL: Jenkins pipelines I want to learn how to write jenkins pipeline so

Jenkins pipelines

2018-10-04 Thread robert . rajendra
I want to learn how to write jenkins pipeline so Please suggest me a course or from where i can start Please HELP! and Please suggest what i need to do to learn writing jenkins pipeline -- You received this message because you are subscribed to the Google Groups "Jenkins Users"

transfer files between linux servers ssh without password in jenkins

2018-10-04 Thread Sachin Chaudhary
Hi, I am trying to copy the war file from jenkin server to application server and both are linux boxes. I have tried lot of option like *Option one:* *** sshpass -p password scp -o StrictHostKeyChecking=no /opt/comp/jetty/9.3.7.v20160115/etc/core/

How to use certificate files using withCredentials

2018-10-04 Thread olivier blanc
I am trying to retrieve keystore from a PKCS12 file stored as credential. Here is the code I use : withCredentials(bindings: [ certificate( aliasVariable: 'alias', credentialsId: 'myId',

Using credentials with certificate

2018-10-04 Thread olivier blanc
I have problems while trying to load pkcs12 file from withCredentials block. Here is the code I use : withCredentials(bindings: [ certificate(aliasVariable: 'alias', credentialsId: 'myId', keystoreVariable: 'keystoreName',

Pipeline build not stopping when stage marked as failed

2018-10-04 Thread Paul D'Ambra
I have a declarative Jenkins pipeline that in a parallel stage runs the dependency check plugin. With their support I have the plugin configured so that if a certain number of new vulnerabilities are detected