Re: Git Parameter Plug-in does not list tags or branches

2015-02-16 Thread Mark Waite
On Mon, Feb 16, 2015 at 6:22 AM, Amedee Van Gasse amedee.vanga...@gmail.com wrote: I have this in the logs: (** is just to obfuscate the url) I don't understand why I get permission denied. Maybe because of core.askpass=true? Because authentication works without password, we use

Re: Git Parameter Plug-in does not list tags or branches

2015-02-16 Thread Amedee Van Gasse
Okay, so I have established that Jenkins fails on git fetch --tags, not on git rev-parse. By the way, I changed branches to build to refs/tags/${TAG_TO_BUILD} When I build a tag with the String type parameter, git fetch works just fine. When I start a parameterized build with Git Parameters,

Re: Git Parameter Plug-in does not list tags or branches

2015-02-16 Thread Amedee Van Gasse
I added `env | sort` as a shell script in the pre- and post build steps. There are several GIT_* variables set, but GIT_SSH is not one of them, so that value is blank. So I'm probably looking in the wrong place. On Monday, February 16, 2015 at 5:12:24 PM UTC+1, Amedee Van Gasse wrote: Okay,

Re: Git Parameter Plug-in does not list tags or branches

2015-02-16 Thread Mark Waite
On Mon, Feb 16, 2015 at 9:43 AM, Amedee Van Gasse amedee.vanga...@gmail.com wrote: I added `env | sort` as a shell script in the pre- and post build steps. There are several GIT_* variables set, but GIT_SSH is not one of them, so that value is blank. So I'm probably looking in the wrong

Re: Git Parameter Plug-in does not list tags or branches

2015-02-16 Thread Amedee Van Gasse
* There is no Windows involved, it's a pure Linux (Debian) setup. * There is no slave involved, all Jenkins jobs run on the same server. * I changed *origin/${TAG_TO_BUILD}* to *${TAG_TO_BUILD}* - but if I read the error right, I don't even get that far. The plugin first try to fetch all the

Re: Git Parameter Plug-in does not list tags or branches

2015-02-16 Thread Mark Waite
On Monday, February 16, 2015 at 9:12:24 AM UTC-7, Amedee Van Gasse wrote: Okay, so I have established that Jenkins fails on git fetch --tags, not on git rev-parse. By the way, I changed branches to build to refs/tags/${TAG_TO_BUILD} When I build a tag with the String type parameter, git

Re: Wall display

2015-02-16 Thread Richard Bywater
Is there no Wall Display link on the left hand menu? If not then a) have you restarted Jenkins to pick up the new plugin and b) were there any exceptions thrown whilst starting Jenkins that might give a clue? Richard. On Tue, Feb 17, 2015 at 12:49 AM, Mahender Tirumala 2mahen...@gmail.com wrote:

Re: [workflow-plugin] JUnit Tests Aggregation

2015-02-16 Thread Pedro Algarvio
On February 16, 2015 10:02:15 AM GMT, sebastien.barthel...@gmail.com wrote: Hello Pedro, On Monday, January 26, 2015 at 1:57:36 AM UTC+1, Pedro Algarvio wrote: I've only started to read through the documentation and have not yet dig in to get a workflow job configured because I fail to see

Jenkins Build Promotion Strategy

2015-02-16 Thread Matt Harris
Hello, I seem to be wrestling with jenkins and the build promotion plugin and I fear i'm misusing the technology. A little backstory: I have a simple .net web application that i build with ant into a zip file, and I have told jenkins to archive the artifacts upon a successful build. I

Jenkins GIT Plugin

2015-02-16 Thread Pradeep Murugesan
Hi all, I need to get the Author and message of the latest commit that jenkins is building upon. I see that there are no env variables for it. https://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin#GitPlugin-Environmentvariables I used printenv to see the variables set and AUTHOR / COMMITTER

Re: how to keep a container alive with docker build step plugin

2015-02-16 Thread swastika basu
Got a solution for it. We have to make sure that the entrypoint and CMD combination is capable enough to keep the container running. On Monday, 16 February 2015 15:47:15 UTC+5:30, swastika basu wrote: Hi All, I have some doubts with Docker Build Steps plugin (

Jenkins CI setup on RedHat machine

2015-02-16 Thread Mohamed Sathack
Hi Everyone, Good Morning! I am exploring various options for CI in our project and came across through Hudson and Jenkins. Initial challenge in front of me is to set up everything in a Unix based mode. We have both Unix/Linux based servers. I need to know Where to start my activity. I have

Re: Jenkins CI setup on RedHat machine

2015-02-16 Thread Richard Bywater
https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+on+RedHat+distributions ? Richard. On Tue, Feb 17, 2015 at 8:28 PM, Mohamed Sathack ssat...@gmail.com wrote: Hi Everyone, Good Morning! I am exploring various options for CI in our project and came across through Hudson and

Re: Error cloning remote repo 'origin'

2015-02-16 Thread Thom Ellis
Thanks Mark. I should have some time to play with this tomorrow, I'll let you know how I get along with it. Cheers. On Saturday, February 14, 2015 at 8:59:58 PM UTC-8, Mark Waite wrote: I spent some time this weekend writing tests and evaluating possible code changes to ease diagnosis of

xUnit Plug-in, throws exception

2015-02-16 Thread Thom Ellis
I'm trying to get xUnit working with a custom xsl file I've written. I tested the transformation in Eclipse and everything works fine, Eclipse recognizes the output as a jUnit file. I've verified that Jenkins can see the xsl file, and the xml file by simply adding 'ls' commands to the build

Re: Git Parameter Plug-in does not list tags or branches

2015-02-16 Thread Amedee Van Gasse
I have this in the logs: (** is just to obfuscate the url) I don't understand why I get permission denied. Maybe because of core.askpass=true? Because authentication works without password, we use ssh keys. Feb 16, 2015 2:17:34 PM WARNING org.eclipse.jetty.util.log.JavaUtilLog warn

[workflow-plugin] aggregate several junit results

2015-02-16 Thread sebastien . barthelemy
Hello, I'm trying to replace several jobs with a single workflow job. One of the jobs was a matrix one which built and run tests under several configuration (namely debug and release builds). The groovy script below replaces it, but the test results from the two configurations are mixed in

Re: SIGSERV 0x00007f9475ebde80

2015-02-16 Thread Marc Leforestier
Hi again, I did not note that, but the frame has changed sine my last modifications : # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x7fd9f3412ef0, pid=14386, tid=140574138009344 # # JRE version: OpenJDK Runtime Environment (7.0_75-b13) (build

Re: Performance Plugin

2015-02-16 Thread Erik Ostermueller
Replying to self here. Weeks ago, I wrote: my .jtl has data concatenated from multiple builds, That was my problem and I fixed it by using the Jenkins options to delete my Jenkins workspace before each build. Otherwise, JMeter's default behavior is to append new data to an existing .jtl file,

Install Jenkins as a Windows service

2015-02-16 Thread Scott Pace
Hi, I've run into a problem and was wondering if anyone else had seen this or might have more information about it. I installed Jenkins LTS on a VM running Windows Server 2012 and everything was fine. So I installed a certificate and added it into the keystore, switched it over to https,

Re: SIGSERV 0x00007f9475ebde80

2015-02-16 Thread Baptiste Mathus
Can you please try with a less bleeding edge version, e.g. the latest LTS like the 1.580.3 to see if this still crashes for you? That would help narrow the issue down. Thanks 2015-02-16 13:25 GMT+01:00 Marc Leforestier marcol...@gmail.com: Hi again, I did not note that, but the frame has

Re: old war file deploying

2015-02-16 Thread Richard Bywater
Please do not repost the same question. Rob has already attempted to elicit more information from you as, at it stands, no-one will be able to help because there are no details. Richard. On Mon, Feb 16, 2015 at 9:53 PM, nagashree ck nagashree...@gmail.com wrote: Hi Friends, old war files

Fwd: old war file deploying

2015-02-16 Thread nagashree ck
Hi Friends, old war files getting deploying through jenkins. can anybody help me. Thanks in Advance -- 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: [workflow-plugin] JUnit Tests Aggregation

2015-02-16 Thread sebastien . barthelemy
Hello Pedro, On Monday, January 26, 2015 at 1:57:36 AM UTC+1, Pedro Algarvio wrote: I've only started to read through the documentation and have not yet dig in to get a workflow job configured because I fail to see support for some needed features and/or plugins, one of which is junit tests

Re: old war file deploying

2015-02-16 Thread nagashree ck
Thanks for reply Rob. in jenkins i have created job like ams. last Successful artifacts i.e ams.war deploying in jboss using shell script. here is the shell script deployamsapp() { cd /app/deployments mkdir release-on-$FOLDERDATE cd release-on-$FOLDERDATE wget --auth-no-challenge

how to keep a container alive with docker build step plugin

2015-02-16 Thread swastika basu
Hi All, I have some doubts with Docker Build Steps plugin (https://wiki.jenkins-ci.org/display/JENKINS/Docker+build+step+plugin). Using this plugin we can create container from image and start the same container as well. However I am stuck at one place, whenever I try to create any container

ERROR: ‘**/*.apk’ doesn’t match anything: ‘**’ exists but not ‘**/*.apk’

2015-02-16 Thread Prasanth .K
while i give extension as **/*.apk in the *Archiving artifacts* it will shows error like this ***/*.apk’ doesn’t match anything: ‘**’ exists but not ‘**/*.apk*.How can i solve this.any one suggest me. My console Output : Started by user anonymous http://localhost:8080/user/null Building in

Wall display

2015-02-16 Thread Mahender Tirumala
i have installed wall display plug in ,but not able to view the wall display in dashboard, any help? thanks Mahender -- 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

Git Parameter Plug-in does not list tags or branches

2015-02-16 Thread Amedee Van Gasse
Jenkins version: 1.593 Git Parameter Plug-In http://wiki.jenkins-ci.org/display/JENKINS/Git+Parameter+Plugin: 0.4.0 GIT client plugin http://wiki.jenkins-ci.org/display/JENKINS/Git+Client+Plugin: 1.16.1 I have a parameterized build. My parameter is Git Parameter. Name: TAG_TO_BUILD

Groovy build script: What triggered the build

2015-02-16 Thread Sverre Moe
Is it possible to find out who or what triggered the build from a Groovy script? Either an SCM change, another project or user. I have just begun reading a little about Groovy and the Jenkins API. I want to check for the following conditions and build accordingly. if (trigger == scm) {

Re: Slave To Master Access Control

2015-02-16 Thread Stephen Connolly
Is the slave OS as secure as your master OS? Is the slave set-up by somebody you trust as much as the person who set-up the master? If the answer to the above two questions is yes, then you can leave SECURITY-144 turned off. If the answer to either question is no and you do not feel

Re: SIGSERV 0x00007f9475ebde80

2015-02-16 Thread Marc Leforestier
Hello Jenkins still crashing when few users use it. I have tried to use openjdk 7 and changed the jvm_args : -Djava.awt.headless=true -Xmx2048m Perhaps you need these info in order to help me ? Thanks Propriétés systèmeNom ↓ https://intranet.iut.u-bordeaux1.fr/jenkins/systemInfo#Valeur

Re: Git Parameter Plug-in does not list tags or branches

2015-02-16 Thread Amedee Van Gasse
I deleted the project and created it again from scratch. I built it once, so it would build the master branch. On the second build, I get noWorkspaceError. But there most definitely *is* a workspace! This build requires parameters: TAG_TO_BUILD noWorkspaceError Retrieving Git references… You