[Need Help] How to invoke report plugin on Jenkins(PMD,PHPCPD,checkstyle,Jdepend and others) to jenkinsfile (pipeline)?

2016-07-18 Thread pandu siregar
Hi guys i'm working on jenkins 2.x using jenkinsfile . i have build a job using jenkinsfile and i need the script or code to invoke the Analysis Collector Plugin to my jenkinsfile so i could get the report. here my current

Re: Build pipeline plugin can't find downstream job for manual trigger

2016-07-18 Thread Guy Knights
For anyone else dealing with this issue, I found the solution. I recently moved to using folders in Jenkins 2.x, and it's necessary to specify the folder name in the downstream job text field for the post-build action, but only for the manual trigger. I found this info here:

Re: Deploy on failure

2016-07-18 Thread Christopher Hahn
Thank you for the time! On Mon, Jul 18, 2016 at 9:41 AM, Eric Pyle wrote: > First, there is no comprehensive documentation of post-build actions. Many > such actions are provided by plugins, which are released independently of > Jenkins, and it is up to the plugin

Re: Jenkins + Android: Two Problems. Please help.

2016-07-18 Thread Eric Pyle
I don't know anything about running the Android Emulator, but the error seems to be "Unable to open display". You mention that you did not use any Xvfb or Xvnc configuration. Maybe this is something that needs to be set up? Eric On 7/18/2016 2:05 PM, Ravi A wrote: Please neglect my Problem

Re: Jenkins + Android: Two Problems. Please help.

2016-07-18 Thread Ravi A
Please neglect my Problem #1 as this problem is related to "Android". Let me ask this question to "Android Google Group". Request you to answer my Problem #2 with a solution. Thank you, Ravi On Monday, July 18, 2016 at 11:53:06 AM UTC+5:30, Ravi A wrote: > > > I am new to Android related work

Controlling the build button

2016-07-18 Thread Alex Brodov
I have complex jobs with a lot of parameters, is there any way to validate those parameters using JavaScript form validation or with some other methods, and if the user's input isn't not correct, i'll show an error message and also disable the *build button.* I've tried installing the

Re: Deploy on failure

2016-07-18 Thread Eric Pyle
First, there is no comprehensive documentation of post-build actions. Many such actions are provided by plugins, which are released independently of Jenkins, and it is up to the plugin author to document them. It sounds like you are using the Deploy plugin

Re: start jenkins sub jobs parallelly

2016-07-18 Thread Wayne Warren
There are a couple different ways I would do this but the simplest would be to have a single job that triggers automatically whose primary function is to trigger all the jobs you want running in parallel as downstream of itself. Another way would be to have this "trigger" job make use of the

Deploy on failure

2016-07-18 Thread Christopher Hahn
Hello, I need a pointer into the docs for the page that describes "Post-Build Actions". I want to confirm that the "Deploy on failure" checkbox will cause warfiles to be deploying for unstable builds. Googling "Jenkins manual" and then searching for both "Post-Build Actions" + "Deploy on

Re: Slaves not connecting after recent plugin upgrades (None of the protocols were accepted)

2016-07-18 Thread Steve K
Update: After reverting the Windows Slaves Plugin back to v1.0 and SSH Slave plugin back to v1.9, I was able to re-connect my slaves. I have a residual problem that, on one of the slaves, I am not able to install it as a service. I'm able to run it from the command line with `java -jar

Move jenkins jobs from XYZ Folder jobs to Jenkins page using groovy script

2016-07-18 Thread Saggam Raju
Hi All, I am working on groovy script to move jenkins jobs from Folder XYZ to jenkins page. for example: I have created jenkins folder job 'XYZ' where it contains two free style jobs i.e 'a' and 'b'. Jenkins/XYZ/a Jenkins/XYZ/b so, I want move jobs a and b to Jenkins main page Jenkins/a

Jenkins fails to import bridging header.The project builds fine in Xcode

2016-07-18 Thread Shayeeb Mohammad
My project builds fine in Xcode and the checkout that Jenkins takes from bitbucket also builds fine in Xcode but when jenkins builds the same i get the following error.Im using Xcode 7.3 and latest stable version of Jenkins

groovy setup of jabber-server?

2016-07-18 Thread strowi
Hi, i am trying to configure the system-settings of the jabber-plugin via groovy,but can't seem to find the right starting point... i'm already looking at the source code + functions but my java-programming time is too far in the past... I know i can probably start like this, but how do i

UserContent and Google Login Plugin

2016-07-18 Thread Christoph M
Hi! We're using the Google Login Plugin on our Jenkins. Now I want to serve a file via the userContent folder. This works and I can access the file when logged in with my browser. But now I want the file to be accessible without being logged in. When I try to access the file I am redirected to

Re: dependency plugin- graphviz

2016-07-18 Thread CORNELIA SARBU
hello, I found the solution, for "dot" Path declaration, also include "dot" in the Path. Ex: I configure the "dot" Path on : "Jenkins/ManageJenkins/Configure system/Dependency Graph Viewer Configuration/ Enable rendering with graphviz Dot Executable Path :C:\Program Files\Graphviz2.38\bin

I am not able to connect to GitLab URL

2016-07-18 Thread Sushmitha Rai
*Hi,* *I am getting below error when trying to connect to Git lab URL in Jenkins* Failed to connect to repository : Failed to connect to http://git-real-sdla.itgssi.com/Tools/QuoteJockeySuite.git (status = 503) please provide any solution if vailable. -- You received this message because you

Jenkins + Android: Two Problems. Please help.

2016-07-18 Thread Ravi A
I am new to Android related work and Jenkins. Currently I am facing two problems as explained below and need help about these two problems. Kindly do the needful. I am using one "Ubuntu v14.04.4 LTS x64 Desktop Edition" based physical host (VT enabled from BIOS, Intel(R) Core(TM) i5-3470 CPU)