SAML Plugin maintainers?

2016-10-21 Thread Scotty Logan
Are there any active maintainers for the SAML plugin?  I submitted a pull 
request to add some advanced configuration options a week ago, but have not 
heard from anyone.

Thanks,

  Scotty

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/99bf5a06-b22a-4a1d-9bea-9b9a8eef98ee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


maintainer requests

2016-10-21 Thread Greg Langston
https://wiki.jenkins-ci.org/display/JENKINS/NodeJS+Plugin
https://wiki.jenkins-ci.org/display/JENKINS/AWS+Cloudformation+Plugin
https://wiki.jenkins-ci.org/display/JENKINS/Amazon+ECR

There are a couple of abandoned plugins I'd like to assist in maintaining. 

let me know please if you have additional questions for me. 

Github ID: glangston83
Jenkins Infra ID: glangston83

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/d3575128-dcbd-47c6-b52e-0276b0c8b59f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Plugin for creating Github issues

2016-10-21 Thread Daniel Lo Nigro
Hi Jenkins devs!

I'm wondering whether a plugin exists to create Github issues on build 
failure. I'm working on an open-source project that has its main build 
running on hosted CI systems (CircleCI and AppVeyor) but I'm interested in 
configuring some additional builds (such as a nightly end-to-end test) 
using Jenkins. Since the project is hosted on Github, I'd like to create 
Github issues when the build fails, for better visibility into build 
failures. The behaviour I'm looking for is:

   - When the build status changes from passing to failing, open a Github 
   issue
   - When the build status changes from failing to passing, close the 
   Github issue

Is such a plugin available at the moment? I'm happy to take a look at 
building it, but just wanted to confirm that this doesn't exist yet.

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/d533f400-0234-405d-bd2d-d858d4048d28%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Replacment for getBuilders()

2016-10-21 Thread Jesse Glick
On Fri, Oct 21, 2016 at 10:59 AM,   wrote:
> how about job property?

Seems like a poor approach.

My recommendation is KISS: if there is some information produced by a
step which another step call might need, just return it and let the
script bind it to a local variable.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr0deXuFdHnj7r7zaQA%2BH3b%2BbB6o2WiSmoV9ah%3D8GL92mA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Run mvnDebug jenkins-dev:run successfully, but no page displayed

2016-10-21 Thread Jesse Glick
On Fri, Oct 21, 2016 at 6:10 AM, Yan Dai  wrote:
> what is mvnDebug jerkins-dev:run running then?

Just starts Jenkins from development sources on a local home dir.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr1vV2-_f%2B5oBFGq5dhMTvcxhqngbJ248hFT7M-LM7CoxQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Replacment for getBuilders()

2016-10-21 Thread fkpkot
how about job property? how you'd advise to implement it?

On Thursday, October 20, 2016 at 3:27:10 PM UTC+3, Jesse Glick wrote:
>
> On Wed, Oct 19, 2016 at 8:05 PM, Fima  
> wrote: 
> > Do you mean that the pipeline step should return result Into the 
> pipeline 
> > code? And than pass as a parameter for the recorder ? 
>
> That is one option, yes. 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/eee3ff98-4569-4733-8d7b-bf6d1de7e35c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Regression job for ruby test cases

2016-10-21 Thread Sulabha thube
Yes it works from local

I tried various paths but it isn't taking it , 

Yes I will post on forums ,
Thank you Rachel 

Sent from my iPhone

> On Oct 21, 2016, at 10:17 AM, Rachel Moreno  
> wrote:
> 
> Hi,
> 
> I think it's not a Jenkins problem. Have you tried to execute it outside 
> Jenkins?
> 
> I'd suggest looking for solution in test forums. Environment in which test 
> server is executed differs from local server.
> 
> I hope be useful.
> 
> Best regards,
> Rachel
> 
> El viernes, 21 de octubre de 2016, 15:47:56 (UTC+2), Sulabha thube escribió:
>> 
>> Hi Rachel ,
>>  
>> Thank you for your reply
>>  
>> I am using Watir webdriver from Ruby.
>>  
>> I can user other webdriver if it accepts such path
>>  
>> Any suggestions ?
>>  
>> Thank you ,
>> Sulbha
>> 
>> Sent from my iPhone
>> 
>>> On Oct 21, 2016, at 8:42 AM, Rachel Moreno  wrote:
>>> 
>>> Hi Sulbna,
>>> 
>>> What are you using for executing tests? Maybe Selenium?
>>> 
>>> It seems test server can't use Jenkins server paths.
>>> 
>>> Best regards,
>>> Rachel
>>> 
>>> El miércoles, 19 de octubre de 2016, 20:08:16 (UTC+2), Sulabha thube 
>>> escribió:
 
 Hi 
 
 I am trying to setup a regression job for Ruby UI tests scripts 
 while execution i am uploading an image file which is present in my github 
 repository  
 i am capturing  an absolute path from relative path by 
 filesToupload1=File.absolute_path("./features/Pages/Images/MobileMB.jpg")
 result for this is 
 /var/opt/jenkins/workspace/DocUploadHooru/features/Pages/Images/MobileMB.jpg
 
  and still i am getting errorunknown error: path is not absolute:
 
 i also tried @browser.file_field(:id,"file1").set(File.expand_path('.') 
 +'/features/Pages/Images/MobileMF.jpg')
 it gives the same error unknown error: path is not absolute
 
 can someone help me to resolve this issue 
 
 Thank you , 
 Sulbha 
 
>>> 
>>> -- 
>>> You received this message because you are subscribed to a topic in the 
>>> Google Groups "Jenkins Developers" group.
>>> To unsubscribe from this topic, visit 
>>> https://groups.google.com/d/topic/jenkinsci-dev/WZGP-DOe-Lk/unsubscribe.
>>> To unsubscribe from this group and all its topics, send an email to 
>>> jenkinsci-de...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/jenkinsci-dev/9439df27-d6cc-4e07-b0b7-b22beb144cf0%40googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
> 
> -- 
> You received this message because you are subscribed to a topic in the Google 
> Groups "Jenkins Developers" group.
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/jenkinsci-dev/WZGP-DOe-Lk/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to 
> jenkinsci-dev+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/jenkinsci-dev/7c264102-6af7-40d5-9ff0-1d8783fcebc1%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/62B8AE0A-688D-4895-A996-67B71BE1BA70%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Regression job for ruby test cases

2016-10-21 Thread Rachel Moreno
Hi,

I think it's not a Jenkins problem. Have you tried to execute it outside 
Jenkins?

I'd suggest looking for solution in test forums. Environment in which test 
server is executed differs from local server.

I hope be useful.

Best regards,
Rachel

El viernes, 21 de octubre de 2016, 15:47:56 (UTC+2), Sulabha thube escribió:
>
> Hi Rachel ,
>
>  
>
> Thank you for your reply
>
>  
>
> I am using Watir webdriver from Ruby.
>
>  
>
> I can user other webdriver if it accepts such path
>
>  
>
> Any suggestions ?
>
>  
>
> Thank you ,
>
> Sulbha
>
> Sent from my iPhone
>
> On Oct 21, 2016, at 8:42 AM, Rachel Moreno  > wrote:
>
> Hi Sulbna,
>
> What are you using for executing tests? Maybe Selenium?
>
> It seems test server can't use Jenkins server paths.
>
> Best regards,
> Rachel
>
> El miércoles, 19 de octubre de 2016, 20:08:16 (UTC+2), Sulabha thube 
> escribió:
>>
>> Hi 
>>
>> I am trying to setup a regression job for Ruby UI tests scripts 
>> while execution i am uploading an image file which is present in my 
>> github repository  
>> i am capturing  an absolute path from relative path by filesToupload1=
>> File.absolute_path("./features/Pages/Images/MobileMB.jpg")
>> result for this is 
>> /var/opt/jenkins/workspace/DocUploadHooru/features/Pages/Images/MobileMB.jpg
>>
>> and still i am getting error unknown error: path is not absolute:
>>
>> i also tried @browser.file_field(:id,"file1").set(File.expand_path('.') +
>> '/features/Pages/Images/MobileMF.jpg')
>> it gives the same error unknown error: path is not absolute
>>
>> can someone help me to resolve this issue 
>>
>> Thank you , 
>> Sulbha 
>>
>> -- 
> You received this message because you are subscribed to a topic in the 
> Google Groups "Jenkins Developers" group.
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/jenkinsci-dev/WZGP-DOe-Lk/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to 
> jenkinsci-de...@googlegroups.com .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/jenkinsci-dev/9439df27-d6cc-4e07-b0b7-b22beb144cf0%40googlegroups.com
>  
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/7c264102-6af7-40d5-9ff0-1d8783fcebc1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Regression job for ruby test cases

2016-10-21 Thread Sulabha thube
Hi Rachel ,
 
Thank you for your reply
 
I am using Watir webdriver from Ruby.
 
I can user other webdriver if it accepts such path
 
Any suggestions ?
 
Thank you ,
Sulbha

Sent from my iPhone

> On Oct 21, 2016, at 8:42 AM, Rachel Moreno  
> wrote:
> 
> Hi Sulbna,
> 
> What are you using for executing tests? Maybe Selenium?
> 
> It seems test server can't use Jenkins server paths.
> 
> Best regards,
> Rachel
> 
> El miércoles, 19 de octubre de 2016, 20:08:16 (UTC+2), Sulabha thube escribió:
>> 
>> Hi 
>> 
>> I am trying to setup a regression job for Ruby UI tests scripts 
>> while execution i am uploading an image file which is present in my github 
>> repository  
>> i am capturing  an absolute path from relative path by 
>> filesToupload1=File.absolute_path("./features/Pages/Images/MobileMB.jpg")
>> result for this is 
>> /var/opt/jenkins/workspace/DocUploadHooru/features/Pages/Images/MobileMB.jpg
>> 
>>  and still i am getting errorunknown error: path is not absolute:
>> 
>> i also tried @browser.file_field(:id,"file1").set(File.expand_path('.') 
>> +'/features/Pages/Images/MobileMF.jpg')
>> it gives the same error unknown error: path is not absolute
>> 
>> can someone help me to resolve this issue 
>> 
>> Thank you , 
>> Sulbha 
>> 
> 
> -- 
> You received this message because you are subscribed to a topic in the Google 
> Groups "Jenkins Developers" group.
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/jenkinsci-dev/WZGP-DOe-Lk/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to 
> jenkinsci-dev+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/jenkinsci-dev/9439df27-d6cc-4e07-b0b7-b22beb144cf0%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/6C0668E2-6872-4177-A349-E552C9541150%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Regression job for ruby test cases

2016-10-21 Thread Rachel Moreno
Hi Sulbna,

What are you using for executing tests? Maybe Selenium?

It seems test server can't use Jenkins server paths.

Best regards,
Rachel

El miércoles, 19 de octubre de 2016, 20:08:16 (UTC+2), Sulabha thube 
escribió:
>
> Hi 
>
> I am trying to setup a regression job for Ruby UI tests scripts 
> while execution i am uploading an image file which is present in my 
> github repository  
> i am capturing  an absolute path from relative path by filesToupload1=File
> .absolute_path("./features/Pages/Images/MobileMB.jpg")
> result for this is 
> /var/opt/jenkins/workspace/DocUploadHooru/features/Pages/Images/MobileMB.jpg
>
> and still i am getting error unknown error: path is not absolute:
>
> i also tried @browser.file_field(:id,"file1").set(File.expand_path('.') +
> '/features/Pages/Images/MobileMF.jpg')
> it gives the same error unknown error: path is not absolute
>
> can someone help me to resolve this issue 
>
> Thank you , 
> Sulbha 
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/9439df27-d6cc-4e07-b0b7-b22beb144cf0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Wondering about the viability of extending artifact handling

2016-10-21 Thread Jonathan Hodgson
Hi,

Although I'm an experienced programmer, I'm still learning about Jenkins as 
a user and also as to what goes on under the hood.

My builds are at their early stages, and I can already see that artifacts 
are going to become unwieldy.

So i"m wondering whether it would be possible, and what would be involved, 
in adding some functionality to do that side of things.

Firstly: Tags and Filtering
So that when I artifact from my pipeline I can tag it as say "Win32" 
"Debug", or "OSX" "Release", and then be able to filter in the UI to just 
see all artifacts related to the release build, or to the Win32 build.

Secondly: Custom Viewers and types
There are artifacts that I want to store raw, but view in a customized 
form. For example build logs in xml form. It would be very useful if when I 
click on an artifact named say

"Win32_Release_build_log.xml" 

rather than just going to a default view, it rendered the file through my 
own custom code (which in this case would apply an xsl transform).

The custom view could be determined by extension, or by a type declared 
along with the tags when I create the artifact.

I'm not asking anyone else to do this for me (though if somebody wants to, 
please go ahead, I have so much on my plate), but I do have three questions 
for those with development knowledge of Jenkins

1) Does it seem viable to extend the artifact handling in the way I 
describe?

2) If not, then can you think of some alternative way to get to the same 
sort of thing?

3) If the answer to either of the previous two questions is yes, then how 
can I get started on it?

Thanks

Jon


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/5992f343-622f-4ec0-8265-1b068e856a9a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Run mvnDebug jenkins-dev:run successfully, but no page displayed

2016-10-21 Thread Yan Dai
This works. Great. So My question is what is mvnDebug jerkins-dev:run running 
then?
> On 21/10/2016, at 1:28 AM, Jesse Glick  wrote:
> 
> You need to add `-f war`, and the home page will be
> http://localhost:8080/jenkins/ after it starts.
> 
> -- 
> You received this message because you are subscribed to a topic in the Google 
> Groups "Jenkins Developers" group.
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/jenkinsci-dev/BAal1GCjvJE/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to 
> jenkinsci-dev+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr2oLep8C1P4W7Aj_0iG3GgCC64vUjvXiqc___HeJoMUYA%40mail.gmail.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/BCAB1273-D77E-42EA-AD68-1E72EA3C715F%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Some Beginners Questions

2016-10-21 Thread Jochen Wiedmann

Thanks very much, Daniel!


On Thursday, October 20, 2016 at 5:32:26 PM UTC+2, Daniel Beck wrote:
>
>
> > On 20.10.2016, at 17:13, Jochen Wiedmann  > wrote: 
> > 
> >   a) I will require some temporary directory, or the like, in which to 
> operate. Asssuming, that my workspace is checked out from Git, or 
> Subversion, I want that directory to be located outside of the checked out 
> tree. Can I ask Jenkins for a suitable location? 
> >   How? 
>
> hudson.FilePath is Jenkins' remoting-capable abstraction of File, and it 
> has methods to create temporary files and directories. 
>
> >   b) To build my plugin, I can of course specify ant.jar as a Maven 
> dependency. However, it seems to me that this is inappropriate within 
> Jenkins. I'd expect, that there is some possibility to express something 
> like "I want the Jenkins Ant plugin as a dependency on my class path", so 
> that Ant is present, and usable. True, or false? 
>
> https://wiki.jenkins-ci.org/display/JENKINS/Dependencies+among+plugins 
>
> Not sure you actually should have a dependency on the Ant _plugin_ for 
> what you're doing, but depends on what exactly that would be. 
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/62bd7f75-06f5-44e7-8d4e-8035d4aa8bb5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.