Selected Issues/Tasks Build Jenkins

2015-06-01 Thread Sunny Dyal
I want to develop a plugin that will use a comma separated list of tasks/issues as input (for instance TSK01, ISU02, TSK03 and many more) and export only related files from svn/git and assemble them in one unit war/jar/zip/xyz and deploy. @User Story As a project manager I want to release only

Re: Selected Issues/Tasks Build Jenkins

2015-06-01 Thread corneil.duples...@gmail.com
What you are describing seems to be a configuration management issue instead of a build issue. Answering the following questions should help in moving towards a solution: Does your process build a binary artifact and manage this artifact through a lifecycle or do you use the version control system

Re: Selected Issues/Tasks Build Jenkins

2015-06-01 Thread Sunny Dyal
Thanks for the reply and consideration. I would say it is kind of interceptor that will intercept source update step/process during build. @Answers: 1. Yes it build war file and We use svn as a source version control. 2. We have task repository that is configured in developer's IDE. On comm

Robo and Testng framework with Selenium python in different slaves in Jenkins

2015-06-01 Thread Denis Raj
Hi All, I am having a multi framework setup that is different slave running different framework. I like to have a single master job in jenkins which trigger the automation in both the slaves. I have explored selenium grid and multi job. But it is difficult to proceed. Can any one help in c

Jboss configuration in Jenkins

2015-06-01 Thread Shubham Agrawal
HI, I am facing issue in jboss configuration in jenkins.i installed jboss management builder plugin but i am understanding how to configure it.please help me out . -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group

Mirror Jenkins server for backup

2015-06-01 Thread Poojan Mehta
Is there a good solution to having a second Jenkins server (in a consistent state)? Is there a way to automatically have this server turned on when the main Jenkins server fails ? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe

[workflow-plugin] - Problems with "dir" step

2015-06-01 Thread Markus "Shorty" Uckelmann
Hi all, I just started to play a bit with the workflow-plugin and got stuck with dir step. My "awesome" code: stage 'box' node ('admins') { def dir = '7packer-boxes' sh "mkdir ${dir} || :" echo "Changing to dir ${dir}" sh "pwd" dir("${dir}") { sh "pwd" } } The build st

Binding a workflow to a free build processor until the last build in the flow finishes

2015-06-01 Thread tps800
jenkins 1.616, Build-Flow-Plugin Hi! I've defined a build flow: *guard {* * build( "VMstart", BHOST:"test-sct-bsf8" )* * build( "freebsd_8.01checkout",BHOST:"test-sct-bsf8", BPORT:"22" )* * build( "freebsd_8.03setup", BHOST:"test-sct-bsf8", BPORT:"22" )* * build( "freebsd_8.04build

Does Jenkins expose the Current SCM Polling Activities via its REST API?

2015-06-01 Thread Dunnigan, Terrence J
Does Jenkins expose its Current SCM Polling Activities via its REST API? I'm talking about this page: https:///descriptor/hudson.triggers.SCMTrigger/ I'd like to setup a job to read this data and take action if polling is hung. Thanks

Unable to install ANT on slave

2015-06-01 Thread Eric Wood
I had a slave on a windows box running as a service.  This slave kept failing on an ANT installation with the error: Unpacking http://archive.apache.org/dist/ant/binaries/apache-ant-1.9.4-bin.zip to E:\tools\jenkins\tools\hudson.tasks.Ant_AntInstallation\1.9.4 on build.03 FATAL: remote file opera

Re: Jenkins + Selenium: Selenium Configuration won't start on slave

2015-06-01 Thread Astou Sene
Or I guess I could ask has anybody run into this error message "Unable to determine node's hostname. Skipping" before and what did it mean for them? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiv

Re: [workflow] - First failing Newbie (dir) steps

2015-06-01 Thread Craig Rodrigues
Hi, If you are going to use the workflow plugin, I highly recommend you watch this Youtube video by Cyrille Le Clerc from Cloudbees: https://www.youtube.com/watch?v=Welwf1wTU-w That video is so good, I think it should be, put in the README.md file for the Workflow plugin. I'm not sure, but I th

SOLVED - Re: [workflow-plugin] - Problems with "dir" step

2015-06-01 Thread Markus "Shorty" Uckelmann
Am 01.06.2015 um 15:37 schrieb Markus "Shorty" Uckelmann: | node ('admins') { def dir = '7packer-boxes' Renaming the variable from "dir" to "mydir" helped. | The build starts, works to the point where the dir step is and | then doesn't do anything. It just keeps running and I can't remove | the

Re: [workflow] - First failing Newbie (dir) steps

2015-06-01 Thread Markus "Shorty" Uckelmann
Am 02.06.2015 um 00:18 schrieb Craig Rodrigues: | Hi, Hola Craig, | If you are going to use the workflow plugin, I highly recommend | you watch this Youtube video by Cyrille Le Clerc from Cloudbees: Aye, will do. | That video is so good, I think it should be, put in the README.md | file for th