Why do I get this error message when I'm trying to save an artifact

2015-11-10 Thread Rock.C
Hi guys, I'm using the latest Jenkins 1.637 to create a software-project-building job for my company. After the job finished, I use the tar tool to pack some libs into a tar.gz package and try to get it from user side via the latest version of JenkinsAPI(pythonhosted.org/jenkinsapi/). But I will ge

Re: Every build has all commits listed in the Changes page

2015-11-10 Thread Andy Wang
Thanks. I set Refspec to $GERRIT_REFSPEC, branches to $GERRIT_BRANCH and it didn't work for me. Then I changed the branch to origin/$GERRIT_BRANCH, it all worked. I guess that the $GERRIT_BRANCH only pass "master" to git plugin, and it need full branch name. Thanks again and this do solve my p

Re: How to check the integrity of a jenkins.war download?

2015-11-10 Thread Stephen Connolly
$ jarsigner -verbose -certs -verify jenkins.war That should give a Jar file that has been signed by X.509, CN=Kohsuke Kawaguchi, O=Kohsuke Kawaguchi, STREET=4438 Hilton Ave, L=San Jose, ST=California, OID.2.5.4.17=95130, C=US [certificate expired on 19/07/15 00:59] X.509, CN=COMODO

Re: Help! Jenkins Job configure gives "Oops! A problem occurred while processing the request" and a list of Stack trace

2015-11-10 Thread Krishna Nadiminti
Thank you.. you are right.. On Tue, Nov 10, 2015 at 9:22 AM, R. Tyler Croy wrote: > (replies inline) > > On Mon, 09 Nov 2015, Bj?rn Stabel wrote: > > > The error looks like openshift was compiled for java 8 and you're running > > jenkins on a lesser java version. > > > I've gone ahead and filed

How to extend $PATH used by Jenkins?

2015-11-10 Thread Daniel Anechitoaie
Hi, I have some stuff installed in /opt/ How can I add this to $PATH so that it's visible in 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 jenkins

Request for participation: Jenkins Security Officer candidates

2015-11-10 Thread R. Tyler Croy
Based on the team lead proposal (https://wiki.jenkins-ci.org/display/JENKINS/Proposal+-+Project+sub-teams) which was approved in the governance meeting last month, I asking on behalf of the Jenkins board[0], for candidates who are willing to act as the Jenkins Security Officer. The responsibilit

Re: How to check the integrity of a jenkins.war download?

2015-11-10 Thread Victor Martinez
Hi Jens, Have you tried to search in this Google group itself? There are some old threads: - https://groups.google.com/forum/#!searchin/jenkinsci-dev/sha1/jenkinsci-dev/IdTwt_DCZAs/bte6pagA9OYJ - https://groups.google.com/forum/#!searchin/jenkinsci-dev/sha1/jenkinsci-dev/ueaAOGrtVDI/ORJAY

How to check the integrity of a jenkins.war download?

2015-11-10 Thread Jens Wilke
Hi all, I am just reviewing and upgrading our Jenkins CI setup. What I found very irritating: 1. there seems no download instruction for the war 2. there is no way to check the integrity of a downloaded war file What I found: war files are at http://mirrors.jenkins-ci.org/war/. It is accessilbe

Report for projects with status "Failure

2015-11-10 Thread Victor Martinez
You can use groovy or the rest api. If you look for scriptler or post groovy build plugins you will find some examples Cheers -- 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, s

Error message

2015-11-10 Thread Victor Martinez
Can you please provide further details? How did you get that error? What versions do you use? Have you tried with some verbose output? Your information doesn't provide the above details so it is hard to provide any feedback... -- You received this message because you are subscribed to the Googl

Re: Help! Jenkins Job configure gives "Oops! A problem occurred while processing the request" and a list of Stack trace

2015-11-10 Thread R. Tyler Croy
(replies inline) On Mon, 09 Nov 2015, Bj?rn Stabel wrote: > The error looks like openshift was compiled for java 8 and you're running > jenkins on a lesser java version. I've gone ahead and filed this as this issue: For what it's worth.

Re: Fatal error: Access is denied @C:\maven2\conf

2015-11-10 Thread Troy
Hi Vivek, Thanks for your reply. Everything works fine if I run maven in console (CMD). However it hits the permission issue when the project is built in Jenkins. Troy -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this

Re: Confusion of Maven build jobs sequence

2015-11-10 Thread Martin Schmude
Not what I would have liked to hear, but I already guessed so. Anyway, thank you James. Does anybody know a well-established way of handling situations like this in Jenkins? Or maybe good sources of guidance out there in the WWW? Am Sonntag, 8. November 2015 23:53:05 UTC+1 schrieb James Nord: >

How do I control how the "/lastUnstableBuild" link gets created in my Jenkins job?

2015-11-10 Thread Dave
Hi, I installed Jenkins as a WAR on Tomcat 6, running on Linux … [davea@ip-22-333-22-333 ~]$ uname -a Linux ip-22-333-22-333 6.8.7-15.99.amzn1.x86_64 #1 SMP Mon Sep 14 23:20:33 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux I have created a freestanding job, using the Gradle plugin. “Di

Re: Fatal error: Access is denied @C:\maven2\conf

2015-11-10 Thread vivek yaragatti
Hi troy, Try running the Maven as an administrator. I am not sure this will solve the issue but it has to do with the permissions. Regards, Vivek On Tuesday, November 10, 2015 at 3:41:10 PM UTC+1, Troy wrote: > Hello, all > It's the first time I play with Jenkins (version 1637) installed on

Fatal error: Access is denied @C:\maven2\conf

2015-11-10 Thread Troy
Hello, all It's the first time I play with Jenkins (version 1637) installed on Windows 7 (JDK1.6). However I got the following error when I manually build project: ERROR: Failed to parse POMshudson.maven.MavenEmbedderException

Re: Jenkins 2.0 Proposal: Pipeline as code front and center

2015-11-10 Thread Kanstantsin Shautsou
s/Workflow/.?/ is of course interesting idea, but i looks like it has the gulf between the two sides. - Freestyle has barrier between build steps and Publishers that constantly causes headache for plugin devs. I tried add SimpleBuildStep support and got other problems (see jenkins PRs) with gen

Error message

2015-11-10 Thread GBANE FETIGUE
Hey buddy Is anyone some about that error message: NOTIFIED: [nodejs_app | restart app] ** failed: [qastatus0] => {"failed": true, "item": ""} msg: stop: Unknown instance: start: Rejected send message, 1 matched rules; type="method_call", sender=":1.15

Report for projects with status "Failure

2015-11-10 Thread RICARDO LOPES
Hi! It is the first time I question the group and is less than a year to work with Jenkins, currently have a directory with more than 600 projects running on Jenkins in sub directories, I wonder if there is any week in order to issue a report every project they are status "Failure" and send

Re: Jenkins 2.0 Proposal: Pipeline as code front and center

2015-11-10 Thread Maciej Jaros
I think there are two problems with workflow and other script related plugins: 1. There is slim-to-none documentation on Jenkins APIs. There is no single authoritative place to learn about available interfaces with basic to advanced examples of their usage. Frankly, I haven't found a go

Re: Seeking help with Github plugin web hooks

2015-11-10 Thread Kanstantsin Shautsou
Poked Means that it poked GitSCM poll logic. That mean that it called the same algo as "Poll SCM" trigger. You should check and review Git polling logs of git configuration. GitSCM provides ability to specify required for build branches with "Branch Specifier". On Monday, November 2, 20

Re: How to auto trigger Build when a change is pushed to GitHub

2015-11-10 Thread Kanstantsin Shautsou
Just install github-plugin, configure global and job settings according to https://wiki.jenkins-ci.org/display/JENKINS/GitHub+Plugin and replace "poll scm" with "Build whenever commit is pushed to github". On Tuesday, November 3, 2015 at 5:17:06 PM UTC+3, Suryateja Hanumandla wrote: > > Hi, > C

Unable to execute test from Jenkins

2015-11-10 Thread skrn1201
Hello Guys, I'm facing issue with jenkins (Jenkins ver. 1.636 ) where my tests are not running and fail with compail issues.Just i created simple mvn project (with testng) and created job in jenkins. The Projects works file locally and jenkins error and pom below Note:

[REQUEST] Make Jenkins.instance available in matrix combination filter

2015-11-10 Thread Kinkie
Hello, I've found variations of this to be relatively FAQ. Would it be possible to make Jenkins' instance available to Matrix combination filters? This would unlock quite a bit of potential which is currently not really tapped. >From my limited understading, adding binding.setVariable("Jenkins