Rebooting the node from the Jenkins Master

2016-07-25 Thread Bubunia Patra
Hi all, I have a Jenkins master and I triggered a reboot of the remote node. The master returns failure with error : "icmp require root privillege" as jenkins uses jenkins user to reboot the remote node and it fails. Does anyone throw some light if it can be done without changing the existi

Renaming the .jenkins file

2016-07-25 Thread Matt Stevens
Is there a way to pick an alternative default name for the the Jenkins configuration file? -- 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+unsu

Re: Exact permissions required for Github Organization plugin?

2016-07-25 Thread Mark Waite
Step 5 at https://hub.docker.com/r/jenkinsci/pipeline-as-code-github-demo/ says "Configure a personal access token with these scopes: repo:status and public_rep" Is that what you're seeking? Mark Waite On Mon, Jul 25, 2016 at 4:06 PM Greg Smith wrote: > > Anyone know or have a link to the list

Exact permissions required for Github Organization plugin?

2016-07-25 Thread Greg Smith
Anyone know or have a link to the list of permissions needed for the github organization project type / plugin? We are not using hooks back, so it just needs to browse our org, and update PRs / build information. Any pointers -- I swear I found this once before, but google is failing me and I

Re: jenkins 2.7.1 missing Maven plugin and JDK

2016-07-25 Thread Arnaud Héritier
Sorry it is called Global Tool Configuration https://speakerdeck.com/aheritier/introduction-to-jenkins-2-at-parisjug-2016?slide=35 Maven, JDK and others tools were previously in the main configuration screen They were now moved in a dedicated section On Mon, Jul 25, 2016 at 10:12 PM, GBANE FETIGU

Re: jenkins 2.7.1 missing Maven plugin and JDK

2016-07-25 Thread GBANE FETIGUE
what's the dedicated tools is because I use to download Maven and JDK and installed. Could you please Share the dedicated tools name ? On Monday, July 25, 2016 at 2:08:26 PM UTC-4, Arnaud Héritier wrote: > > Can you elaborate ? > For Maven Tool and JDK installations you have now a dedicated Tool

Re: project-based security is missing .. please help

2016-07-25 Thread Prasu S
Thanks Eric. I figured out that under Manage Jenkins -> Global Security , If Project-based Matrix Authorization Strategy is selected , it will allow you to setup ACL to individual projects. We can restore config.xml of a particular project from the backups and restart Jenkins tomcat.It works !

Re: Enabling Windows long path support in Git plugin

2016-07-25 Thread Mark Waite
Sorry, no way that I can detect to force longpaths to be enabled other than by configuring the git installation to have longpaths enabled (git config --system). The Jenkins git client plugin does not have any global override for the system setting of longpaths. Mark Waite On Mon, Jul 25, 2016 at

Re: Enabling Windows long path support in Git plugin

2016-07-25 Thread Simon Richter
Hi, On 25.07.2016 19:45, Mark Waite wrote: > $ git config --system core.longpaths true That is in essence what I did, the problem is that I'd have to do that on all of the build slaves, while ideally I'd like to have that as part of the project configuration so I don't end up having unexplained

Re: jenkins 2.7.1 missing Maven plugin and JDK

2016-07-25 Thread Arnaud Héritier
Can you elaborate ? For Maven Tool and JDK installations you have now a dedicated Tools entry in the Management screen of Jenkins The specific Maven plugin isn't available in the recommended list of plugins but it can be installed. cheers On Mon, Jul 25, 2016 at 8:04 PM, GBANE FETIGUE wrote: >

jenkins 2.7.1 missing Maven plugin and JDK

2016-07-25 Thread GBANE FETIGUE
Hi guys, Is anybody realized that the jenkins 2.7.1 new version doesn't Maven and JDK . I tried to install the Maven and JDK there aren't part of the plugins list. do you folks have any ideas ? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group.

Re: Enabling Windows long path support in Git plugin

2016-07-25 Thread Mark Waite
One way is: $ git config --system core.longpaths true My tests seem to indicate (at least on one machine) that msysgit 2.8.0 and later seems to be enabling core.longpaths as true. That is an observed behavior, not anything I could confirm in the README or release notes, and may be that I'm mista

Enabling Windows long path support in Git plugin

2016-07-25 Thread Simon Richter
Hi, I'm trying to check out Boost, which has a file with a fairly long file name, so the checkout fails on Windows. This could be fixed apparently by setting the git setting core.longpaths to true. How can I add that setting to newly created workspaces? Simon -- You received this message be

How to debug pipeline scripts?

2016-07-25 Thread Andrey Larionov
I'm newcomer to pipeline scripts and Jenkins in general. I read all the available doc pages on Jenkins site and could not figure out how to list all available properties from environment. Also it's very difficult to find any information about debugging practice with new pipeline scripts Can any

Re: Failed to connect to repository : Could not init /tmp

2016-07-25 Thread Vinay KR
Found it ! It is working now. Thank you so much for the quick reply. On Monday, 25 July 2016 19:53:58 UTC+5:30, Mark Waite wrote: > > Jenkins version 2 simplifies the configuration experience by adding a new > section called "Global Tool Configuration" from the "Manage Jenkins" page. > You'll

Re: Migrating a maven-based job to pipeline style

2016-07-25 Thread Victor Noël
Thanks for your feedbacks! So in the end, what is the solution you adopted? more coarse grained stages? Le dimanche 24 juillet 2016 14:18:18 UTC+2, wo...@anomalizer.net a écrit : > > Hello Victor, > > I am faced with a similar problem and gave up on the idea rather early on. > Here are some of t

Re: Failed to connect to repository : Could not init /tmp

2016-07-25 Thread Mark Waite
Jenkins version 2 simplifies the configuration experience by adding a new section called "Global Tool Configuration" from the "Manage Jenkins" page. You'll find the git configuration there. Mark Waite On Mon, Jul 25, 2016 at 8:19 AM Vinay KR wrote: > I can't find this " *Path to Git executable*

Re: Failed to connect to repository : Could not init /tmp

2016-07-25 Thread Vinay KR
I can't find this " *Path to Git executable*" option in "Manage jenkins / Configure". My Jenkins version is 2.8 Thanks in advance On Monday, 25 July 2016 19:37:02 UTC+5:30, Vinay KR wrote: > > Can you please let me know how to do this ? Thanks > > On Friday, 23 May 2014 19:06:28 UTC+5:30, Pedro

Re: project-based security is missing .. please help

2016-07-25 Thread Eric Pyle
Security is now managed in a separate "Global Security" page under "Manage Jenkins". But I don't know if there's a way to automatically re-create individual job security settings if they have disappeared. Eric On 7/25/2016 9:59 AM, Prasu S wrote: After I upgraded Jenkins to 1.651.3 version, p

Re: Failed to connect to repository : Could not init /tmp

2016-07-25 Thread Vinay KR
Can you please let me know how to do this ? Thanks On Friday, 23 May 2014 19:06:28 UTC+5:30, Pedro Madrid wrote: > > Make sure you have properly configured your "Path to Git executable" in > Manage Jenkins -> Configure System. > > That solved the problem for me. > > On Tuesday, May 6, 2014 6:17:4

project-based security is missing .. please help

2016-07-25 Thread Prasu S
After I upgraded Jenkins to 1.651.3 version, project-based security is missing for all our Jenkins jobs. How do I restore it ?? Please help. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emai

Five minute survey: help in research and win 100 USD gift card

2016-07-25 Thread Akond Rahman
Greetings, I am Akond, a researcher at North Carolina State University, and I am conducting a survey to understand different factors that influence the usage of Jenkins. In the survey, no personal information will be collected, and randomly selected two participants will get a 100 USD Amazo

Re: Error: TPT process stops with exit code -1 with TPT_piketec Plugin, with Integrity as SCM tool

2016-07-25 Thread joachim . kuhnert
Hello, I summarize the results just in case anybody else expirecnes the same problem since we dicussed it via the PikeTec support portal and I was not aware of this user list entry at that time (nearly a year ago). The exit code -1 means that the timeout of 6h has passed and the plugin/jenkins

Re: EnvInject - groovy script in Jenkins 2.x

2016-07-25 Thread Daniel Beck
> On 22.07.2016, at 11:47, Simona Avornicesei wrote: > > As a side question, I noticed lots of methods and classes are deprecated from > Hudson.* packages. As a best practice, should I use only the jenkins.* > packages in the groovy scripts? Deprecation is generally unrelated to the package.

Re: Null pointer when entering confgure security

2016-07-25 Thread Daniel Beck
The plugin has been broken for months now with this issue: https://github.com/jenkinsci/slack-plugin/issues/191 > On 22.07.2016, at 11:32, yohanes marthin Hutabarat > wrote: > > Hello guys, > I'm new with Jenkins. > I am trying to create master-slave jobs with slave on VM. > But when I create