Re: setting up windows slave for linux jenkins.

2016-09-27 Thread jpd4nt
"Blank" is in the failed state so caused the downstream "Blank" to fail to run. Fix the upstream "Blank" job and it will either work or move onto the next problem. On Tuesday, 27 September 2016 14:55:07 UTC+1, Zue Sani wrote: > > Hi when I created a pipeline in Jenkins I had got this error .

Re: [SECURITY] How to protect pipeline jobs using GitHub branch/PR auto-discovery from doing harm

2016-09-12 Thread jpd4nt
Not sure about docker in docker, but you can have a throw away VM slave to build the docker image - there are a number plugins to do this. > > Mmmm, OK, but we need to create docker images to run the jobs based on > what is in the repository we are fetching. Is it possible to run a > docker

[SECURITY] How to protect pipeline jobs using GitHub branch/PR auto-discovery from doing harm

2016-09-10 Thread jpd4nt
Use slaves, not the master to run jobs. If you want chroot workspaces you could use docker slaves, run a container per job etc. -- 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,

Re: How can I get Jenkins on Linux to do builds on Windows machines without Active Directory?

2016-08-14 Thread jpd4nt
Jenkins has a master slave feature, Linux running jenkins is the master - Windows doing the build is a slave. What you need to get working is the connection from the Windows slave to the master, since Windows does not really have support for SSH (not sure how far the powershell guys got) use

Re: How can I get Jenkins on Linux to do builds on Windows machines without Active Directory?

2016-08-13 Thread jpd4nt
Which version of jenkins are you using? Which plugin a you using to manage the Windows slave? We use Windows build slaves on AWS with no AD with not problems with the ec2-plugin, before that with v1 of jenkins there was jnlp which made POC easy to get up and running but with v2 thats gone but

maven-plugin broken on 1.651.3 LTS pinned javadoc plugin

2016-06-21 Thread jpd4nt
Hi. I was using the S3 publisher plugin , which suddenly uninstalled itself breaking some of my pipe lines. I could not reinstall it as it required maven, maven could not be installed as it was missing javadoc plugin. But javadoc is

Build fails with Unhandled Exception: OutOfMemoryException. with ec2-plugin slave

2016-05-17 Thread jpd4nt
Hi. Been using jnlp version of slave with the ec2-plugin to get windows spot slaves to work, which worked fine for 2 years. With ec2-plugin 1.32+ that option has now been removed. Since migrating from jnlp we been having lots of issues. Current major blocking issue is that the build dies with

Re: SSH vs java web start for windows slave and Linux master in jenkins

2016-04-04 Thread jpd4nt
Hi Naveen. I find ssh option more robust because our Jenkins master is behind a load balancer so the web start has to go through that, we use AWS ELB and sometimes the connection breaks. Also with a fix master its easier to set the access rules that for a slave ringing home back to the

Re: Only 1 Windows Slave is allowed by Jenkins?? Unexpected error in launching a slave

2016-03-10 Thread jpd4nt
Hi Voll. No problems. On Thursday, 10 March 2016 07:38:24 UTC, Voll AufMühlen wrote: > > @jpd4nt > > I used wireshark to see to who the Jenkins Windows Slave is really talking > to when it says that it is talking with the master ( > https://xxx.jenkins.de/). And saw

Re: Only 1 Windows Slave is allowed by Jenkins?? Unexpected error in launching a slave

2016-03-09 Thread jpd4nt
Packet sniff between master and windows slave to make sure its actually talking, as that the error. Otherwise it could be a bug in the plugin. On Wednesday, 9 March 2016 10:17:18 UTC, Voll AufMühlen wrote: > > @jpd4nt > > Thanks for the quick answer. > > On the windows mach

Re: Only 1 Windows Slave is allowed by Jenkins?? Unexpected error in launching a slave

2016-03-08 Thread jpd4nt
Hi. Rough guess it network issue, ie jenkins is not listening on port 58844 due to firewall or some issue. Not used the windows slave plugin as I use ec2 plugin but that uses the same slave-agent.jnlp. Use telnet to see if the socket is open from the windows box back to the jenkins master.

Re: Jenkins Task - Is it possible to add a windows shell commands as a step ( on Windows salve) inside a Linux master job.

2016-03-06 Thread jpd4nt
Hi Either run the job on a windows slave and SSH back to a Linux box to run anything you can't on a windows box Or try: https://chocolatey.org/packages/win32-openssh

Re: Jenkins Task - Is it possible to add a windows shell commands as a step ( on Windows salve) inside a Linux master job.

2016-03-04 Thread jpd4nt
Hi Eldad. What are you trying to achieve? Is there any reason you can't run the job on the Windows slave? On Friday, 4 March 2016 08:10:32 UTC, Eldad Cohen wrote: > > Hi, > > Is it possible to add to a master job that runs on Linux , some windows > shell commands step on windows slave inside a

Re: Jenkins build fail on sonar code quality violations

2016-03-04 Thread jpd4nt
Hi Flavio I have not seen or found any other way, a feature request with SonarQube jenkins plugin for a better way may be required. On Friday, 4 March 2016 11:02:59 UTC, Flavio B wrote: > > Hi! > > I was looking for a solution to this too. > I've read Build Breaker plugin usage is discouraged.

Re: Webhook not working from GITHUB to Jenkins

2015-12-14 Thread jpd4nt
Hi Vidya. Is there any reason why you have not used the github plugin for jenkins? https://wiki.jenkins-ci.org/display/JENKINS/GitHub+Plugin That should make the task you are trying to complete a lot easier, plugin + github jenkins service. -- You received this message because you are

Re: Configure Jenkins and SonarQube on different machines

2015-08-27 Thread jpd4nt
1) yes 2) point it to the other box, really is that simple 3) depends on the runner - maven runner just gets downloaded - local runner, where ever its installed on the machine that is doing the build 31 -- You received this message because you are subscribed to the Google Groups Jenkins

Re: How can i install jenkins server on rhel 7 machine ? Have anyone done it earlier ?

2015-07-17 Thread jpd4nt
I have installed it on RHEL 7 as standalone, just used the rpm. -- 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

Anybody use the bitbucket plugin and does it work for anyone?

2015-07-16 Thread jpd4nt
Hi. Trying to use bitbucket plugin 1.1.1 with LTS 1.609.1. Using bitbuckets Webhooks All I get in the logs when I try to use it is: Jul 16, 2015 11:11:58 AM WARNING org.eclipse.jetty.util.log.JavaUtilLog warn Error while serving /jenkins/bitbucket-hook/

How to debug /createItem: HTTP/1.1 400 Bad Request 400

2015-05-26 Thread jpd4nt
Hi. Been running entagen/jenkins-build-per-branch.git for a while and its been working fine. Some point over the weekend its stopped working and now throws /createItem: HTTP/1.1 400 Bad Request 400 Any idea on how to work out why it's dying? I can't find anything in the logs to suggest why

Re: Jenkins LTS updates

2015-04-23 Thread jpd4nt
Can this go in the FAQ? Last time I looked the website is a manual process to update the LTS release number, it gets behind when kohsuke (or who ever has access) gets busy. 61 -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe

Re: Jenkins GitHub Plugin builds All Branches on First Push

2015-04-07 Thread jpd4nt
Hi Konrad. What version of jenkins are you using? What version of github plugin are you using? How have you get git configured for the project? -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving

Re: how to persist the workspace of a job run on an EC2 slave

2014-12-12 Thread jpd4nt
Hi. You can use EBS on the EC2 slaves and choose the stop instead of terminate for non spot instances. It depends on what in the workspace you can to keep as there are a number of publishers which save things back to the master. -- You received this message because you are subscribed to the

Re: Beginner Question: Jenkins and Visual Studio tests

2014-11-05 Thread jpd4nt
Hi. From the look you can only run VSTests in Visual Studio, or rip the msi out of Visual Studio installer Otherwise you are going to have to install Visual Studio on the server as that how VSTests work. -- You received this message because you are subscribed to the Google Groups Jenkins

Re: Jenkins, SonarQube, and PHP

2014-10-10 Thread jpd4nt
Hi. You have not said what platform you have installed it on, but it does not matter as much. If you use the Jenkins plugin then the runner is not important, as there is two ways to configure SonarQube integration. You just install the Jenkins and configure plugin, add to either a build stop

jenkins ec2 plugin

2014-08-21 Thread jpd4nt
Hi. Can you post what version of Jenkins you are using and what version of ec2 plugin you are using. Also have you set the master to have zero executors, that will force the jobs to run on a slave -- You received this message because you are subscribed to the Google Groups Jenkins Users

Re: AWS EC2 AMIs as the basis of build/test/deploy CI entities

2014-06-25 Thread jpd4nt
Hi Dave. We use Chef for building the AMIs, but testing is currently manual. Not seen anything that does the testing. On Wednesday, 25 June 2014 14:48:58 UTC+1, Dave Tenny wrote: I'm looking for tools that support CI processes in Jenkins based on AMIs. Builds build AMIs. Tests test AMIs.

xUnit.net - anybody use that with Jenkins?

2014-05-28 Thread jpd4nt
Hi. Got a .NET project that uses xUnit.net and want to use our existing Jenkins setup. Anyone using it with Jenkins? There does not seem to be a plugin for it, so some conversion would be required to get it to fit. Has anyone else tried this? -- You received this message because you are

Re: Jenkins+phing

2014-05-19 Thread jpd4nt
Yes. but stopped using on larger projects due to memory usage of phing (well phing + other php tools). -- 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: Amazon EC2 plugin does not resume stopped instances

2014-04-28 Thread jpd4nt
Hi Ilya. We are using LTS 1.532.3 with EC2 plugin 1.21 and on demand instances for use work fine for resuming. Try using an account with full access to see if its an IAM issue, I can remember how ours is setup as its been a while since we set it up. -- You received this message because you

Re: Amazon EC2 plugin does not resume stopped instances

2014-04-27 Thread jpd4nt
Hi Ilya. Can you provide which version of the plug-in you are using and what version Jenkins you are using. I use the resume feature and its been working fine out of the box. It some times breaks but has not done that for a while. -- You received this message because you are subscribed to

Re: Major Problems after upgrading to 1.532.2 LTS Release

2014-02-24 Thread jpd4nt
Can you also list what modules you have enabled. It does look like AD module from the error message. On Sunday, 23 February 2014 20:10:29 UTC, Andrew Sumner wrote: 1.532.1 – I’ve had to downgrade as Jenkins was un-useable. A suggestion has been made that the Active Directory Plugin has

Re: Jenkins and Git Hub Service Hook Failure

2013-12-17 Thread jpd4nt
Hi Vitorrio. What Version of Jenkins are you using? What Version of Github module you using? I have created a new logger with: com.cloudbees.jenkins.GitHubWebHook - log level All com.cloudbees.jenkins.GitHubPushTrigger - log level All Allowed me to see what's going on for Github hooks -- You

Amazon EC2 Plugin 1.19 broken - how to debug?

2013-10-10 Thread jpd4nt
Hi. 1.18 everything seem to work fine 1.19 can't connect to the two AWS slaves that are currently configured. The only error it tells me that jenkins can't connect to the slaves, but I can ssh from the master to the slaves fine. Roll back from 1.19 to 1.18 and it all works again. Any ideas

Re: Amazon EC2 plugin not waking up stopped slaves

2013-01-22 Thread jpd4nt
The stopped instance is left in the stopped state. It just throws: Instance cap reached, not provisioning. I have set the global cap to 10, slave tmpl to 10 so it should spawn 10 slaves. On Tuesday, January 22, 2013 4:28:28 PM UTC, Kevin Fleming wrote: Yes, I have a global instance cap

Re: Amazon EC2 plugin not waking up stopped slaves

2013-01-22 Thread jpd4nt
Ok. Rebooted the box and it now works. I tried increasing the caps - did not work reload jenkins-ci - did not work reboot, so restart jenkins - worked Cap value must only being read at startup time then. Will have to find time to full test this, and get into the jenkins bug tracker. Anyway

Amazon EC2 plugin not waking up stopped slaves

2013-01-20 Thread jpd4nt
Hi, would log this as a bug but I can't login to jenkins jria (ldap error). The plugin seems to work fine apart from automatically waking up a slave which is stopped. Logs say it want to provision another node, but it should wake up the stopped node and use that. If I go to the node page and