[JIRA] (JENKINS-23940) Workspace based off Time based stream in accurev is not triggering build in jenkins

2016-10-17 Thread cognizantrajeshkuma...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 RajeshKumar Palani commented on  JENKINS-23940  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Workspace based off Time based stream in accurev is not triggering build in jenkins   
 

  
 
 
 
 

 
 Create Dynamic stream and do some changes Push all the changed contents to time based stream configure the jenkins with workspace under time based stream and once the content is pushed from above stream Jenkins should poll the scm to trigger the build but it is not doing that in changes tab it is showing blank  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-23940) Workspace based off Time based stream in accurev is not triggering build in jenkins

2016-10-17 Thread cognizantrajeshkuma...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 RajeshKumar Palani commented on  JENKINS-23940  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Workspace based off Time based stream in accurev is not triggering build in jenkins   
 

  
 
 
 
 

 
 Still it is reproducing  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-39033) Job not stopped after AccuRev authentication failure

2016-10-17 Thread a...@90a.nl (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Arno Moonen commented on  JENKINS-39033  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Job not stopped after AccuRev authentication failure   
 

  
 
 
 
 

 
 I almost thought that it worked without any problems, however, the authentication is completed successfully, but later on the getconfig command fails: 

 

Started by upstream project "PROD-FAMILY/SOME-PRODUCT_nightly" build number 8
originally caused by:
 Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on slave-agent (windows accurev) in workspace D:\jenkins\workspace\PROD-FAMILY\SOME-PRODUCT
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Done
Authenticating with Accurev server...
[SOME-PRODUCT] $ "C:\Program Files\AccuRev\bin\accurev.exe" login -H accurev:5050 CI 
Authentication completed successfully.
Getting a list of streams...
[SOME-PRODUCT] $ "C:\Program Files\AccuRev\bin\accurev.exe" show -H accurev:5050 -fx -p COMPANY-DEPOT streams
Getting a list of workspaces...
[SOME-PRODUCT] $ "C:\Program Files\AccuRev\bin\accurev.exe" show -H accurev:5050 -fx -p COMPANY-DEPOT wspaces
[SOME-PRODUCT] $ "C:\Program Files\AccuRev\bin\accurev.exe" show -H accurev:5050 -fx -p COMPANY-DEPOT streams
[SOME-PRODUCT] $ "C:\Program Files\AccuRev\bin\accurev.exe" update -H accurev:5050 -fx
Populating from workspace...
[SOME-PRODUCT] $ "C:\Program Files\AccuRev\bin\accurev.exe" pop -H accurev:5050 -L D:\jenkins\workspace\PROD-FAMILY\SOME-PRODUCT -O -R .
Populated 624 elements and 128 directories.Populate completed successfully.
[SOME-PRODUCT] $ "C:\Program Files\AccuRev\bin\accurev.exe" hist -H accurev:5050 -fx -p COMPANY-DEPOT -s JENKINS_PROD-FAMILY-22-WIP-SW_CI -t now.1
[SOME-PRODUCT] $ "C:\Program Files\AccuRev\bin\accurev.exe" hist -H accurev:5050 -fx -p COMPANY-DEPOT -s PROD-FAMILY-22-WIP-SW -t now.1
[SOME-PRODUCT] $ "C:\Program Files\AccuRev\bin\accurev.exe" hist -H accurev:5050 -fx -p COMPANY-DEPOT -s SOME-PRODUCT -t now.1
[SOME-PRODUCT] $ "C:\Program Files\AccuRev\bin\accurev.exe" hist -H accurev:5050 -fx -p COMPANY-DEPOT -s SW -t now.1
[SOME-PRODUCT] $ "C:\Program Files\AccuRev\bin\accurev.exe" hist -H accurev:5050 -fx -p COMPANY-DEPOT -s COMPANY-DEPOT -t now.1
Latest Transaction ID: 213580
Latest transaction Date: 2016/10/17 19:07:05
Calculating changelog...
[SOME-PRODUCT] $ "C:\Program Files\AccuRev\bin\accurev.exe" getconfig -H accurev:5050 -s -r settings.xml
FATAL: slave-agent.company.local: Get config to fetch webURL ("C:\Program Files\AccuRev\bin\accurev.exe" getconfig -H accurev:5050 -s -r settings.xml) failed with java.io.EOFException: input contained no data
java.io.EOFException: input contained no data
	at org.xmlpull.mxp1.MXParser.fillBuf(MXParser.java:3003)
	at org.xmlpull.mxp1.MXParser.more(MXParser.java:3046)
	at org.xmlpull.mxp1.MXParser.parseProlog(MXParser.java:1410)
	at org.xmlpull.mxp1.MXParser.nextImpl(MXParser.java:1395)
	at org.xmlpull.mxp1.MXParser.next(MXParser.java:1093)
	at hudson.plugins.accurev.parsers.xml.ParseGetConfig.parse(ParseGetConfig.java:19)
	at hudson.plugins.accurev.parsers.xml.ParseGetConfig.parse(ParseGetConfig.java:13)
	at hudson.plugins.accurev.AccurevLauncher.lambda$runCommand$0(AccurevLauncher.java:128)
	at hudson.plugins.accurev.AccurevLauncher.runCommand(AccurevLauncher.java:206)
	at hudson.plugins.accurev.AccurevLauncher.runCommand(AccurevLauncher.java:121)
	at hudson.plugins.accurev.cmd.ChangeLogCmd.retrieveWebURL(ChangeLogCmd.java:115)
	at 

[JIRA] (JENKINS-38581) Jenkins auto linkification for Bugzilla is broken on the build page

2016-10-17 Thread mdono...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 mdonohue commented on  JENKINS-38581  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Jenkins auto linkification for Bugzilla is broken on the build page   
 

  
 
 
 
 

 
 Ok, the git plugin provides 'fisheye' links. I tried a Git repo, with fisheye enabled. Still can't repro your problem. Are you able to make a test install of Jenkins with just the git + bugzilla plugins, and reproduce this problem? I think it's some other plugin interacting.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-4960) Provide a SCMCheckoutStrategy to checkout only once for all matrix entries

2016-10-17 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-4960  
 
 
  Provide a SCMCheckoutStrategy to checkout only once for all matrix entries   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Component/s: 
 matrix-project-plugin  
 
 
Component/s: 
 plugin-proposals  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38811) Blue Ocean does not start on Internet Explorer 11

2016-10-17 Thread c...@codykonior.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Cody Konior commented on  JENKINS-38811  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Blue Ocean does not start on Internet Explorer 11   
 

  
 
 
 
 

 
 
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38811) Blue Ocean does not start on Internet Explorer 11

2016-10-17 Thread c...@codykonior.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Cody Konior updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38811  
 
 
  Blue Ocean does not start on Internet Explorer 11   
 

  
 
 
 
 

 
Change By: 
 Cody Konior  
 
 
Attachment: 
 blueoceanerror.JPG  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38581) Jenkins auto linkification for Bugzilla is broken on the build page

2016-10-17 Thread mdono...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 mdonohue updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38581  
 
 
  Jenkins auto linkification for Bugzilla is broken on the build page   
 

  
 
 
 
 

 
Change By: 
 mdonohue  
 

  
 
 
 
 

 
 On the job's main page, Recent Changes correctly link to Bugzilla bugs. However, if we go to specific builds' Recent Changes, links are broken. On a build's page, something like the following is shownBug 1234 - $COMMIT_MESSAGEwhich should have been like $LINK_TO_BUG1234 $COMMIT_MESSAGEFrom the page's source, it  looks like all leading angled brackets are missing from the beginning of the Bugzilla URL's. For example& amp; lt;a href=''>Bug 1234& amp; lt;/a>& amp; lt;br>$COMMIT_MESSAGE  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38581) Jenkins auto linkification for Bugzilla is broken on the build page

2016-10-17 Thread mdono...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 mdonohue commented on  JENKINS-38581  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Jenkins auto linkification for Bugzilla is broken on the build page   
 

  
 
 
 
 

 
 What plugin is causing those 'fisheye' links? I think another plugin is processing the text and changing the angle brackets.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-39027) Blue Ocean does not start on Chrome/Firefox

2016-10-17 Thread i...@ivan.net.nz (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ivan Meredith commented on  JENKINS-39027  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Blue Ocean does not start on Chrome/Firefox   
 

  
 
 
 
 

 
 Also, is the blueocean-config plugin installed?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-39017) archiveArtifacts produces an empty/erroneous log for Blue Ocean

2016-10-17 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale commented on  JENKINS-39017  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: archiveArtifacts produces an empty/erroneous log for Blue Ocean   
 

  
 
 
 
 

 
 So in conclusion, the problem is the lack of log for archiveArtifacts? It should be red, as it has failed, not sure why it should not be.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-39027) Blue Ocean does not start on Chrome/Firefox

2016-10-17 Thread i...@ivan.net.nz (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ivan Meredith commented on  JENKINS-39027  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Blue Ocean does not start on Chrome/Firefox   
 

  
 
 
 
 

 
 Michael Štědrý Can you open page in view source and post it please? it sounds like the window.$blueoceanConfig is not being set correct.y  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38811) Blue Ocean does not start on Internet Explorer 11

2016-10-17 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale commented on  JENKINS-38811  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Blue Ocean does not start on Internet Explorer 11   
 

  
 
 
 
 

 
 any chance you can attach info in the english version of IE?   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-37337) Pipeline scripts that appear as "queued" in classic UI are not returned from /queue API

2016-10-17 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale commented on  JENKINS-37337  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline scripts that appear as "queued" in classic UI are not returned from /queue API   
 

  
 
 
 
 

 
 Cliff Meyers ok - I'll leave it to you to close this one when it looks like it is done.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-39027) Blue Ocean does not start on Chrome/Firefox

2016-10-17 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale commented on  JENKINS-39027  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Blue Ocean does not start on Chrome/Firefox   
 

  
 
 
 
 

 
 Ivan Meredith do you know any reason why jenkinsConfig could be null?   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-39027) Blue Ocean does not start on Chrome/Firefox

2016-10-17 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale edited a comment on  JENKINS-39027  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Blue Ocean does not start on Chrome/Firefox   
 

  
 
 
 
 

 
 [~vaskrist] can you try a few things: Start up a fresh jenkins on your desktop (latest LTS will do) and install blue ocean that way? (use default settings)Can you list all your blueocean plugins installed (there should be several, including one called "config")Check if there is a server side error at all.. What is your security setup on the jenkins you installed this in?  We need to be able to reproduce this to see what the problem is (it isn't obvious how to reproduce it)  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-39027) Blue Ocean does not start on Chrome/Firefox

2016-10-17 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale commented on  JENKINS-39027  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Blue Ocean does not start on Chrome/Firefox   
 

  
 
 
 
 

 
 Michael Štědrý can you try a few things:  Start up a fresh jenkins on your desktop (latest LTS will do) and install blue ocean that way? (use default settings) Can you list all your blueocean plugins installed (there should be several, including one called "config") Check if there is a server side error at all..  What is your security setup on the jenkins you installed this in?   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-37340) Need another pubsub event to indicate that a job run has actually started doing some work

2016-10-17 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale closed an issue as Won't Fix  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 lets close this until we know it is needed.   
 

  
 
 
 
 

 
 Jenkins /  JENKINS-37340  
 
 
  Need another pubsub event to indicate that a job run has actually started doing some work   
 

  
 
 
 
 

 
Change By: 
 Michael Neale  
 
 
Status: 
 Open Closed  
 
 
Resolution: 
 Won't Fix  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more 

[JIRA] (JENKINS-20510) Multijob Job links point to hard coded server name

2016-10-17 Thread emily....@idanalytics.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Emily edited a comment on  JENKINS-20510  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Multijob Job links point to hard coded server name   
 

  
 
 
 
 

 
 Our server is configured for https but the links  to the jobs in the multijob view  point to  http and port  8080.  Is there a way to customize the URL?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-20510) Multijob Job links point to hard coded server name

2016-10-17 Thread emily....@idanalytics.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Emily Yau commented on  JENKINS-20510  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Multijob Job links point to hard coded server name   
 

  
 
 
 
 

 
 Our server is configured for https but the links point to 8080. Is there a way to customize the URL?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-32681) Option to disable script security approval

2016-10-17 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick resolved as Not A Defect  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Owen Wood not sure what you are seeing exactly but sounds unrelated; perhaps JENKINS-37599.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-32681  
 
 
  Option to disable script security approval   
 

  
 
 
 
 

 
Change By: 
 Jesse Glick  
 
 
Status: 
 Reopened Resolved  
 
 
Resolution: 
 Not A Defect  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more 

[JIRA] (JENKINS-33761) Ability to disable "resume" build.

2016-10-17 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick commented on  JENKINS-33761  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Ability to disable "resume" build.   
 

  
 
 
 
 

 
 

We run builds on ephemeral EC2 agents. If Jenkins is restarted, the agents are often dead by the time Jenkins is back.
 If true, that is a bug in the EC2 plugin. It is supposed to keep the agent connected for the entire duration of the build. 

they not be restarted automatically
 Pipeline does not restart any build steps when Jenkins is restarted. It simply lets the existing process continue running and displaying output (or it might have ended on its own during the Jenkins restart).  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38834) Freestyle jobs hang in 2.19.1 on Windows 10 Nodes

2016-10-17 Thread treadston...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Emory Penney commented on  JENKINS-38834  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Freestyle jobs hang in 2.19.1 on Windows 10 Nodes   
 

  
 
 
 
 

 
 Will do, I tried today to reproduce it in a non-production environment unsuccessfully. I'm working on deploying a clone of our production environment now, but it could take a few days...  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-29952) Allow access to environment variables as Groovy variables

2016-10-17 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-29952  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Allow access to environment variables as Groovy variables   
 

  
 
 
 
 

 
 Code changed in jenkins User: Jesse Glick Path: src/main/java/org/jenkinsci/plugins/workflow/cps/CpsScript.java src/main/java/org/jenkinsci/plugins/workflow/cps/CpsWhitelist.java src/main/java/org/jenkinsci/plugins/workflow/cps/EnvActionImpl.java src/test/java/org/jenkinsci/plugins/workflow/WorkflowTest.java http://jenkins-ci.org/commit/workflow-cps-plugin/2d71de2891c832e924b737295154fb3c6afe4c5d Log: [FIXED JENKINS-29952] Offer PROP as a shorthand for env.PROP from within Groovy code.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38972) fileExists doesn't take variables

2016-10-17 Thread gun...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 angel vera commented on  JENKINS-38972  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: fileExists doesn't take variables   
 

  
 
 
 
 

 
 Can you try the example attached..? the problems is related to the fact that I can't get fileExist to work with the variable, it simple doesn't recognize that is a variable.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-33761) Ability to disable "resume" build.

2016-10-17 Thread cgro...@fitbit.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Charlie Groves commented on  JENKINS-33761  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Ability to disable "resume" build.   
 

  
 
 
 
 

 
 There are a couple cases: 
 
We run builds on ephemeral EC2 agents. If Jenkins is restarted, the agents are often dead by the time Jenkins is back. Those builds just hang looking for the agent. 
We run deploys that require someone to monitor them. We'd prefer that they not be restarted automatically, that instead someone be there to start and watch them. 
  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38595) User can select from list of SCM providers

2016-10-17 Thread bmacl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brody Maclean commented on  JENKINS-38595  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: User can select from list of SCM providers   
 

  
 
 
 
 

 
 Link to James' Sketch file. https://www.dropbox.com/s/9tacojva7b2n9du/blueocean.sketch?dl=0  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38594) User can click "Create Pipeline" and open the creation flow process

2016-10-17 Thread bmacl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brody Maclean commented on  JENKINS-38594  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: User can click "Create Pipeline" and open the creation flow process   
 

  
 
 
 
 

 
 Link to James' Sketch file. https://www.dropbox.com/s/9tacojva7b2n9du/blueocean.sketch?dl=0  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-32681) Option to disable script security approval

2016-10-17 Thread ow...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Owen Wood reopened an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 This also affects Additonal Classpath - Classpath Entries. 

 

Groovy script failed:
org.jenkinsci.plugins.scriptsecurity.scripts.UnapprovedClasspathException: classpath entry 
 

 
 
Enabling sandbox does not help 
 
 
System.setProperty("org.jenkinsci.plugins.permissivescriptsecurity.PermissiveWhitelist.enabled","true") does not help 
  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-32681  
 
 
  Option to disable script security approval   
 

  
 
 
 
 

 
Change By: 
 Owen Wood  
 
 
Resolution: 
 Not A Defect  
 
 
Status: 
 Resolved Reopened  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

   

[JIRA] (JENKINS-38581) Jenkins auto linkification for Bugzilla is broken on the build page

2016-10-17 Thread dar...@ptgrey.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Darya A.Z. commented on  JENKINS-38581  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Jenkins auto linkification for Bugzilla is broken on the build page   
 

  
 
 
 
 

 
 Thanks @mdonohue for your comment.  Attached is the screenshot of what we see in our Jenkins. Please note that  is missing at the beginning where the hyperlink should have been create (at least this is what we think is causing the issue).  Bug 1234$COMMIT_MESSAGE Please let me know if you need more info.  Thanks
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38581) Jenkins auto linkification for Bugzilla is broken on the build page

2016-10-17 Thread dar...@ptgrey.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Darya A.Z. updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38581  
 
 
  Jenkins auto linkification for Bugzilla is broken on the build page   
 

  
 
 
 
 

 
Change By: 
 Darya A.Z.  
 
 
Attachment: 
 bugzilla_hyperlink.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-36641) End to end test acceptance tests for personalization

2016-10-17 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale stopped work on  JENKINS-36641  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Michael Neale  
 
 
Status: 
 In Progress Open  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38941) Cannot retrieve secrets if vault backend doesn't support fetching lists of secrets

2016-10-17 Thread garado...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Gareth Harcombe-Minson commented on  JENKINS-38941  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Cannot retrieve secrets if vault backend doesn't support fetching lists of secrets   
 

  
 
 
 
 

 
 After looking at the source of the two projects, the best option might be to keep my workaround and specify the full path to the key in the build job. When you have such a restriction, i'm not sure either project could "do the right thing" and fetch the data appropriately.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-37250) Rework stores for MobX

2016-10-17 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale stopped work on  JENKINS-37250  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Michael Neale  
 
 
Status: 
 In Progress Open  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-36573) API to retrieve link to pull request

2016-10-17 Thread i...@ivan.net.nz (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ivan Meredith updated  JENKINS-36573  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36573  
 
 
  API to retrieve link to pull request   
 

  
 
 
 
 

 
Change By: 
 Ivan Meredith  
 
 
Status: 
 In Review Resolved  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38941) Cannot retrieve secrets if vault backend doesn't support fetching lists of secrets

2016-10-17 Thread garado...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Gareth Harcombe-Minson updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38941  
 
 
  Cannot retrieve secrets if vault backend doesn't support fetching lists of secrets   
 

  
 
 
 
 

 
Change By: 
 Gareth Harcombe-Minson  
 
 
Comment: 
 I'll suggest an update to the java vault driver - maybe they should handle the 403 returned from vault and not this plugin.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38941) Cannot retrieve secrets if vault backend doesn't support fetching lists of secrets

2016-10-17 Thread garado...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Gareth Harcombe-Minson commented on  JENKINS-38941  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Cannot retrieve secrets if vault backend doesn't support fetching lists of secrets   
 

  
 
 
 
 

 
 I'll suggest an update to the java vault driver - maybe they should handle the 403 returned from vault and not this plugin.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38941) Cannot retrieve secrets if vault backend doesn't support fetching lists of secrets

2016-10-17 Thread peter.a.tie...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Peter Tierno edited a comment on  JENKINS-38941  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Cannot retrieve secrets if vault backend doesn't support fetching lists of secrets   
 

  
 
 
 
 

 
 I wouldn't mind implementing something like that. Error checking has proved challenging in general when using the vault-java-driver. In a future iteration I may implement custom vault client code for the purposes of jenkins integration. Once I have some time I will try and get something implemented. There are a couple of other issues that have a higher priority that I need to find time for. I am always  opent o  open to  PR's though ;)  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38941) Cannot retrieve secrets if vault backend doesn't support fetching lists of secrets

2016-10-17 Thread peter.a.tie...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Peter Tierno commented on  JENKINS-38941  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Cannot retrieve secrets if vault backend doesn't support fetching lists of secrets   
 

  
 
 
 
 

 
 After a quick thought I'm starting to think that working around the 403 may not be the best approach overall. Maybe an optional config param for each secret to enable that behaviour would be better. something like a 'fail on error' option.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38941) Cannot retrieve secrets if vault backend doesn't support fetching lists of secrets

2016-10-17 Thread peter.a.tie...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Peter Tierno commented on  JENKINS-38941  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Cannot retrieve secrets if vault backend doesn't support fetching lists of secrets   
 

  
 
 
 
 

 
 I wouldn't mind implementing something like that. Error checking has proved challenging in general when using the vault-java-driver. In a future iteration I may implement custom vault client code for the purposes of jenkins integration. Once I have some time I will try and get something implemented. There are a couple of other issues that have a higher priority that I need to find time for. I am always opent o PR's though   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-32731) Allow plugins to contribute to Pipeline global library

2016-10-17 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick commented on  JENKINS-32731  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Allow plugins to contribute to Pipeline global library   
 

  
 
 
 
 

 
 

allow the library code to be loaded in trusted mode
 Turns out this already works, as of JENKINS-34650.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-35856) JDL component for Dialog

2016-10-17 Thread cmey...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Cliff Meyers commented on  JENKINS-35856  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: JDL component for Dialog   
 

  
 
 
 
 

 
 Josh McDonald I have a totally adequate workaround in the meantime, so not a blocker for me at present. Thanks!  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-39017) archiveArtifacts produces an empty/erroneous log for Blue Ocean

2016-10-17 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale commented on  JENKINS-39017  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: archiveArtifacts produces an empty/erroneous log for Blue Ocean   
 

  
 
 
 
 

 
 tyler croy so what is expected result? I think I am missing the big picture here...   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38013) Profile and minifi blue ocean loading

2016-10-17 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale edited a comment on  JENKINS-38013  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Profile and minifi blue ocean loading   
 

  
 
 
 
 

 
 [~tfennelly] good point, I opened: https://issues.jenkins-ci.org/browse/JENKINS-39048 for this - but if you think its the same thing, just close it as a duplicate of this ticket (there are likely a few things going on).  FYI dashboard is currently at 1.7meg (which wouldn't be surprising if 1.2 is stuff bundled in that isn't specific to the actual plugin).
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38013) Profile and minifi blue ocean loading

2016-10-17 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale commented on  JENKINS-38013  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Profile and minifi blue ocean loading   
 

  
 
 
 
 

 
 Tom FENNELLY good point, I opened: https://issues.jenkins-ci.org/browse/JENKINS-39048 for this - but if you think its the same thing, just close it as a duplicate of this ticket (there are likely a few things going on).   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-39048) Investigate and reduce stupendously large js bundles

2016-10-17 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale commented on  JENKINS-39048  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Investigate and reduce stupendously large js bundles   
 

  
 
 
 
 

 
 May be the same issue here, or just one of them  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-39048) Investigate and reduce stupendously large js bundles

2016-10-17 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale assigned an issue to Tom FENNELLY  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39048  
 
 
  Investigate and reduce stupendously large js bundles   
 

  
 
 
 
 

 
Change By: 
 Michael Neale  
 
 
Assignee: 
 Tom FENNELLY  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-39048) Investigate and reduce stupendously large js bundles

2016-10-17 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale started work on  JENKINS-39048  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Michael Neale  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-39048) Investigate and reduce stupendously large js bundles

2016-10-17 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39048  
 
 
  Investigate and reduce stupendously large js bundles   
 

  
 
 
 
 

 
Change By: 
 Michael Neale  
 
 
Sprint: 
 atlantic  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38941) Cannot retrieve secrets if vault backend doesn't support fetching lists of secrets

2016-10-17 Thread garado...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Gareth Harcombe-Minson commented on  JENKINS-38941  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Cannot retrieve secrets if vault backend doesn't support fetching lists of secrets   
 

  
 
 
 
 

 
 Something tells me it's a specific configuration we have on preventing non admin's from listing secrets. I'm asking our team that manages it for the specific policy preventing it. If it is a configuration restriction, would you be interested in changing the underlying code to attempt individual key fetching in the event of a 403 on fetching the list?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-39048) Investigate and reduce stupendously large js bundles

2016-10-17 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39048  
 
 
  Investigate and reduce stupendously large js bundles   
 

  
 
 
 
 

 
Issue Type: 
  Task  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 blueocean-plugin  
 
 
Created: 
 2016/Oct/17 9:15 PM  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Michael Neale  
 

  
 
 
 
 

 
 As uncovered by the new plugin yeoman generator, the js bundle for a basic plugin is about 1.2M, which isn't right. Clearly there is too much being bundled in erroneously.  Investigation and remedy required.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message 

[JIRA] (JENKINS-39017) archiveArtifacts produces an empty/erroneous log for Blue Ocean

2016-10-17 Thread ty...@monkeypox.org (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 R. Tyler Croy commented on  JENKINS-39017  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: archiveArtifacts produces an empty/erroneous log for Blue Ocean   
 

  
 
 
 
 

 
 No it did not succeed.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38941) Cannot retrieve secrets if vault backend doesn't support fetching lists of secrets

2016-10-17 Thread peter.a.tie...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Peter Tierno commented on  JENKINS-38941  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Cannot retrieve secrets if vault backend doesn't support fetching lists of secrets   
 

  
 
 
 
 

 
 Gareth Harcombe-Minson I was not able to reproduce this. I tested a two node vault cluster in HA mode with a 3 node consul cluster as the storage backend.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-39017) archiveArtifacts produces an empty/erroneous log for Blue Ocean

2016-10-17 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale commented on  JENKINS-39017  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: archiveArtifacts produces an empty/erroneous log for Blue Ocean   
 

  
 
 
 
 

 
 tyler croy so in any case did it succeed despite the error in the stage response?  I see in the stage graph there are failures, are they related?  (the purple means unknown, which is odd and likely related).   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-33691) URLTrigger Plugin doesn't work in jenkins 2.0 alpha 3 when using job type Pipeline

2016-10-17 Thread matthew.k.sm...@viasat.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Matthew Smith commented on  JENKINS-33691  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: URLTrigger Plugin doesn't work in jenkins 2.0 alpha 3 when using job type Pipeline   
 

  
 
 
 
 

 
 Same error for Jenkins 1.651.2 with URLTrigger Plug-in 0.41  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-35856) JDL component for Dialog

2016-10-17 Thread jmcdon...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh McDonald commented on  JENKINS-35856  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: JDL component for Dialog   
 

  
 
 
 
 

 
 Cliff Meyers not yet, I've been having some issues getting Storybooks to behave for integrating the popover into JDL, but soon  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-39047) SCM settings not saved for new Pipeline job

2016-10-17 Thread torrey.le...@synopsys.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Torrey Lewis created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39047  
 
 
  SCM settings not saved for new Pipeline job   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Attachments: 
 pipeline_scm_options_create_new_job.png, pipeline_scm_options_update_existing_job.png  
 
 
Components: 
 pipeline  
 
 
Created: 
 2016/Oct/17 8:44 PM  
 
 
Environment: 
 Jenkins 2.19.1  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Torrey Lewis  
 

  
 
 
 
 

 
 Whenever I create a new job, I am able to select CVS (or P4), but then when I go back in to configure the job again I only am able to select Git or Subversion… This is what I see when I create a new job:  Then after I save and go back to the job’s main screen and click on Configure, I see the following:   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

 

[JIRA] (JENKINS-39046) Active-Choice jenkinsProject variable is not available for Freestyle Multi-branch and Multi-configuration Multi-branch projects

2016-10-17 Thread totoroliu1...@hotmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rick Liu created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39046  
 
 
  Active-Choice jenkinsProject variable is not available for Freestyle Multi-branch and Multi-configuration Multi-branch projects   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Bruno P. Kinoshita  
 
 
Components: 
 active-choices-plugin  
 
 
Created: 
 2016/Oct/17 8:21 PM  
 
 
Environment: 
 Ubuntu 14.04 x86_64  Jenkins 2.21  Open JDK 1.7  Active Choices Plug-in 1.4  Multi-Branch Project Plugin 0.5.2  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Rick Liu  
 

  
 
 
 
 

 
 As a Freestyle Multi-branch project or Multi-configuration Multi-branch project, the groovy script below is not working  for both "Active Choice Parameter" and "Active Choices Reactive Parameter": 

 

return [ jenkinsProject.getName() ]
 

 Similar to: JENKINS-36590 JENKINS-32461  
 

  
 
 
 
 

 
 
 

 
 
 

[JIRA] (JENKINS-36590) Active-Choice jenkinsProject variable is not available under Folder

2016-10-17 Thread totoroliu1...@hotmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rick Liu updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36590  
 
 
  Active-Choice jenkinsProject variable is not available under Folder   
 

  
 
 
 
 

 
Change By: 
 Rick Liu  
 
 
Summary: 
 Active-Choice jenkinsProject variable is not available under Folder  or Multibranch-Multiconfiguration job  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-39045) Pipeline step for python-plugin (Python script)

2016-10-17 Thread mohammada...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mohammad Khan updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39045  
 
 
  Pipeline step for python-plugin (Python script)   
 

  
 
 
 
 

 
Change By: 
 Mohammad Khan  
 

  
 
 
 
 

 
 Current python-plugin is not supported in Pipeline jobs. Implement pipeline step to be supported in Pipeline jobs.Example use:  { { code:groovy} py command: "print '${BUILD_NUMBER}'" {code } }   See changes in PR https://github.com/jenkinsci/python-plugin/pull/5  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-39045) Pipeline step for python-plugin (Python script)

2016-10-17 Thread mohammada...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mohammad Khan updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39045  
 
 
  Pipeline step for python-plugin (Python script)   
 

  
 
 
 
 

 
Change By: 
 Mohammad Khan  
 

  
 
 
 
 

 
 Current python-plugin is not supported in Pipeline jobs. Implement pipeline step to be supported in Pipeline jobs.Example use:{code: groovy java }py command: "print '${BUILD_NUMBER}'"{code}See changes in PR https://github.com/jenkinsci/python-plugin/pull/5  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-39045) Pipeline step for python-plugin (Python script)

2016-10-17 Thread mohammada...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mohammad Khan updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39045  
 
 
  Pipeline step for python-plugin (Python script)   
 

  
 
 
 
 

 
Change By: 
 Mohammad Khan  
 

  
 
 
 
 

 
 Current python-plugin is not supported in Pipeline jobs. Implement pipeline step to be supported in Pipeline jobs. Example use:{{py command: "print '${BUILD_NUMBER}'"}} See changes in PR https://github.com/jenkinsci/python-plugin/pull/5  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-39045) Pipeline step for python-plugin (Python script)

2016-10-17 Thread mohammada...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mohammad Khan created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39045  
 
 
  Pipeline step for python-plugin (Python script)   
 

  
 
 
 
 

 
Issue Type: 
  New Feature  
 
 
Assignee: 
 Mohammad Khan  
 
 
Components: 
 plugin-proposals  
 
 
Created: 
 2016/Oct/17 8:08 PM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Mohammad Khan  
 

  
 
 
 
 

 
 Current python-plugin is not supported in Pipeline jobs.  Implement pipeline step to be supported in Pipeline jobs. See changes in PR https://github.com/jenkinsci/python-plugin/pull/5  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by 

[JIRA] (JENKINS-39003) Error stating "Local WAR file does not existing", though war file does exist

2016-10-17 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno commented on  JENKINS-39003  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Error stating "Local WAR file does not existing", though war file does exist   
 

  
 
 
 
 

 
 Check permissions in order not to have to disable slaves. For WAR deployment, consider Deploy Plugin.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-28385) Step to obtain raw contextual objects

2016-10-17 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick commented on  JENKINS-28385  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Step to obtain raw contextual objects   
 

  
 
 
 
 

 
 For JENKINS-37011 or trusted libraries it would perhaps be useful to have two (advanced!) steps: context, taking a Class (no need for Snippetizer support), and returning Object; and withContext, taking Object and a block. The combination could allow AntStepExecution in ant PR 22 to bypass ConsoleLogFilterStep.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38972) fileExists doesn't take variables

2016-10-17 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno started work on  JENKINS-38972  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Rachel Moreno  
 
 
Status: 
 Reopened In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38972) fileExists doesn't take variables

2016-10-17 Thread raquel.moreno.carm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rachel Moreno commented on  JENKINS-38972  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: fileExists doesn't take variables   
 

  
 
 
 
 

 
 Sorry for the misunderstanding. In that case, please, check permissions. User with which you started Jenkins might have permissions to access the file.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-30584) Warning for casServerUrlPrefix not set

2016-10-17 Thread fab...@crespel.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Fabien Crespel started work on  JENKINS-30584  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Fabien Crespel  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-37512) Add native support for CAS 3.0 protocol

2016-10-17 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-37512  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add native support for CAS 3.0 protocol   
 

  
 
 
 
 

 
 Code changed in jenkins User: Fabien Crespel Path: src/main/java/org/jenkinsci/plugins/cas/protocols/Cas30Protocol.java src/main/resources/org/jenkinsci/plugins/cas/protocols/Cas30Protocol/config.jelly src/main/resources/org/jenkinsci/plugins/cas/protocols/Cas30Protocol/config.properties src/main/resources/org/jenkinsci/plugins/cas/protocols/Cas30Protocol/config_fr.properties src/main/resources/org/jenkinsci/plugins/cas/protocols/Cas30Protocol/help-authoritiesAttribute.html src/main/resources/org/jenkinsci/plugins/cas/protocols/Cas30Protocol/help-emailAttribute.html src/main/resources/org/jenkinsci/plugins/cas/protocols/Cas30Protocol/help-fullNameAttribute.html src/main/resources/org/jenkinsci/plugins/cas/protocols/Cas30Protocol/help-proxyAllowAny.html src/main/resources/org/jenkinsci/plugins/cas/protocols/Cas30Protocol/help-proxyAllowList.html src/main/resources/org/jenkinsci/plugins/cas/protocols/Cas30Protocol/help-proxyEnabled.html http://jenkins-ci.org/commit/cas-plugin/659e3585ec5d7491c90e968bebbedd2a0afa413d Log: Add support for CAS 3.0 protocol (JENKINS-37512)  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-30584) Warning for casServerUrlPrefix not set

2016-10-17 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-30584  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Warning for casServerUrlPrefix not set   
 

  
 
 
 
 

 
 Code changed in jenkins User: Fabien Crespel Path: src/main/resources/org/jenkinsci/plugins/cas/CasSecurityRealm.groovy http://jenkins-ci.org/commit/cas-plugin/772a31ba9988de2239b0a52fd55137eec7699d3f Log: Add casServerUrlPrefix to SingleSignOutFilter for front-channel SLO support (JENKINS-30584).  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-16057) Problems with dual-stack IPv4 / IPv6 machines

2016-10-17 Thread ch...@orr.me.uk (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Christopher Orr assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-16057  
 
 
  Problems with dual-stack IPv4 / IPv6 machines   
 

  
 
 
 
 

 
Change By: 
 Christopher Orr  
 
 
Assignee: 
 Christopher Orr  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38647) Vault Key Not Saved In Vault Error Messaging

2016-10-17 Thread peter.a.tie...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Peter Tierno commented on  JENKINS-38647  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Vault Key Not Saved In Vault Error Messaging   
 

  
 
 
 
 

 
 I will look into this. I think it may be somewhat related to the way the vault library I am using is dealing with raising exceptions (this is possibly related. https://github.com/BetterCloud/vault-java-driver/pull/22)  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-33508) Don't offer Bitbucket Team Source Repo webhook configuration while Jenkins URL is unconfigured

2016-10-17 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick commented on  JENKINS-33508  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Don't offer Bitbucket Team Source Repo webhook configuration while Jenkins URL is unconfigured   
 

  
 
 
 
 

 
 IMO better to do JENKINS-31661 so that the root URL is set to begin with.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-34561) Allow to detect different Jenkinsfile filenames

2016-10-17 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick commented on  JENKINS-34561  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Allow to detect different Jenkinsfile filenames   
 

  
 
 
 
 

 
 No plans currently.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-39033) Job not stopped after AccuRev authentication failure

2016-10-17 Thread joseph...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Joseph Petersen commented on  JENKINS-39033  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Job not stopped after AccuRev authentication failure   
 

  
 
 
 
 

 
 Arno Moonen https://jenkins.ci.cloudbees.com/job/plugins/job/accurev-plugin/158/org.jenkins-ci.plugins$accurev/ This build includes empty password fix on Windows   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-39044) NPE thrown when firing upstream jobs

2016-10-17 Thread jenk...@vampyred.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mike Delaney created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39044  
 
 
  NPE thrown when firing upstream jobs   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Attachments: 
 sample-classic.xml, sample-pipeline.xml  
 
 
Components: 
 core  
 
 
Created: 
 2016/Oct/17 6:32 PM  
 
 
Environment: 
 Jenkins: 2.25  Java: 1.8.0_72  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Mike Delaney  
 

  
 
 
 
 

 
 I've run into an issue where, when trying to trigger a pipeline job from a freestyle (classic), I'm seeing a NPE in the jenkins log. This happens when the pipeline job is an upstream of a freestyle job; and trying to watch for new builds of the freestyle. The full stack trace is: 

 

WARNING: RunListener failed
java.lang.NullPointerException
at hudson.model.Result.isBetterOrEqualTo(Result.java:130)
at jenkins.triggers.ReverseBuildTrigger.shouldTrigger(ReverseBuildTrigger.java:139)
at jenkins.triggers.ReverseBuildTrigger.access$000(ReverseBuildTrigger.java:89)
at jenkins.triggers.ReverseBuildTrigger$RunListenerImpl.onCompleted(ReverseBuildTrigger.java:258)
at hudson.model.listeners.RunListener.fireCompleted(RunListener.java:214)
at hudson.model.Run.execute(Run.java:1765)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:401)
 
 

[JIRA] (JENKINS-30681) Jenkins url become unresponsive intermittently

2016-10-17 Thread deady.ang...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Angela Deady commented on  JENKINS-30681  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Jenkins url become unresponsive intermittently   
 

  
 
 
 
 

 
 I am also experiencing this issue. Details: Running on Ubuntu x64 14.04 vm on OpenStack. Using the pipeline project to manage jenkins jobs. When the server becomes unresponsive, there are no jobs running (I am working on setting up builds, so I have not started automatic polling yet).   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38454) NPE thrown while configuring github pull request trigger on a pipeline

2016-10-17 Thread gentoo.inte...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Kanstantsin Shautsou updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38454  
 
 
  NPE thrown while configuring github pull request trigger on a pipeline   
 

  
 
 
 
 

 
Change By: 
 Kanstantsin Shautsou  
 
 
Priority: 
 Major Blocker  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38656) Can't build with JDK 1.6

2016-10-17 Thread ey...@jfrog.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Eyal Ben Moshe commented on  JENKINS-38656  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Can't build with JDK 1.6   
 

  
 
 
 
 

 
 Andrea Mariottini, You can try and use version 2.6.0 of the Artifactory Plugin, since it uses older dependencies which might still be compatible with JDK 6. Please let us know if this works for you.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-39043) Avoid creating duplicate issues

2016-10-17 Thread atehran...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Abraham Tehrani created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39043  
 
 
  Avoid creating duplicate issues   
 

  
 
 
 
 

 
Issue Type: 
  New Feature  
 
 
Assignee: 
 Catalin Luta  
 
 
Components: 
 jiratestresultreporter-plugin  
 
 
Created: 
 2016/Oct/17 5:47 PM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Abraham Tehrani  
 

  
 
 
 
 

 
 Proposal is to add a feature to avoid creating duplicate issues if the issue has already been created.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
  

[JIRA] (JENKINS-39042) CPS failures from calls in @NonCPS blocks fail silently and marks as success

2016-10-17 Thread zls.1...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Zack Sampson created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39042  
 
 
  CPS failures from calls in @NonCPS blocks fail silently and marks as success   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 pipeline  
 
 
Created: 
 2016/Oct/17 5:46 PM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Zack Sampson  
 

  
 
 
 
 

 
 Run this pipeline script without a sandbox: 

 

node {
noncps()
}

@NonCPS
def noncps() {
echo "Calling @NonCPS method System.currentTimeMillis(): ${System.currentTimeMillis()}"
echo "Calling cps(): ${cps()}"
echo "Calls completed"
}

def cps() {
// should fail
return System.currentTimeMillis()
}
 

 Expected: fails in the call to cps(), or arguably succeeds and runs the whole pipeline. Actual: silently buries the exception and terminates the call to noncps(), but marks the job as a success. Example output: 

 

[Pipeline] node
Running on XXX in XXX
[Pipeline] {
[Pipeline] echo
Calling @NonCPS method System.currentTimeMillis(): 1476725898097
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS
 

  
 

  
 
 
 
 

  

[JIRA] (JENKINS-4960) Provide a SCMCheckoutStrategy to checkout only once for all matrix entries

2016-10-17 Thread roman.wue...@gmx.at (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Roman80 commented on  JENKINS-4960  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Provide a SCMCheckoutStrategy to checkout only once for all matrix entries   
 

  
 
 
 
 

 
 What is the current status of this change, because we need this change too?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-39033) Job not stopped after AccuRev authentication failure

2016-10-17 Thread joseph...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Joseph Petersen commented on  JENKINS-39033  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Job not stopped after AccuRev authentication failure   
 

  
 
 
 
 

 
 I have tried a bunch of escaping... Cannot get it to work on unix.. I will release it though a fix for windows it is simply cmd.addQuoted("", true) but that does not work on unix  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-39003) Error stating "Local WAR file does not existing", though war file does exist

2016-10-17 Thread mark.fa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mark Faine edited a comment on  JENKINS-39003  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Error stating "Local WAR file does not existing", though war file does exist   
 

  
 
 
 
 

 
 - I've done some testing and it appears that it doesn't matter what user starts the build the war file will be owned by the user that is running jenkins. Does that seem correct to you? -I figured it out.  Thanks.   The key is that it will not work when slaves are used.  I disabled the slave and it worked fine.  However, I did have one issue.  The way that you are checking to see if tomcat is still running:{noformat} _netstat = capture("netstat -an | grep \"#{tomcat_port}\" | grep \"LISTEN\" ; echo \"\""){noformat}Should probably be:{noformat} _netstat = capture("netstat -an | grep -w \"#{tomcat_port}\" | grep \"LISTEN\" ; echo \"\""){noformat}I had another process running with a 443 in the port number, and since it mached tomcat was assumed to still be running.thanks,-Mark  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38972) fileExists doesn't take variables

2016-10-17 Thread gun...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 angel vera reopened an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 The issue is not with the echo command the issue is with the fileExists routine.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-38972  
 
 
  fileExists doesn't take variables   
 

  
 
 
 
 

 
Change By: 
 angel vera  
 
 
Resolution: 
 Not A Defect  
 
 
Status: 
 Resolved Reopened  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit 

[JIRA] (JENKINS-34561) Allow to detect different Jenkinsfile filenames

2016-10-17 Thread crumm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 malcolm crum commented on  JENKINS-34561  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Allow to detect different Jenkinsfile filenames   
 

  
 
 
 
 

 
 Any plans on this coming to public Jenkins? I have a Jenkinsfile that runs unit tests and a Jenkinsfile that builds the whole repo, and would like to use the multi-branch plugin with both of them.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-39041) New visualization theme for DPP description as "Overview"

2016-10-17 Thread pskumar...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Suresh Kumar created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39041  
 
 
  New visualization theme for DPP description as "Overview"   
 

  
 
 
 
 

 
Issue Type: 
  New Feature  
 
 
Assignee: 
 Suresh Kumar  
 
 
Components: 
 delivery-pipeline-plugin  
 
 
Created: 
 2016/Oct/17 5:00 PM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Suresh Kumar  
 

  
 
 
 
 

 
 Got an idea after seeing the pipeline stage view, we also can represent the pipeline description data in the manner of dashboard for quick grasping.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA 

[JIRA] (JENKINS-36492) 2.7.1 update check shows weekly version instead of LTS

2016-10-17 Thread db...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Beck resolved as Cannot Reproduce  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Resolving again. "I see the opposite effect" is usually something independent.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-36492  
 
 
  2.7.1 update check shows weekly version instead of LTS   
 

  
 
 
 
 

 
Change By: 
 Daniel Beck  
 
 
Status: 
 Reopened Resolved  
 
 
Resolution: 
 Cannot Reproduce  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.

[JIRA] (JENKINS-38027) withMaven disabled AnsiColorBuildWrapper

2016-10-17 Thread alob...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alvaro Lobato commented on  JENKINS-38027  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: withMaven disabled AnsiColorBuildWrapper   
 

  
 
 
 
 

 
 Actually it was the other way round, sorry. There is a PR in review with a fix.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38027) withMaven disabled AnsiColorBuildWrapper

2016-10-17 Thread alob...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alvaro Lobato closed an issue as Duplicate  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 This is a duplicate of JENKINS-38709  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-38027  
 
 
  withMaven disabled AnsiColorBuildWrapper   
 

  
 
 
 
 

 
Change By: 
 Alvaro Lobato  
 
 
Status: 
 Open Closed  
 
 
Resolution: 
 Duplicate  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38709) withMaven Disables Containing MaskPasswordsBuildWrapper

2016-10-17 Thread alob...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alvaro Lobato started work on  JENKINS-38709  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Alvaro Lobato  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38709) withMaven Disables Containing MaskPasswordsBuildWrapper

2016-10-17 Thread alob...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alvaro Lobato commented on  JENKINS-38709  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: withMaven Disables Containing MaskPasswordsBuildWrapper   
 

  
 
 
 
 

 
 A PR with a fix has been submitted.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-31837) More logging information

2016-10-17 Thread jenkins...@savignano.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Metin Savignano commented on  JENKINS-31837  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: More logging information   
 

  
 
 
 
 

 
 Looks good!  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-39033) Job not stopped after AccuRev authentication failure

2016-10-17 Thread a...@90a.nl (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Arno Moonen commented on  JENKINS-39033  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Job not stopped after AccuRev authentication failure   
 

  
 
 
 
 

 
 At this client, we are only using Windows.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-39040) MultiJob doesn't use job display name as Title

2016-10-17 Thread stephen.caven...@inin.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stephen Cavender created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39040  
 
 
  MultiJob doesn't use job display name as Title   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 multijob-plugin  
 
 
Created: 
 2016/Oct/17 4:29 PM  
 
 
Environment: 
 Jenkins 2.25, MultiJob plugin 1.23  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Stephen Cavender  
 

  
 
 
 
 

 
 Multijob does not use Display Name for window/tab Title  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

[JIRA] (JENKINS-31837) More logging information

2016-10-17 Thread candidusl...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alexander Shcherbakov updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-31837  
 
 
  More logging information   
 

  
 
 
 
 

 
Change By: 
 Alexander Shcherbakov  
 
 
Attachment: 
 zos-connector.hpi  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-31837) More logging information

2016-10-17 Thread candidusl...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alexander Shcherbakov updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-31837  
 
 
  More logging information   
 

  
 
 
 
 

 
Change By: 
 Alexander Shcherbakov  
 
 
Attachment: 
 zos-connector.hpi  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-31837) More logging information

2016-10-17 Thread candidusl...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alexander Shcherbakov commented on  JENKINS-31837  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: More logging information   
 

  
 
 
 
 

 
 Just added new build for the fix.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38656) Can't build with JDK 1.6

2016-10-17 Thread ty...@monkeypox.org (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 R. Tyler Croy closed an issue as Won't Fix  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Andrea Mariottini, JDK6 is old and no longer supported by the Jenkins project. See this blog post for more details. If you are able to use a separate JVM for the build process, like one might do via a Docker container, then you can still build on JDK6 but the Jenkins master and agent will no longer execute on JDK6  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-38656  
 
 
  Can't build with JDK 1.6   
 

  
 
 
 
 

 
Change By: 
 R. Tyler Croy  
 
 
Status: 
 Open Closed  
 
 
Resolution: 
 Won't Fix  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message 

[JIRA] (JENKINS-39033) Job not stopped after AccuRev authentication failure

2016-10-17 Thread joseph...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Joseph Petersen commented on  JENKINS-39033  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Job not stopped after AccuRev authentication failure   
 

  
 
 
 
 

 
 unix and Jenkins is odd... unix "" is somehow not adhered to and on windows it is fine. tried to escape them doesn't help  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


  1   2   3   >