Re: what is it doing at startup?

2016-06-26 Thread Baptiste Mathus
To know what the JVM is doing: https://wiki.jenkins-ci.org/display/JENKINS/Obtaining+a+thread+dump Cheers Le 24 juin 2016 6:37 PM, "Sorin" a écrit : > Hi all, is there a way to trace what's trying and failing, because > sometimes it needs like half an hour to start? See log below for timestamps

Re: Editing registry

2016-06-26 Thread Baptiste Mathus
Does Jenkins run with the same user account as the one you're using manually? Le 23 juin 2016 9:30 PM, a écrit : > Is it possible to edit the registry with jenkins? > If i run the following command localy from the CMD the changes are applied > correctly and succussfuly. > > reg add "HKEY_LOCAL_MA

Re: Compressed Artifacts - Change File Name?

2016-06-26 Thread Gal Grossman
Well it is upload my artifact automatically to a server..I cannot control it that way. On Jun 27, 2016 01:28, "Daniel Beck" wrote: > It's actually controlled through the URL you download, just specify a > different file name there. > > > On 26.06.2016, at 15:43, AboveBeyond wrote: > > > > Hi the

Re: Git Plugin not working as expected with Pull Request Notifier for Bitbucket

2016-06-26 Thread Mark Waite
I think that message usually means that the specific SHA1 mentioned in the failing command line does not exist in the repository where that command was executed. Unfortunately, I don't have any really good ideas why a SHA1 that is known to one of the remote repositories (like your corporate bitbuc

Re: Compressed Artifacts - Change File Name?

2016-06-26 Thread Daniel Beck
It's actually controlled through the URL you download, just specify a different file name there. > On 26.06.2016, at 15:43, AboveBeyond wrote: > > Hi there, > How Can i change the file name of my "Compress Artifact" file which is now > "archive.zip" to my build number or today date? > > Tha

Re: Git+Client+Plugin

2016-06-26 Thread Mark Waite
I was advised in a previous answer that the empty page is a caching problem on the wiki server. I gather that someone creating a page using a literal plus sign between the words, and that confuses the wiki server. You can work around it by including a parameter on the URL, like https://wiki.jenki

Git Plugin not working as expected with Pull Request Notifier for Bitbucket

2016-06-26 Thread Alex Brodov
Hi, I have Jenkins 1.609, Git Plugin 2.4.4, Bitbucket v4.2.0, and pull-request-notifier-for-bitbucket v.2.26. My workflow is the following: I've configured the pull-request-notifier-for-bitbucket to trigget any PRs that are being opened to master branch. On my jenkins job, i've configured the

Git+Client+Plugin

2016-06-26 Thread Ashish Yadav
This page is not showing any version information. Getting 'blank page'. https://wiki.jenkins-ci.org/display/JENKINS/Git+Client+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 fro

Re: withCredentials not working in multibranch project?

2016-06-26 Thread Michael Kobit
There are a couple different things to notice here: 1. Double quotes in Groovy is string interpolation - Your *sh "cp $SETTINGS_LOCATION ./settings.xml"* is using string interpolation and

Compressed Artifacts - Change File Name?

2016-06-26 Thread AboveBeyond
Hi there, How Can i change the file name of my "Compress Artifact" file which is now "archive.zip" to my build number or today date? Thanks ! -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving

Re: How to override the environment variables for Jenkins slave when adding new slave to the Jenkins master?

2016-06-26 Thread Mark Waite
On Thu, Jun 23, 2016 at 9:14 PM praveen wrote: > Yes. We can install a tool on a Jenkins slave as part of the job. I wanted > to install the tool on slave before connect it as slave to the master so > then there is no need to install the tool on slave. Regarding the script, > I'll change the scri

FitNesse plugin builds always revert to localhost

2016-06-26 Thread Joel DeWitt
I am unable to run FitNesse tests on a remote host through JNLP. The Jenkins project console log shows the build up to that point is perfect, but then fails after the message: "running Fitnesse test on http://localhost..."; How is the remote host name or IP configured through JNLP? The plugin c

Re: Error While trying to configure S3 plugin

2016-06-26 Thread Thomas Zoratto
I don’t know, in a few days maybe if I look at the release history Of course you can patch it on your own and install your custom version on your server if you can’t wait > Le 26 juin 2016 à 11:35, AboveBeyond a écrit : > > > > On Sunday, June 26, 2016 at 12:28:33 PM UTC+3, Thomas Zoratto wr

Re: Error While trying to configure S3 plugin

2016-06-26 Thread AboveBeyond
On Sunday, June 26, 2016 at 12:28:33 PM UTC+3, Thomas Zoratto wrote: > > Hi, > > This commit fixed your problem ( > https://github.com/jenkinsci/s3-plugin/commit/b1fa4818c33c6aca594de492a659767516a3bc50 > ) > > You’ll have to wait for the next release. > > Le 26 juin 2016 à 11:04, AboveBeyond >

Re: Error While trying to configure S3 plugin

2016-06-26 Thread Thomas Zoratto
Hi, This commit fixed your problem (https://github.com/jenkinsci/s3-plugin/commit/b1fa4818c33c6aca594de492a659767516a3bc50 ) You’ll have to wait for the next release. > Le 26 juin 2016 à 11:04, AboveBeyon

Re: Error While trying to configure S3 plugin

2016-06-26 Thread AboveBeyond
On Sunday, June 26, 2016 at 12:04:11 PM UTC+3, AboveBeyond wrote: > > Hi, getting the following Error while trying to configure AWS S3 upload > plugin > > javax.servlet.ServletException: java.lang.NoClassDefFoundError: > org/apache/http/conn/ManagedHttpClientConnection > > FullStack: javax

Error While trying to configure S3 plugin

2016-06-26 Thread AboveBeyond
Hi, getting the following Error while trying to configure AWS S3 upload plugin javax.servlet.ServletException: java.lang.NoClassDefFoundError: org/apache/http/conn/ManagedHttpClientConnection Help appreciated, Thanks ! -- You received this message because you are subscribed to the Google G