Re: Windows Slave / LinuxMaster hang

2017-02-27 Thread Dirk Heinrichs
Am 27.02.2017 um 18:03 schrieb jer...@bodycad.com: > Yes the server build info are locate on a CIFS share. Sounds wrong to me. Did you try with a local directory? Bye... Dirk -- *Dirk Heinrichs* Senior Systems Engineer, Delivery Pipeline OpenText^TM Discovery | Recommind *Email*:

Re: How to access Jenkins server using Python Or JenkinsApi for Windows

2017-02-27 Thread Sujith Cherukuri
Hello Eric, Thanks for your reply, could you please let me know, how to install Jenkinsapi for Windows. I am not able to find any documentation for that. Thanks and Regards, Sujith On Monday, February 27, 2017 at 8:06:49 PM UTC+5:30, Eric Pyle wrote: > > I use Jenkinsapi for both Linux and

Re: I got some dependency errors after upgrade to the new version.

2017-02-27 Thread Jason Yu
HI, Daniel: I have another issue. I would like to know if you can help? I have branches set up in bitbucket. Some of branches are deleted from bitbucket. But they still show up when I click build with parameters. Have you ever met this issue? thanks. jason On Wednesday, February 22, 2017

Re: How to remove the deleted branch names from "build with parameters"

2017-02-27 Thread Jason Yu
Any help for this issue. I upgraded jenkins but the issue still exists. Thanks. jason On Thursday, February 23, 2017 at 4:06:13 PM UTC-8, Jason Yu wrote: > > I have my jenkins server updated to 2.46 yesterday aiming to resolve this > issue but it still exists after upgrade. > > My jenkins

Re: Moving PIpeline global libraries to external SCM

2017-02-27 Thread Owen Mehegan
Yeah, that's a good point. But I just wanted to make sure I don't cause collisions by having the same classes in the internal and external repos at the same time. On Feb 27, 2017 2:35 PM, "Mark Waite" wrote: > Couldn't you use a "git clone" (or git clone --mirror) to

Moving PIpeline global libraries to external SCM

2017-02-27 Thread Owen B. Mehegan
I've been using Pipeline global libraries since their inception, storing them in the built-in Git server within Jenkins. It's about time that I moved them into my company's regular Git repo, where others can collaborate on them more easily. What's the right way to do this? Seems like I should

Re: Moving PIpeline global libraries to external SCM

2017-02-27 Thread Mark Waite
Couldn't you use a "git clone" (or git clone --mirror) to copy them to a separate repo, then config a remote that would allow you to "git push" them to your corporate location? That will retain the history of the repo and the structure (if it matters to you). Mark Waite On Mon, Feb 27, 2017 at

Re: Google Summer of Code 2017 - We are looking for mentors!

2017-02-27 Thread Oleg Nenashev
Hi all, Jenkins project application on this year has been rejected. We will try to get some feedback in order to take it into account on the next year. Thanks to everybody involved on this year. And my apologies for the result. Best regards, Oleg Nenashev воскресенье, 5 февраля 2017 г.,

Jenkins MultiBranch pipeline project

2017-02-27 Thread mmuru2k2
In a MultiBranch pipeline project, is there way to invoke Jenkins plugin (e.g SCP or Publish over SSH plugin) or able to configure within the Jenkinsfile? Thanks in advance, Muru -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To

[Jenkins World 2017]: CFP closes March 5

2017-02-27 Thread Alyssa Tong
Friendly reminder that the CFP is closing this coming Sunday, March 5. Get your submission(s) in soon. Thanks, alyssa -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this

Remote call on Channel failed with pipeline jobs

2017-02-27 Thread Thorsten Meinl
Hi, I have several slaves running on multiple OS and executing pipeline jobs. When a (part of a ) job runs any of the Windows slaves I get tons of messages such as Cannot contact WindowsServer2012: java.io.IOException: Remote call on Channel to /172.17.xx.xx failed It seems this message is

JIRA downtime/maintenance window scheduled for 2017-03-04 16:00 UTC

2017-02-27 Thread R. Tyler Croy
I'm planning on performing a scheduled upgrade of JIRA (issues.jenkins-ci.org) this Saturday at 16:00 UTC / 8:00 PST. I don't expect the work to last longer than 60 minutes, but please expect JIRA to be offline for at least the full hour. The JIRA tracking this (hehe) is:

Re: Upgrade Jenkins from 1.580 to 2.32.2

2017-02-27 Thread Peter McNab
No to what? Jenkins 1.608 made slaves require Java7, so it might impact Raj's upgrade attempts. I know the Java8 change hasn't been made, but it's coming soon as well. Java7 has been around a long time, but so have the platforms I support, and we we moved up to a version that supported

Re: Upgrade Jenkins from 1.580 to 2.32.2

2017-02-27 Thread Baptiste Mathus
Well, no. The Java 8 change hasn't been made yet, though it is coming according to the announced plan (first weekly should be on April, and first LTS requiring it should be around early June). And Java 7 has been around for a long time. And we already discussed the fact that though some platforms

Re: Upgrade Jenkins from 1.580 to 2.32.2

2017-02-27 Thread Peter McNab
I don't remember exactly when the change was made, but keep in mind that Java7 is required for slave nodes with recent versions of Jenkins. If you have slave nodes without that available they will be dead in the water. Pete On 2/27/2017 9:59 AM, Raj wrote: Thank you for the feedback.

Re: Disabling Jenkins security during chef provisioning

2017-02-27 Thread Daniel Beck
Try setting the system property jenkins.install.runSetupWizard to false. https://wiki.jenkins-ci.org/display/JENKINS/Features+controlled+by+system+properties > On 22.02.2017, at 22:24, Farrukh Najmi wrote: > > Hi Guys, I am trying to setup Jenkins using the chef recipe

Re: Disabling Jenkins security during chef provisioning

2017-02-27 Thread Farrukh Najmi
I would be grateful if someone that knows Jenkins internals could comment on this post. I need to know how to avoid Jenkins setting " true" on first startup. If there is a known issue here I would appreciate a issue link. If there should be an issue filed please let me know and I will do so.

Re: Upgrade Jenkins from 1.580 to 2.32.2

2017-02-27 Thread Raj
Thank you for the feedback. Sure. we can do that and more simply with a vm snapshot for rollback. but in case of staging upgrade how do you propose \ suggest to manage the slave \ agents ? i ask since if i bring up the staging with a rsynced config then the agents will try to connect too and

Not able to access Jenkins

2017-02-27 Thread Prasu S
I'm able to login to Jenkins due to the below error. Jenkins was woking fine yesterday.I replaced the current config.xml with the previous one and restarted tomcat but still no luck.It seems like plugin issue. Any help is greatly appreciated. hudson.util.HudsonFailedToLoad:

Forcing Update Center to use a specific mirror? Or creating my own?

2017-02-27 Thread Jeff
Our Jenkins server is inside a secure environment with very limited external connectivity. I was able to finally convince the powers that be to create an exception in our proxy to allow the Jenkins master to contact the update center URL. However when I try to download, it redirects to a mirror

Windows Slave / LinuxMaster hang

2017-02-27 Thread jerome
Hi, I still got some trouble with my Linux master and Windows slave that often hang. I don't have anything into the jenkins.log to help Feb 25, 2017 3:05:41 AM hudson.model.AsyncPeriodicWork$1 run INFO: Started Workspace clean-up Feb 25, 2017 3:05:41 AM hudson.model.AsyncPeriodicWork$1 run

Re: Double changes in Declarative Pipeline job

2017-02-27 Thread Andrew Bayer
This isn't Declarative specific, fwiw. I'll try to take another look at the change log logic this week. A. On Sun, Feb 26, 2017 at 9:33 PM Andreas Magnusson < andreas.ch.magnus...@gmail.com> wrote: > We happily using Declarative Pipeline here, however I've noticed from the > very beginning that

Re: How to access Jenkins server using Python Or JenkinsApi for Windows

2017-02-27 Thread Eric Pyle
I use Jenkinsapi for both Linux and Windows with no problem. You just need to install Jenkinsapi module in the Python installation used by each build machine, e.g. by "pip install jenkinsapi". Then in a shell or batch script build step, you call a Python script and "import jenkinsapi" in the

how to view tomcat logs in jenkins

2017-02-27 Thread ali kahveci
Hi Everybody, How to view tomcat logs in jenkins and parsing tomcat logs? -- 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: Sending mail from pipeline not working

2017-02-27 Thread Thorsten Meinl
> Anything interesting in the build log? > > Nope, only [Pipeline] stage[Pipeline] { (Send mail)[Pipeline] step[Pipeline] }[Pipeline] // stage -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop

Re: Sending mail from pipeline not working

2017-02-27 Thread Daniel Beck
> On 27.02.2017, at 12:00, Thorsten Meinl wrote: > > The mail just isn't sent. Anything interesting in the build log? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop

Re: Is CIFS host configuration as code (groovy script) possible?

2017-02-27 Thread Ewelina Wilkosz
ok, maybe it will be: https://github.com/jenkinsci/publish-over-cifs-plugin/pull/3 On Thursday, February 23, 2017 at 9:57:19 AM UTC+1, Ewelina Wilkosz wrote: > > Hi everyone, > > I'm trying to configure Jenkins as code - so I'm using descriptors to > configure plugins in groovy script. And I'm

Sending mail from pipeline not working

2017-02-27 Thread Thorsten Meinl
Hi, I am unable to send any mail from pipeline jobs using step([$class: 'Mailer', notifyEveryUnstableBuild: true, recipients: 'me@mail']) The mail just isn't sent. Sending mails works perfectly in freestyle jobs. Is this a bug or am I missing something? Thanks, Thorsten -- You received

How to access Jenkins server using Python Or JenkinsApi for Windows

2017-02-27 Thread Sujith Cherukuri
Hello, My build server is based on Windows. I want to trigger a Build using pythons scripts. As of now from http://pythonhosted.org/jenkinsapi/, it seems that, api only for Linux System. Thanks and Regards, Sujith -- You received this message because you are subscribed to the Google Groups