Running casperjs using engine slimerjs problem on jenkins

2016-10-12 Thread Sukanya St
Hi, Im just start using jenkins, on the local machine(windows) am runnning casperjs and using --engine= slimerjs eveything just fine but totally fail when using the same command on jenkins server(linux) anyone have this problem or just me missing something ? -- You received this message

Re: Sharing git repos amongst multibranch workspaces?

2016-10-12 Thread Mark Waite
I can see how it can be a blocker for large enough repositories. For many users, it may be enough that they use a reference repository. Of course, since it is a blocker for you, a pull request with a proposed implementation would certainly be of interest to the community and would resolve your

Re: Jenkins all changes number

2016-10-12 Thread Mark Waite
That format looks a little different than I'd expect from a git change. Possibly they are using Mercurial (which I believe has a concept of commit number, in addition to the hash of the commit)? It would be helpful to know what SCM they are using. Mark Waite On Wed, Oct 12, 2016 at 4:30 PM

Re: After Upgrading to Jenkins 2.0 and AWS EC2 plugin 1.35, Agents are not getting terminated after idle termination period of 30 minutes.

2016-10-12 Thread Vijayender Madura
Hi Daniel! Thank you for your help ! That was it! I Updated to - ec2-plugin 1.36 - aws-java-sdk 1.11.37 and the problem was resolved! -Vijay On Tuesday, October 11, 2016 at 2:05:08 AM UTC-7, Daniel Beck wrote: > > Make sure you're using the EC2 plugin 1.36 and AWS SDK Plugin 1.11.x

Re: RPM installation on openSUSE fails

2016-10-12 Thread Gurumoorthy Raghupathy
I am getting this as well On Wednesday, October 12, 2016 at 9:39:18 AM UTC+1, Andi wrote: > > Hi, > > on my openSUSE system the installation fails. > I have executed the following steps: > *linux-1zso:~ #* sudo zypper addrepo -f > https://pkg.jenkins.io/opensuse-stable/ jenkins > Repository

Re: Jenkins all changes number

2016-10-12 Thread Colin Bennett
Those "random number and letter" are Git commit identifiers. They are SHA-1 hashes of the Git commit object. It's kind of like a Subversion revision number, except it's more unique. For some reason the "All Changes" view is showing you the Git commit that each change came from. On Tuesday,

Re: Reference repos and the multibranch pipeline plugin

2016-10-12 Thread Alex Ehlke
Thanks but simply getting the Jenkinsfile itself incurs a potentially costly clone that we can't seem to configure at all: https://issues.jenkins-ci.org/browse/JENKINS-33273 On Friday, September 30, 2016 at 10:14:37 AM UTC-4, Mark Waite wrote: > > The >

Re: Sharing git repos amongst multibranch workspaces?

2016-10-12 Thread Alex Ehlke
Ticket is here: https://issues.jenkins-ci.org/browse/JENKINS-33273 This is also a complete blocker for us :( On Monday, June 6, 2016 at 3:46:09 AM UTC-4, Jonathan del Strother wrote: > > I can't figure out how I might use Jenkinsfile to specify options on the > initial clone operation - AFAICT,

Re: Email ext to send html body in Pipeline

2016-10-12 Thread Sam K
Is there a plan to allow the ${FILE,path="${DIR}/test.html"} option that is already available in the plugin? That is EXACTLY what most would want I presume. :) On Tuesday, October 11, 2016 at 11:26:58 AM UTC-7, Sam K wrote: > > Thanks for bringing this to my attention Mark. I was not aware

Re: Modify the number of jobs that can run in parallel for a project

2016-10-12 Thread Mark Sinclair
I posted a comment on the JIRA and read through Jenkins source code for a while, but did not find a way to do it. I would have preferred a simple job that ran periodically and just adjusted the number of executors on each slave, but I came up with an alternate approach. - Increased the

Re: jenkins administration

2016-10-12 Thread Rachel
Hi, If you're using own Jenkins' own user database, it's enough to delete from: - Manage Jenkins > Manage Users I hope it helps you. Best regards, Rachel El miércoles, 12 de octubre de 2016, 16:18:55 (UTC+2), ivenkateswarlu gemini escribió: > > HI EVERY ONE; > > > HOW TO DELETE USERS

Re: Unable To execute SCons script in jenkins

2016-10-12 Thread Rachel
Hi Uma, I've used those steps for creating new environment variables in Jenkins, but not for overwriting PATH, althouth you might use: Value = $PATH:/adding/new/path/ in order not to lose previous value of PATH. Anyway, if scons is located in /usr/local/bin (as you indicated), Jenkins would

docker: command not found ( Mac mini + Jenkins )

2016-10-12 Thread 80Vikram
Hi All, I've mac mini with 10.X version and am trying to setup jenkins and docker when I tried running docker command as part of shell commands , getting error docker: command not found In unix I have to add jenkins user to docker group , not sure if this step needs to be done in mac as well.

Re: SonarCube pluging not working.

2016-10-12 Thread Neil Watson
Correct. Adding a JDK to Jenkins and specifying to use it in the SonarQube section of the job worked. -- 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: Unable To execute SCons script in jenkins

2016-10-12 Thread Umamaheswari G
Hi, Thanks for the reply Where can I set env variable for scons path? I have tried setting Jenkins -> Manage Jetkins -> configure System -> Global Properties -> Environment Variable : Name = PATH Value = /usr/local/bin/scons It does not seems to be work. regards On Wed, Oct 12, 2016 at

Unable To execute SCons script in jenkins

2016-10-12 Thread Victor Martinez
Hi, Apparently scons is not part of your env variable path. Run 'which scons' and 'echo $PATH' then you will figure out what env varianles were loaded when running that job. Cheers -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To

Is containing Jenkins inside my user folder preventing me from accessing it via slave machine?

2016-10-12 Thread Jenkins Johnny
I installed jenkins as a war file to the location "C:\Users\loggeduser" in the .jenkins folder. I'm trying to access a slave machine's node I set up using "Launch agent via java Web Start", but when it gets to the step where I must access the

RE: SonarCube pluging not working.

2016-10-12 Thread Matthew.Webber
If you google for “Unsupported major.minor version 52.0” you’ll find the answer to that – you have class files compiled with one Java version (probably some pre-compiled .jars you got from somewhere), but you are running under a different Java version ( the class files are probably Java 8, and

Logging github api requests - github rate limit being reached, 20% being used on static items

2016-10-12 Thread Greg Smith
Hi, We keep running into our github rate limit with Jenkins' mutlibranch plugin. I ended up contacting github directly, and they said 20% of all of our requests were actually going to resources that were basically static. >From github support, our usage over the last week: Top 10 specific

Logging github api requests - github rate limit being reached, 20% being used on static items

2016-10-12 Thread Greg Smith
Hi, We keep running into our github rate limit with Jenkins' mutlibranch plugin. I ended up contacting github directly, and they said 20% of all of our requests were actually going to resources that were basically static. >From github support, our usage over the last week: Top 10 specific

SonarCube pluging not working.

2016-10-12 Thread Neil Watson
Greetings, I'm having trouble getting the SonarCube plugin to work, and I'm rather new to Jenkins. The error from the build job is: *11:26:32* [workspace] $ /var/lib/jenkins/tools/hudson.plugins.sonar.SonarRunnerInstallation/sonarqube-scanner-2.8/bin/sonar-runner -X -e

Unable To execute SCons script in jenkins

2016-10-12 Thread Uma
I am trying to build git project using icons script. Project Name = Sample Jenkins Home = Users/Uma/.jenkins Workspace root = ${ITEM_ROOTDIR}/workspace/ Project Structure in Git : — SConstruct — Demo

Re: Unable to write log file error I am getting in Jenkins for build.xml

2016-10-12 Thread 'Björn Pedersen' via Jenkins Users
Hi, probably you need to check the access permission on your workspace (and contents). Jenkins normally will run the jobs as an other user as you used to do your manual test. Björn Am Mittwoch, 12. Oktober 2016 14:53:59 UTC+2 schrieb chinmoy padhi: > > Hi Google Users, > > Need a help on the

jenkins administration

2016-10-12 Thread ivenkateswarlu gemini
HI EVERY ONE; HOW TO DELETE USERS PERMANENTLY 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 jenkinsci-users+unsubscr...@googlegroups.com. To

Unable to write log file error I am getting in Jenkins for build.xml

2016-10-12 Thread chinmoy padhi
Hi Google Users, Need a help on the mentioned subject line. I have installed the jenkins using *"rpm -ivh"* command Currently I am running the Jenkins on 1. Linux RHEL 5.8 (32-bit) 2. java version "1.7.0_79" 3. Master mode only 4. Jenkins Version 1.651.3 Steps to Execute

Polarion PLM-Jenkins Integration - available plugins and development questions - New to Jenkins

2016-10-12 Thread Parikshith K P
Hello Developers/Users, I'm new to Jenkins and plugin development. I have minimal idea about CI and plugin development, which I acquired through Google. However, I have my work to integrate Polarion PLM tool with Jenkins. Whenever there’s a major source code commit in SVN, user will

What's the difference between running Jenkins using Java and using the windows installer version?

2016-10-12 Thread Jenkins Johnny
When I set up my Jenkins master using the windows installer version and attempt to connect to a slave machine using "Launch Jenkins via Java webstart", I can connect the slave server to the master fine with no issues. [image: enter image description here]

RPM installation on openSUSE fails

2016-10-12 Thread 'Andi' via Jenkins Users
Hi, on my openSUSE system the installation fails. I have executed the following steps: *linux-1zso:~ #* sudo zypper addrepo -f https://pkg.jenkins.io/opensuse-stable/ jenkins Repository 'jenkins' hinzufügen