Re: Does the sh pipeline step not work in windows with cygwin?

2016-12-22 Thread Kadrach IsFictious
Hi Jonathan, did you ever resolve this issue? I have the same problem. Cheers, Kad On Sunday, July 3, 2016 at 10:32:34 AM UTC+10, Jonathan Hodgson wrote: > > No, it's in my path though. And from what I can see it finds cygwin ok, > it's the generated shel script it doesn't find. > > I've avoid

Jenkins pipeline with github organization folder, avoiding multiple checkouts

2016-12-22 Thread Jordan Soet
I'm trying to set up Jenkins with the Github Organization Folder plugin but I'm finding that it's checking out our entire repository twice, once in the @script directory and once in the actual workspace directory. This is a problem for us because our repository is quite large (>1GB - it contains

Jenkins hangs after upgrade

2016-12-22 Thread John Zhang
I upgraded my jenkins yesterday and after that, I cannot connect to it by web. I tried to start my Jenkins manually by: java -version:1.7* -jar jenkins.war --prefix=/jenkins I got the following console output: Running from: /apps/jenkins/webapp/jenkins.war webroot: $user.home/.jenkins Dec 22, 2

Re: Jenkins hangs after upgrade

2016-12-22 Thread John Zhang
There is a NullPointerException actually: (The Jenkins is running on Solaris 11) JNA: Callback org.jvnet.solaris.libzfs.ZFSObject$2@15842f threw the following exception: java.lang.NullPointerException at org.jvnet.solaris.libzfs.ZFSObject.create(ZFSObject.java:67) at org.jvnet.so

Trouble using shared pipeline libraries

2016-12-22 Thread Ramanathan Muthaiah
Am running Jenkins v2.3x with Pipeline plugin running at v2.x In the repo root, I have a Jenkinsfile from which shared library is meant to be used. repo_root / |_ Jenkinsfile | |_ vars / |

Re: Error running Windows batch file via build step

2016-12-22 Thread Rahul Kulkarni
Hi Lee, I am not sure if you are active in this group still but just giving a try. Can you please explain in detail what u did exactly? On Thursday, May 17, 2012 at 2:06:43 PM UTC+5:30, Lee Winder wrote: > > Hi Indyn > > I solved my problem by moving the executable calls outside of the build > p

maven build fails with message ERROR: Aborted Maven execution for InterruptedIOException java.net.SocketTimeoutException: Accept timed out

2016-12-22 Thread steliosP
Hello all, I am running a Jenkins server version 2.36, and intermittently, I am getting these failures when building a maven project: I searched around, there are many experiencing this problem, but no one really knows what is causing it. Any ideas? The error is the following: ERROR: Aborted M

PerfPublisher Plugin

2016-12-22 Thread Lakshmi narayana
Hi , i'm installing PerfPublisher Plugin. Got this below error Any dependency plugins to be installed ? Please help -- You received this message because you are subs

Why is the Jenkins team maintaining their own Maven Repository?

2016-12-22 Thread Robert Reiz
Hi everybody, I'm the guy behind the open source project VersionEye . Currently we track meta information for more than 1.2 million OS projects from all kind of repository servers. I noticed that Jenkins is maintaining his own Maven repository here: https://repo.j

Re: PerfPublisher Plugin

2016-12-22 Thread Lakshmi narayana
*My Jenkins ver. 1.580.3.* *Is this version not compatible ?* *Or any additional plugins to be installed ?* On Thursday, December 22, 2016 at 3:58:54 PM UTC+5:30, Lakshmi narayana wrote: > > Hi , > > i'm installing PerfPublisher Plugin. > > Got this below error > > >

Re: PerfPublisher Plugin

2016-12-22 Thread Lakshmi narayana
*This has been resolved with dependency plugin - Static Analysis Collector Plug-in * *Thanks.* On Thursday, December 22, 2016 at 4:18:14 PM UTC+5:30, Lakshmi narayana wrote: > > > *My Jenkins ver. 1.580.3.* > > *Is this version not compatible ?* > > *Or any

Re: Why is the Jenkins team maintaining their own Maven Repository?

2016-12-22 Thread Ullrich Hafner
> Am 22.12.2016 um 11:37 schrieb Robert Reiz : > > Hi everybody, > > I'm the guy behind the open source project VersionEye > . Currently we track meta information for more > than 1.2 million OS projects from all kind of repository servers. > > I noticed that Jen

Re: Why is the Jenkins team maintaining their own Maven Repository?

2016-12-22 Thread Robert Reiz
Makes sense. Do you have a link? I couldn't find it through the search bar here. On Thursday, December 22, 2016 at 1:35:09 PM UTC+1, Ullrich Hafner wrote: > > > Am 22.12.2016 um 11:37 schrieb Robert Reiz >: > > Hi everybody, > > I'm the guy behind the open source project VersionEye >

Re: Why is the Jenkins team maintaining their own Maven Repository?

2016-12-22 Thread Daniel Beck
> On 22.12.2016, at 13:59, Robert Reiz wrote: > > Makes sense. Do you have a link? I couldn't find it through the search bar > here. Jenkins.io » Resources » Mailing Lists -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe fro

Re: Why is the Jenkins team maintaining their own Maven Repository?

2016-12-22 Thread Robert Reiz
THX! On Thursday, December 22, 2016 at 2:02:44 PM UTC+1, Daniel Beck wrote: > > > > On 22.12.2016, at 13:59, Robert Reiz > > wrote: > > > > Makes sense. Do you have a link? I couldn't find it through the search > bar here. > > Jenkins.io » Resources » Mailing Lists > > -- You received this

Re: Using FilePath to access workspace on slave in Jenkins pipeline

2016-12-22 Thread Harsha Adiga
Hi Christoph, It worked. I was not aware of this utility apis since I had not installed the pipeline utility plugin on my jenkins. I think it would be nice if this plugin gets included by default when we install the pipeline plugin. Thanks for your help. Regards, Harsha On Wednesday, 21 Dece

Offline upgrade considerations from 1.x to 2.x

2016-12-22 Thread Jeff
Our Jenkins build server is in a secure (no internet) environment and I'd like to upgrade it. Can I install a clean 2.0 with all the plugins (from outside) and then just zip it up, transfer the archive and extract it over the top of the 1.x folder structure (except for the jobs/config.xml) along w

Load testing in Jenkins with Load Runner and Performance center webinar

2016-12-22 Thread fkpkot
Hello, HPE Software R&D invites you to join our Automation & Performance testing Jenkins plugin webinar (Focusing on LoadRunner & Performance Center usage) that will take place on January 17th . For registration, simply click the link below and register. https://docs.google.com/…/1FAIpQLSfb

Need location of Jenkins 2.5 msi file

2016-12-22 Thread Robert Kruck
In the Jenkins website there is an article "Windows installers are now available" https://jenkins.io/blog/2011/03/23/windows-installers-are-now-available/ Does anyone know the internet location from which Jenkins msi's can be downloaded? I would especially like to download a Jenkins msi for Je

Re: Need location of Jenkins 2.5 msi file

2016-12-22 Thread Daniel Beck
> On 22.12.2016, at 19:57, Robert Kruck wrote: > > I would especially like to download a Jenkins msi for Jenkins v2.5. http://mirrors.jenkins-ci.org/windows/ But note that 2.5 is half a year old, so unless you specifically need that exact version, you're better off with a current weekly or L

CannotResolveClassException: jenkins.metrics.impl.TimeInQueueAction

2016-12-22 Thread Cody Konior
I recently went through and removed a whole bunch of non-essential plugins. Since then each day I open Jenkins to a new "Manage Old Data" message which are these CannotResolveClassExceptions against every freestyleJob. I discard it, they go away, and it's back the next day. I have Job DSL whic

how to dockerize Parallel pipeline steps?

2016-12-22 Thread Omeka
what is most efficient approach or the best practices when executing pipelines with parallel steps in one with stage in a docker container? the options my teammates and i are exploring is launching parallel taskswith a single container vs using docker-compose to launch each parallel tasks in

Encryping credentials in a format that Jenkins can read

2016-12-22 Thread Ali Ok
Hi, Some story: We are working on a project where we run Jenkins on OpenShift and we have Linux slaves and OSX slaves. Linux slaves are handled by OpenShift itself, but for OSX slaves we need to do manual work. In order to make the connection between Jenkins master and OSX slave, we use SSH. Fo

Re: Encryping credentials in a format that Jenkins can read

2016-12-22 Thread Ali Ok
Ah, also, I saw in this thread a similar thing was asked. The suggestion is to use plain text. What do you think about this? On Friday, December 23, 2016 at 9:57:44 AM UT

Remote trigger configuration

2016-12-22 Thread JenkinsJunkyard
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/go