[JIRA] (JENKINS-42087) Multibranch pipeline jobs marked dead after SCM event to Git-plugin's notifyCommit endpoint

2017-03-19 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mark Waite updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42087  
 
 
  Multibranch pipeline jobs marked dead after SCM event to Git-plugin's notifyCommit endpoint   
 

  
 
 
 
 

 
Change By: 
 Mark Waite  
 
 
Component/s: 
 git-plugin  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42873) NPE when retry a failed job when there is a similar job in queue

2017-03-19 Thread de...@ikedam.jp (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 ikedam assigned an issue to Aurélien Pupier  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 I could not reproduce the problem in my environment. Please report more detailed steps to reproduce it. 
 
Launch Jenkins-2.32.3 
Complete the setup wizard: 
 
Install no recommended plugins 
Continue as admin (create no users) 
  
Install naginator-plugin 
Create a new freestyle job "test": 
 
This project is parameterized 
 
String parameter 
 
Name: PARAM1 
  
  
Execut shell 

 
echo $PARAM1
sleep 60
exit 1
 

 
  
Run "test" with PARAM1=test#1 (test #1, FAILURE) 
Run "test" with PARAM2=test#2 (test #2, FAILURE) after test #1 fails 
Run "test" with PARAM3=test#3 (test #3) 
Retry test #1 during test #3 is running (test#4) 
 
By clicking "Retry" link of test #1 (provided by naginator plugin) 
  
Retry test #2 during test #3 is running (test#5) 
 
ditto 
  
 Result: 
 
test #4 was scheduled. 
test #5 was scheduled. 
test #3 finished with FAILURE. 
test #4 finished with FAILURE. 
test #5 finished with FAILURE. 
No errors are reported in GUI. 
No errors are logged in the system log. 
 I could not reproduce the problem also without parameters. In that case, test #5 will be merged into #4.  
   

[JIRA] (JENKINS-42882) GitSCMFile::content() doesn't handle symlinks

2017-03-19 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mark Waite commented on  JENKINS-42882  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: GitSCMFile::content() doesn't handle symlinks   
 

  
 
 
 
 

 
 Thanks for the clear steps to reproduce the issue. I've created a 42882 branch in my jenkins-bugs repository which shows the problem. That branch is evaluated in my docker-lfs configuration. Patches are welcomed to fix the bug...  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-27618) Workflow support for NUnit plugin

2017-03-19 Thread ba.ra...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Raghavendra Bankapur commented on  JENKINS-27618  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Workflow support for NUnit plugin   
 

  
 
 
 
 

 
 I too am getting error using this plugin. Below is the error I am seeing. Can anyone help? java.io.IOException: Could not transform the NUnit report. Please report this issue to the plugin author at hudson.plugins.nunit.NUnitArchiver.invoke(NUnitArchiver.java:71) at hudson.plugins.nunit.NUnitArchiver.invoke(NUnitArchiver.java:29) at hudson.FilePath.act(FilePath.java:996) at hudson.FilePath.act(FilePath.java:974) at hudson.plugins.nunit.NUnitPublisher.perform(NUnitPublisher.java:286) at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:78) at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:65) at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution$1$1.call(SynchronousNonBlockingStepExecution.java:49) at hudson.security.ACL.impersonate(ACL.java:221) at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution$1.run(SynchronousNonBlockingStepExecution.java:46) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: org.xml.sax.SAXParseException; systemId: file:/D:/CodeFromJenkins/temporary-junit-reports/temp-junit.xml; lineNumber: 2; columnNumber: 3; Content is not allowed in prolog. at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(Unknown Source) at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(Unknown Source) at javax.xml.parsers.DocumentBuilder.parse(Unknown Source) at hudson.plugins.nunit.NUnitReportTransformer.splitJUnitFile(NUnitReportTransformer.java:102) at hudson.plugins.nunit.NUnitReportTransformer.transform(NUnitReportTransformer.java:72) at hudson.plugins.nunit.NUnitArchiver.invoke(NUnitArchiver.java:66)  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 

[JIRA] (JENKINS-42920) Developer should see error message for failed input step

2017-03-19 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale commented on  JENKINS-42920  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Developer should see error message for failed input step   
 

  
 
 
 
 

 
 Perhaps we should have a general error handler?    Or in this case it is specific enough around permissions we want it specific to this screen.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42921) Error "toast" popup for unhandled errors on the client to do with fetching

2017-03-19 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42921  
 
 
  Error "toast" popup for unhandled errors on the client to do with fetching   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 blueocean-plugin  
 
 
Created: 
 2017/Mar/20 4:39 AM  
 
 
Labels: 
 technical-debt  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Michael Neale  
 

  
 
 
 
 

 
 It may make sense to capture fetch errors that are otherwise "dropped on the floor" and show it as a toast error message (with ability to find more details).    This should only be done if we know all places that errors are dropped are actual bugs. If there are cases where dropped errors on fetch (eg 404) are normal cases (ie no test results when opening test tab) then that should be fixed as part of the scope of this.    cc James Dumay do you still think this is a good idea?     
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
   

[JIRA] (JENKINS-42872) Inputs with multiple approvers do not work

2017-03-19 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale commented on  JENKINS-42872  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Inputs with multiple approvers do not work   
 

  
 
 
 
 

 
 Actually this may be API only - perhaps Ivan Meredith could take a look to diagnose. If it is a big one - lets move it out of this sprint.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42920) Developer should see error message for failed input step

2017-03-19 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale assigned an issue to Ivan Meredith  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Hey Ivan - could be a quick win (but not strictly critical for 1.0)  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-42920  
 
 
  Developer should see error message for failed input step   
 

  
 
 
 
 

 
Change By: 
 Michael Neale  
 
 
Assignee: 
 Ivan Meredith  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42872) Inputs with multiple approvers do not work

2017-03-19 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale assigned an issue to Ivan Meredith  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42872  
 
 
  Inputs with multiple approvers do not work   
 

  
 
 
 
 

 
Change By: 
 Michael Neale  
 
 
Assignee: 
 Ivan Meredith  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42920) Developer should see error message for failed input step

2017-03-19 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42920  
 
 
  Developer should see error message for failed input step   
 

  
 
 
 
 

 
Change By: 
 Michael Neale  
 
 
Sprint: 
 Blue Ocean 1. 1 0-rc2  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42872) Inputs with multiple approvers do not work

2017-03-19 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale assigned an issue to Ivan Meredith  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42872  
 
 
  Inputs with multiple approvers do not work   
 

  
 
 
 
 

 
Change By: 
 Michael Neale  
 
 
Assignee: 
 Vivek Pandey Ivan Meredith  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-38447) Bitbucket hooks don't work for Pipeline jobs

2017-03-19 Thread dant...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 dan tran edited a comment on  JENKINS-38447  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Bitbucket hooks don't work for Pipeline jobs   
 

  
 
 
 
 

 
 I am using this webhook [https://www.google.com/url?q=https%3A%2F%2Fmarketplace.atlassian.com%2Fplugins%2Fnl.topicus.bitbucket.bitbucket-webhooks%2Fserver%2Foverview=D=1=AFQjCNEIkxliQurGPnsqmLNtyTU9imgnuA]Recommended by cloubees-bitbucket-branch-source-plugugin.  It also works with freestyle job and also with declarative pipelineThis is what you need    triggers \{      //some polling to allow webhook trigger      pollSCM '@daily'   }And    stage ('checkout') \{      steps \{       checkout scm      }   } am I missing any thing?     
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-38447) Bitbucket hooks don't work for Pipeline jobs

2017-03-19 Thread dant...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 dan tran edited a comment on  JENKINS-38447  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Bitbucket hooks don't work for Pipeline jobs   
 

  
 
 
 
 

 
 I am using this webhook [https://www.google.com/url?q=https%3A%2F%2Fmarketplace.atlassian.com%2Fplugins%2Fnl.topicus.bitbucket.bitbucket-webhooks%2Fserver%2Foverview=D=1=AFQjCNEIkxliQurGPnsqmLNtyTU9imgnuA]Recommended by cloubees-bitbucket-branch-source-plugugin.  It also works with freestyle job However, I cant get it to work  and also  with  pipeline ( i am using  declarative  pipepline)  pipeline  this This  is  my checkout  what you need   stage      triggers \{        //some polling to allow webhook trigger        pollSCM '@daily'   }And     stage ('checkout') \{      steps \{       checkout scm      }   }am I missing any thing?    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-38447) Bitbucket hooks don't work for Pipeline jobs

2017-03-19 Thread dant...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 dan tran assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38447  
 
 
  Bitbucket hooks don't work for Pipeline jobs   
 

  
 
 
 
 

 
Change By: 
 dan tran  
 
 
Assignee: 
 Mark Waite  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-38447) Bitbucket hooks don't work for Pipeline jobs

2017-03-19 Thread dant...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 dan tran assigned an issue to Mark Waite  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38447  
 
 
  Bitbucket hooks don't work for Pipeline jobs   
 

  
 
 
 
 

 
Change By: 
 dan tran  
 
 
Assignee: 
 dan tran Mark Waite  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-38447) Bitbucket hooks don't work for Pipeline jobs

2017-03-19 Thread dant...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 dan tran assigned an issue to dan tran  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38447  
 
 
  Bitbucket hooks don't work for Pipeline jobs   
 

  
 
 
 
 

 
Change By: 
 dan tran  
 
 
Assignee: 
 dan tran  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42872) Inputs with multiple approvers do not work

2017-03-19 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay assigned an issue to Vivek Pandey  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Vivek Pandey would you mind triaging this one when you have a minute?   
 

  
 
 
 
 

 
 Jenkins /  JENKINS-42872  
 
 
  Inputs with multiple approvers do not work   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Assignee: 
 Vivek Pandey  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42872) Inputs with multiple approvers do not work

2017-03-19 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42872  
 
 
  Inputs with multiple approvers do not work   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Sprint: 
 Blue Ocean 1. 1 0-rc2  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42920) Developer should see error message for failed input step

2017-03-19 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42920  
 
 
  Developer should see error message for failed input step   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Priority: 
 Major Critical  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-40084) PipelineRunImpl.replay assumes the task is still in the queue

2017-03-19 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40084  
 
 
  PipelineRunImpl.replay assumes the task is still in the queue   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Sprint: 
 Blue Ocean 1. 1 0-rc2  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42920) Developer should see error message for failed input step

2017-03-19 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42920  
 
 
  Developer should see error message for failed input step   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Issue Type: 
 Story Bug  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42872) Inputs with multiple approvers do not work

2017-03-19 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42872  
 
 
  Inputs with multiple approvers do not work   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Summary: 
 Multi submitter defined in input step is Inputs with multiple approvers do  not  worked in Blue Ocean UI  work  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42872) Multi submitter defined in input step is not worked in Blue Ocean UI

2017-03-19 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42872  
 
 
  Multi submitter defined in input step is not worked in Blue Ocean UI   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Priority: 
 Blocker Critical  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42872) Multi submitter defined in input step is not worked in Blue Ocean UI

2017-03-19 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42872  
 
 
  Multi submitter defined in input step is not worked in Blue Ocean UI   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 

  
 
 
 
 

 
 *Notes*This will work when there is a single approver specified but not when there are multiple. Blue Ocean will respond with a 400 error.  Due to JENKINS-42920 the user will not receive feedback on why they are not allowed to proceed or any other error, which made this problem more confusing. To run  the scenario  these scenarios  you will need two users - 'alice' and 'bob'.*Scenario 1 - current user is 'alice', single approver*This works fine in Blue Ocean{code}node {echo 'hello world'input message: "Do you want to approve this job to deploy to production?", ok: "OK", submitter: "alice"{code}*Scenario 2 - current user is 'alice', multiple approvers*{code}node {echo 'hello world'input message: "Do you want to approve this job to deploy to production?", ok: "OK", submitter: "alice, bob"{code}*Original request*I use input step like below:{code}timeout(time: 5, unit: "DAYS") \{    input message: "Do you want to approve this job to deploy to production?", ok: "OK", submitter: "A, B, C"}{code}can not use multi submitter in Blue Ocean UI, but it works fine in the old UI.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   

[JIRA] (JENKINS-42872) Multi submitter defined in input step is not worked in Blue Ocean UI

2017-03-19 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42872  
 
 
  Multi submitter defined in input step is not worked in Blue Ocean UI   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 

  
 
 
 
 

 
 *Notes*This will work when there is a single approver specified but not when there are multiple. Blue Ocean will respond with a 400 error.To run the scenario you will need two users - 'alice' and 'bob'.*Scenario 1 - current user is 'alice', single approver*This works fine in Blue Ocean{code}node {echo 'hello world'input message: "Do you want to approve this job to deploy to production?", ok: "OK", submitter: "alice"{code}*Scenario 2 - current user is 'alice', multiple approvers*{code}node {echo 'hello world'input message: "Do you want to approve this job to deploy to production?", ok: "OK", submitter: "alice, bob"{code}*Original request* I use input step like below:{code}timeout(time: 5, unit: "DAYS") \{    input message: "Do you want to approve this job to deploy to production?", ok: "OK", submitter: "A, B, C"}{code}can not use multi submitter in Blue Ocean UI, but it works fine in the old UI.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  

[JIRA] (JENKINS-42920) Developer should see error message for failed input step

2017-03-19 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42920  
 
 
  Developer should see error message for failed input step   
 

  
 
 
 
 

 
Issue Type: 
  Story  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 blueocean-plugin  
 
 
Created: 
 2017/Mar/20 1:15 AM  
 
 
Priority: 
  Major  
 
 
Reporter: 
 James Dumay  
 

  
 
 
 
 

 
 Context If a input step cannot proceed when approving input an error message is returned from the API but not displayed to the user. Scope Show a form error message if we cannot proceed the input. Example Jenkinsfile 

 

node {
echo 'hello world'
input message: "Do you want to approve this job to deploy to production?", ok: "OK", submitter: "admin, B, C"
}
 

 Response 

 

{
  "message" : "You need to be admin, B, C to submit this",
  "code" : 400,
  "errors" : [ ]
}
 

  
 

  
 
 
 
 

 
 
 

 
   

[JIRA] (JENKINS-42872) Multi submitter defined in input step is not worked in Blue Ocean UI

2017-03-19 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42872  
 
 
  Multi submitter defined in input step is not worked in Blue Ocean UI   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 

  
 
 
 
 

 
 I use input step like below: {code}   ``` timeout(time: 5, unit: "DAYS") \{    input message: "Do you want to approve this job to deploy to production?", ok: "OK", submitter: "A, B, C"} {code}  ```    can not use multi submitter in Blue Ocean UI, but it works fine in the old UI.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-38447) Bitbucket hooks don't work for Pipeline jobs

2017-03-19 Thread dant...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 dan tran edited a comment on  JENKINS-38447  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Bitbucket hooks don't work for Pipeline jobs   
 

  
 
 
 
 

 
 I am using this webhook [https://www.google.com/url?q=https%3A%2F%2Fmarketplace.atlassian.com%2Fplugins%2Fnl.topicus.bitbucket.bitbucket-webhooks%2Fserver%2Foverview=D=1=AFQjCNEIkxliQurGPnsqmLNtyTU9imgnuA]Recommended by cloubees-bitbucket-branch-source-plugugin.  It also works with  freeslyle  freestyle  jobHowever, I cant get it to work with  pipelie  pipeline  ( i am using declarative pipepline) there this  is my  check out settings  checkout    stage      stage ('checkout') \{      steps \{       checkout scm      }   }am I missing any thing?    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-38447) Bitbucket hooks don't work for Pipeline jobs

2017-03-19 Thread dant...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 dan tran commented on  JENKINS-38447  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Bitbucket hooks don't work for Pipeline jobs   
 

  
 
 
 
 

 
 I am using this webhook https://www.google.com/url?q=https%3A%2F%2Fmarketplace.atlassian.com%2Fplugins%2Fnl.topicus.bitbucket.bitbucket-webhooks%2Fserver%2Foverview=D=1=AFQjCNEIkxliQurGPnsqmLNtyTU9imgnuA Recommended by cloubees-bitbucket-branch-source-plugugin.   It also works with freeslyle job However, I cant get it to work with pipelie ( i am using declarative pipepline) there is my check out settings       stage ('checkout') {       steps {        checkout scm       }    } am I missing any thing?      
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42872) Multi submitter defined in input step is not worked in Blue Ocean UI

2017-03-19 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42872  
 
 
  Multi submitter defined in input step is not worked in Blue Ocean UI   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Assignee: 
 hanks justin  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42872) Multi submitter defined in input step is not worked in Blue Ocean UI

2017-03-19 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42872  
 
 
  Multi submitter defined in input step is not worked in Blue Ocean UI   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Sprint: 
 Blue Ocean 1.1  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42919) Log improvements

2017-03-19 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42919  
 
 
  Log improvements   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Epic Color: 
 ghx-label- 5 2  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42919) Log improvements

2017-03-19 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42919  
 
 
  Log improvements   
 

  
 
 
 
 

 
Issue Type: 
  Epic  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 blueocean-plugin  
 
 
Created: 
 2017/Mar/20 1:06 AM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 James Dumay  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe 

[JIRA] (JENKINS-42868) The dropdown indicator for the branch filter looks like a wifi signal indicator

2017-03-19 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay assigned an issue to Brody Maclean  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42868  
 
 
  The dropdown indicator for the branch filter looks like a wifi signal indicator   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Assignee: 
 Brody Maclean  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42488) Failed Pipelines have a confusing header with double X's

2017-03-19 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42488  
 
 
  Failed Pipelines have a confusing header with double X's   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Issue Type: 
 Bug Task  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42867) Repeatedly updating the branch filter to the same value creates browser navigatione entries

2017-03-19 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42867  
 
 
  Repeatedly updating the branch filter to the same value creates browser navigatione entries   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Sprint: 
 Blue Ocean 1.0-rc2  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42870) Fragment remains part of the URL when navigating away from a build after showing full log of a build step

2017-03-19 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42870  
 
 
  Fragment remains part of the URL when navigating away from a build after showing full log of a build step   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Labels: 
 technical-debt  
 
 
Sprint: 
 Blue Ocean 1.1  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42809) Activity/Branch dashboard show pipeline library commit instead of actual built commit

2017-03-19 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42809  
 
 
  Activity/Branch dashboard show pipeline library commit instead of actual built commit   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Priority: 
 Minor Major  
 
 
Sprint: 
 Blue Ocean 1.1  
 

  
 
 
 
 

 
 *Notes*We don't want to be showing the commits from a shared library in this case.  We need to do some testing here and find out why shared library changes are coming through and not the application code. We suspect that we pick the first grouping of change sets and this happens to be the changeset of the shared library in this scenario. *Original request*Heyo!I'm using pipelines for a while now and have most of the steps used abstracted away into a pipeline library in a git repository. I now installed blue ocean today and was scrolling through my builds which had all suprisingly the same commit shown:  !image-2017-03-15-17-12-18-905.png! Turns out this is actually the latest commit of the pipeline library I'm using as seen in the console log: {code:java}Obtained Jenkinsfile from ccf54369437ff7dcd66b888fde50b19bad7ecf23Loading library mylib@master> git rev-parse --is-inside-work-tree # timeout=10Setting origin to /mnt/devops> git config remote.origin.url /mnt/devops # timeout=10Fetching origin...Fetching upstream changes from origin> git --version # timeout=10> git fetch --tags --progress origin +refs/heads/:refs/remotes/origin/> git rev-parse master^{commit} # timeout=10> git rev-parse origin/master^{commit} # timeout=10> git rev-parse --is-inside-work-tree # timeout=10Fetching changes from the remote Git repository> git config remote.origin.url /mnt/devops # timeout=10Fetching upstream changes from /mnt/devops> git --version # timeout=10 > git fetch --tags --progress /mnt/devops +refs/heads/:refs/remotes/origin/Checking out Revision 76cca6a9021830b3850eab338050c1d839d7b318 (master) > git config core.sparsecheckout # timeout=10> git checkout -f 76cca6a9021830b3850eab338050c1d839d7b318> git rev-list 76cca6a9021830b3850eab338050c1d839d7b318 # timeout=10[Pipeline] node Running on master in /var/jenkins_home/workspace/PR-63-WGSBDQPE6N2TEWS2C25CRCFXVLMNQURTXNY3KELAD4YZHGLFQIPA[Pipeline] {[Pipeline] checkout> git rev-parse --is-inside-work-tree # timeout=10Fetching changes from 2 remote Git repositories> git config remote.origin.url https://github.com/sneils/some-repo.git # timeout=10Fetching upstream changes from https://github.com/sneils/some-repo.git> git --version # timeout=10 using GIT_ASKPASS to set credentials checkout> git fetch --tags --progress https://github.com/sneils/some-repo.git +refs/heads/:refs/remotes/origin/> git config remote.origin1.url 

[JIRA] (JENKINS-42809) Activity/Branch dashboard show pipeline library commit instead of actual built commit

2017-03-19 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42809  
 
 
  Activity/Branch dashboard show pipeline library commit instead of actual built commit   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 

  
 
 
 
 

 
 *Notes*We don't want to be showing the commits from a shared library in this case.*Original request* Heyo!I'm using pipelines for a while now and have most of the steps used abstracted away into a pipeline library in a git repository. I now installed blue ocean today and was scrolling through my builds which had all suprisingly the same commit shown:  !image-2017-03-15-17-12-18-905.png! Turns out this is actually the latest commit of the pipeline library I'm using as seen in the console log: {code:java}Obtained Jenkinsfile from ccf54369437ff7dcd66b888fde50b19bad7ecf23Loading library mylib@master> git rev-parse --is-inside-work-tree # timeout=10Setting origin to /mnt/devops> git config remote.origin.url /mnt/devops # timeout=10Fetching origin...Fetching upstream changes from origin> git --version # timeout=10> git fetch --tags --progress origin +refs/heads/:refs/remotes/origin/> git rev-parse master^{commit} # timeout=10> git rev-parse origin/master^{commit} # timeout=10> git rev-parse --is-inside-work-tree # timeout=10Fetching changes from the remote Git repository> git config remote.origin.url /mnt/devops # timeout=10Fetching upstream changes from /mnt/devops> git --version # timeout=10 > git fetch --tags --progress /mnt/devops +refs/heads/:refs/remotes/origin/Checking out Revision 76cca6a9021830b3850eab338050c1d839d7b318 (master) > git config core.sparsecheckout # timeout=10> git checkout -f 76cca6a9021830b3850eab338050c1d839d7b318> git rev-list 76cca6a9021830b3850eab338050c1d839d7b318 # timeout=10[Pipeline] node Running on master in /var/jenkins_home/workspace/PR-63-WGSBDQPE6N2TEWS2C25CRCFXVLMNQURTXNY3KELAD4YZHGLFQIPA[Pipeline] {[Pipeline] checkout> git rev-parse --is-inside-work-tree # timeout=10Fetching changes from 2 remote Git repositories> git config remote.origin.url https://github.com/sneils/some-repo.git # timeout=10Fetching upstream changes from https://github.com/sneils/some-repo.git> git --version # timeout=10 using GIT_ASKPASS to set credentials checkout> git fetch --tags --progress https://github.com/sneils/some-repo.git +refs/heads/:refs/remotes/origin/> git config remote.origin1.url https://github.com/sneils/some-repo.git # timeout=10Fetching upstream changes from https://github.com/sneils/some-repo.git using GIT_ASKPASS to set credentials checkout> git fetch --tags --progress https://github.com/sneils/some-repo.git +refs/pull//head:refs/remotes/origin/pr/Checking out Revision ccf54369437ff7dcd66b888fde50b19bad7ecf23 (PR-63)> git config core.sparsecheckout # timeout=10> git checkout -f ccf54369437ff7dcd66b888fde50b19bad7ecf23...{code} I would expect this to be the commit of the actually checked out repository.   
 

  
 
 

[JIRA] (JENKINS-42750) Developer can see Pipelines they have contributed to but have not favourited on the dashboard

2017-03-19 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42750  
 
 
  Developer can see Pipelines they have contributed to but have not favourited on the dashboard   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Issue Type: 
 Bug Story  
 
 
Priority: 
 Trivial Major  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42750) Developer can see Pipelines they have contributed to but have not favourited on the dashboard

2017-03-19 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42750  
 
 
  Developer can see Pipelines they have contributed to but have not favourited on the dashboard   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 

  
 
 
 
 

 
 *Story*Developer can see Pipelines they have contributed to but have not favourited on the dashboard. Contributed means that they may have run the Pipeline recently or committed code.*Original request* In my overview I can only see the jobs which I favorited. It does not show the jobs where I have contributed to as is shown in this image.[https://jenkins.io/images/post-images/blueocean/personalized-dashboard.png] * My Git user.name equals my Jenkins display name. * My git user.email equals my Jenkins email addressI'm using Bitbucket projects.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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 

[JIRA] (JENKINS-42750) Developer can see Pipelines they have contributed to but have not favourited on the dashboard

2017-03-19 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay commented on  JENKINS-42750  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Developer can see Pipelines they have contributed to but have not favourited on the dashboard   
 

  
 
 
 
 

 
 Marco Franssen we haven't built this yet but we are aim to do so in the future.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42750) Developer can see Pipelines they have contributed to but have not favourited on the dashboard

2017-03-19 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42750  
 
 
  Developer can see Pipelines they have contributed to but have not favourited on the dashboard   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Summary: 
 Branches where I Developer can see Pipelines they  have  been committing do not show up in the group "You  contributed to "  but have not favourited on the dashboard  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42717) Error Saving configs after updating plugins

2017-03-19 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42717  
 
 
  Error Saving configs after updating plugins
 

  
 
 
 
 

 
 This doesn't appear to be a Blue Ocean issue so I've assigned it to core. It would be good to get some more information here for the core team to diagnose.   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Component/s: 
 core  
 
 
Component/s: 
 blueocean-pipeline-editor-plugin  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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, 

[JIRA] (JENKINS-42717) Error Saving configs after updating plugins

2017-03-19 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42717  
 
 
  Error Saving configs after updating plugins
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Assignee: 
 James Dumay  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-40980) Slow connections can cause module loading to time out

2017-03-19 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay assigned an issue to James Dumay  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40980  
 
 
  Slow connections can cause module loading to time out   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Assignee: 
 James Dumay  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-41063) SSE GW Plugin: Serializable EventDispatcher contains non-serializable fields

2017-03-19 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41063  
 
 
  SSE GW Plugin: Serializable EventDispatcher contains non-serializable fields   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Priority: 
 Critical Major  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39646) Properly generate bundles for packages that have multiple top-level modules

2017-03-19 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39646  
 
 
  Properly generate bundles for packages that have multiple top-level modules   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Priority: 
 Blocker Major  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-37876) Notify user of JWT clock skew

2017-03-19 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay assigned an issue to Vivek Pandey  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37876  
 
 
  Notify user of JWT clock skew   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Assignee: 
 Ivan Meredith Vivek Pandey  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-37841) REGRESSION: unable to open log due to missing JWT token

2017-03-19 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay assigned an issue to Vivek Pandey  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37841  
 
 
  REGRESSION: unable to open log due to missing JWT token   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Assignee: 
 Ivan Meredith Vivek Pandey  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-41786) Main search REST query retrieves overlapping data

2017-03-19 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41786  
 
 
  Main search REST query retrieves overlapping data   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Sprint: 
 Blue Ocean 1.1  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-41786) Main search REST query retrieves overlapping data

2017-03-19 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41786  
 
 
  Main search REST query retrieves overlapping data   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Priority: 
 Minor Major  
 
 
Labels: 
 technical-debt  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-40441) Encoding failure: multibranch fails indexing on ATH for strange pipeline names

2017-03-19 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay resolved as Cannot Reproduce  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Mic says he hasn't seen this in a while and we cannot reproduce.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-40441  
 
 
  Encoding failure: multibranch fails indexing on ATH for strange pipeline names   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Cannot Reproduce  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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 

[JIRA] (JENKINS-40877) Display links to Github PR and Branch on Pipeline Result

2017-03-19 Thread i...@ivan.net.nz (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ivan Meredith updated  JENKINS-40877  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40877  
 
 
  Display links to Github PR and Branch on Pipeline Result   
 

  
 
 
 
 

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

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-41331) Favorite card stack no longer uses animation when adding/removing cards

2017-03-19 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41331  
 
 
  Favorite card stack no longer uses animation when adding/removing cards   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Priority: 
 Minor Major  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-41829) Developer can see the node the stage is being executed on

2017-03-19 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41829  
 
 
  Developer can see the node the stage is being executed on   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Issue Type: 
 Task Story  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-41829) Blue Ocean - Add node name for each stage

2017-03-19 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41829  
 
 
  Blue Ocean - Add node name for each stage   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Issue Type: 
 Bug Task  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42241) duplicate Ids in table

2017-03-19 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay resolved as Won't Fix  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Tables are being replaced.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-42241  
 
 
  duplicate Ids in table   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Won't Fix  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-41829) Developer can see the node the stage is being executed on

2017-03-19 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41829  
 
 
  Developer can see the node the stage is being executed on   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Summary: 
 Blue Ocean - Add Developer can see the  node  name for each  the  stage  is being executed on  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42318) UI Not Refreshing When Starting a Build

2017-03-19 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42318  
 
 
  UI Not Refreshing When Starting a Build   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Sprint: 
 Blue Ocean  1. 1 0-rc1  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42105) Update all text copy for Github creation flow

2017-03-19 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay started work on  JENKINS-42105  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42636) During pipeline step duration reported incorrectly

2017-03-19 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay commented on  JENKINS-42636  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: During pipeline step duration reported incorrectly   
 

  
 
 
 
 

 
 Sam Van Oort this was discovered using all the latest Pipeline dependencies. The easiest way to reproduce this is to run Blue Ocean from your IDE and repetitively build the app-store-demo project over and over. I seem to be able to reproduce it 1 out of 3 runs, but it seems like its time sensitive. We've had a few reports of this out in the wild and it has annoyed people, so we see this as important to fix.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39893) Enable findbugs

2017-03-19 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39893  
 
 
  Enable findbugs   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Priority: 
 Major Minor  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-39770) Pipeline visualization not rendered when there is more that 100 nodes

2017-03-19 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated  JENKINS-39770  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 This will be released in rc2 this week.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-39770  
 
 
  Pipeline visualization not rendered when there is more that 100 nodes   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Status: 
 In Review Resolved  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42821) Include some plugin dev documentation

2017-03-19 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated  JENKINS-42821  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42821  
 
 
  Include some plugin dev documentation   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Status: 
 In  Progress  Review  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-40877) Display links to Github PR and Branch on Pipeline Result

2017-03-19 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated  JENKINS-40877  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40877  
 
 
  Display links to Github PR and Branch on Pipeline Result   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Status: 
 In  Progress  Review  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-41965) Pipeline onboarding/walkthrough

2017-03-19 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated  JENKINS-41965  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41965  
 
 
  Pipeline onboarding/walkthrough   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Status: 
 In Review Resolved  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-41961) Developer can change the order of stages

2017-03-19 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41961  
 
 
  Developer can change the order of stages   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Sprint: 
 iapetus, 1.0 , Blue Ocean 1.1  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42418) There's no login link on a build detail page

2017-03-19 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42418  
 
 
  There's no login link on a build detail page   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Sprint: 
 1.0 , Blue Ocean 1.1  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-41961) Developer can change the order of stages

2017-03-19 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41961  
 
 
  Developer can change the order of stages   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Sprint: 
 iapetus, 1.0 , 1.0-rc1  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42418) There's no login link on a build detail page

2017-03-19 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42418  
 
 
  There's no login link on a build detail page   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Sprint: 
 1.0 , 1.0-rc1  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-41425) Refreshing page with / in job name results in 404

2017-03-19 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale commented on  JENKINS-41425  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Refreshing page with / in job name results in 404   
 

  
 
 
 
 

 
 Emmanuel Quincerot great to hear. I have put a note to configuration in the wiki/documentation but even having this ticket is handy, as google seems to find it.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-32689) Load statistics graph don't show the correct number of executors

2017-03-19 Thread k...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 kboz edited a comment on  JENKINS-32689  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Load statistics graph don't show the correct number of executors   
 

  
 
 
 
 

 
 We have a single (master) Windows Jenkins node with 4 executors, no slaves. Running Jenkins v2.48Viewing the load statistics for the entire system ([http://jenkins/load-statistics|http://jenkins/load-statistics)] ) only displays queue length, with zero executors (online, busy or available)!Load Statistics - Jenkins.png!Viewing the load statistics just for the master node ([http://jenkins/computer/(master)/load-statistics|http://jenkins/computer/(master)/load-statistics)] )  over the same period,  displays the executors, but zero queue length.!Load Statistics - master.png! Surely these two graphs should look the same, and both include all 4 metrics?   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-32689) Load statistics graph don't show the correct number of executors

2017-03-19 Thread k...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 kboz commented on  JENKINS-32689  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Load statistics graph don't show the correct number of executors   
 

  
 
 
 
 

 
 We have a single (master) Windows Jenkins node with 4 executors, no slaves. Running Jenkins v2.48 Viewing the load statistics for the entire system (http://jenkins/load-statistics ) only displays queue length, with zero executors (online, busy or available)  Viewing the load statistics just for the master node (http://jenkins/computer/(master)/load-statistics ) displays the executors, but zero queue length.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-32689) Load statistics graph don't show the correct number of executors

2017-03-19 Thread k...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 kboz updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-32689  
 
 
  Load statistics graph don't show the correct number of executors   
 

  
 
 
 
 

 
Change By: 
 kboz  
 
 
Attachment: 
 Load Statistics - master.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-32689) Load statistics graph don't show the correct number of executors

2017-03-19 Thread k...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 kboz updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-32689  
 
 
  Load statistics graph don't show the correct number of executors   
 

  
 
 
 
 

 
Change By: 
 kboz  
 
 
Attachment: 
 Load Statistics - Jenkins.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42912) Minimize Job Configurations

2017-03-19 Thread developer.go...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Goran Sarenkapa updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42912  
 
 
  Minimize Job Configurations   
 

  
 
 
 
 

 
Change By: 
 Goran Sarenkapa  
 

  
 
 
 
 

 
 Investigate the potential minimization of the ZAP UI * Override host and port can be hidden * Java configuration can be hidden * Installation method can be defined in admin configurations and added as a hidden override in the job configuration * ZAP Settings can be defined in admin configurations and added as a hidden override in the job configuration * Hide exclude from contextFeedback appreciated from the community  Related Issues: JENKINS-42918 JENKINS-42917JENKINS-42916JENKINS-42915JENKINS-42914    Referencing [Google Group Discussion|https://groups.google.com/forum/#!topic/zaproxy-jenkins/czEWDuYQfTk]  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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 

[JIRA] (JENKINS-42912) Minimize Job Configurations

2017-03-19 Thread developer.go...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Goran Sarenkapa updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42912  
 
 
  Minimize Job Configurations   
 

  
 
 
 
 

 
Change By: 
 Goran Sarenkapa  
 

  
 
 
 
 

 
 Investigate the potential minimization of the ZAP UI * Override host and port can be hidden * Java configuration can be hidden * Installation method can be defined in admin configurations and added as a hidden override in the job configuration * ZAP Settings can be defined in admin configurations and added as a hidden override in the job configuration * Hide exclude from contextFeedback appreciated from the community   JENKINS-42918 Referencing [Google Group Discussion|https://groups.google.com/forum/#!topic/zaproxy-jenkins/czEWDuYQfTk]  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42914) Hide override host and port

2017-03-19 Thread developer.go...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Goran Sarenkapa updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42914  
 
 
  Hide override host and port   
 

  
 
 
 
 

 
Change By: 
 Goran Sarenkapa  
 

  
 
 
 
 

 
 Override host and port can be hidden if they have already been provided in the admin configurations only.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42916) Update Installation Method

2017-03-19 Thread developer.go...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Goran Sarenkapa updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42916  
 
 
  Update Installation Method   
 

  
 
 
 
 

 
Change By: 
 Goran Sarenkapa  
 
 
Environment: 
 Add the Installation Method to the Admin Configurations and add a hidden override to the job configurations if already provided the method in the admin configurations only.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42917) Update ZAP Settings functionality

2017-03-19 Thread developer.go...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Goran Sarenkapa updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42917  
 
 
  Update ZAP Settings functionality   
 

  
 
 
 
 

 
Change By: 
 Goran Sarenkapa  
 
 
Environment: 
 Add the ZAP Settings to the Admin Configurations and add a hidden override to the job configurations if already provided in the admin configurations only.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42916) Update Installation Method

2017-03-19 Thread developer.go...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Goran Sarenkapa updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42916  
 
 
  Update Installation Method   
 

  
 
 
 
 

 
Change By: 
 Goran Sarenkapa  
 

  
 
 
 
 

 
 Add the Installation Method to the Admin Configurations and add a hidden override to the job configurations if already provided the method in the admin configurations only.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42914) Hide override host and port

2017-03-19 Thread developer.go...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Goran Sarenkapa updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42914  
 
 
  Hide override host and port   
 

  
 
 
 
 

 
Change By: 
 Goran Sarenkapa  
 
 
Environment: 
 Override host and port can be hidden if they have already been provided in the admin configurations only.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42917) Update ZAP Settings functionality

2017-03-19 Thread developer.go...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Goran Sarenkapa updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42917  
 
 
  Update ZAP Settings functionality   
 

  
 
 
 
 

 
Change By: 
 Goran Sarenkapa  
 

  
 
 
 
 

 
 Add the ZAP Settings to the Admin Configurations and add a hidden override to the job configurations if already provided in the admin configurations only.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42915) Modify Java Configuration

2017-03-19 Thread developer.go...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Goran Sarenkapa updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42915  
 
 
  Modify Java Configuration   
 

  
 
 
 
 

 
Change By: 
 Goran Sarenkapa  
 
 
Environment: 
 Add the Java configuration to the admin configuration and add a hidden override to the job configurations if already provided in the admin configurations only.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42915) Modify Java Configuration

2017-03-19 Thread developer.go...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Goran Sarenkapa updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42915  
 
 
  Modify Java Configuration   
 

  
 
 
 
 

 
Change By: 
 Goran Sarenkapa  
 

  
 
 
 
 

 
 Add the Java configuration to the admin configuration and add a hidden override to the job configurations if already provided in the admin configurations only.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42917) Update ZAP Settings functionality

2017-03-19 Thread developer.go...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Goran Sarenkapa created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42917  
 
 
  Update ZAP Settings functionality   
 

  
 
 
 
 

 
Issue Type: 
  New Feature  
 
 
Assignee: 
 Goran Sarenkapa  
 
 
Components: 
 zap-plugin  
 
 
Created: 
 2017/Mar/19 11:00 PM  
 
 
Environment: 
 Add the ZAP Settings to the Admin Configurations and add a hidden override to the job configurations if already provided in the admin configurations only.  
 
 
Labels: 
 zap-plugin feature-request feature-change  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Goran Sarenkapa  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by 

[JIRA] (JENKINS-42918) Hide the context exclusions

2017-03-19 Thread developer.go...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Goran Sarenkapa created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42918  
 
 
  Hide the context exclusions   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Goran Sarenkapa  
 
 
Components: 
 zap-plugin  
 
 
Created: 
 2017/Mar/19 11:00 PM  
 
 
Labels: 
 zap-plugin feature-change  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Goran Sarenkapa  
 

  
 
 
 
 

 
 Hide the context exclusions.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
  

[JIRA] (JENKINS-42916) Update Installation Method

2017-03-19 Thread developer.go...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Goran Sarenkapa created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42916  
 
 
  Update Installation Method   
 

  
 
 
 
 

 
Issue Type: 
  New Feature  
 
 
Assignee: 
 Goran Sarenkapa  
 
 
Components: 
 zap-plugin  
 
 
Created: 
 2017/Mar/19 10:58 PM  
 
 
Environment: 
 Add the Installation Method to the Admin Configurations and add a hidden override to the job configurations if already provided the method in the admin configurations only.  
 
 
Labels: 
 zap-plugin feature-request  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Goran Sarenkapa  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian 

[JIRA] (JENKINS-42915) Modify Java Configuration

2017-03-19 Thread developer.go...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Goran Sarenkapa created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42915  
 
 
  Modify Java Configuration   
 

  
 
 
 
 

 
Issue Type: 
  New Feature  
 
 
Assignee: 
 Goran Sarenkapa  
 
 
Components: 
 zap-plugin  
 
 
Created: 
 2017/Mar/19 10:57 PM  
 
 
Environment: 
 Add the Java configuration to the admin configuration and add a hidden override to the job configurations if already provided in the admin configurations only.  
 
 
Labels: 
 zap-plugin feature-request  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Goran Sarenkapa  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA 

[JIRA] (JENKINS-42914) Hide override host and port

2017-03-19 Thread developer.go...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Goran Sarenkapa created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42914  
 
 
  Hide override host and port   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Goran Sarenkapa  
 
 
Components: 
 zap-plugin  
 
 
Created: 
 2017/Mar/19 10:56 PM  
 
 
Environment: 
 Override host and port can be hidden if they have already been provided in the admin configurations only.  
 
 
Labels: 
 feature-change zap-plugin  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Goran Sarenkapa  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 

[JIRA] (JENKINS-42912) Minimize Job Configurations

2017-03-19 Thread developer.go...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Goran Sarenkapa updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42912  
 
 
  Minimize Job Configurations   
 

  
 
 
 
 

 
Change By: 
 Goran Sarenkapa  
 

  
 
 
 
 

 
 Investigate the potential minimization of the ZAP UI * Override host and port can be hidden * Java configuration can be hidden * Installation method can be defined in admin configurations and added as a hidden override in the job configuration * ZAP Settings can be defined in admin configurations and added as a hidden override in the job configuration * Hide exclude from contextFeedback appreciated from the community  Referencing [Google Group Discussion|https://groups.google.com/forum/#!topic/zaproxy-jenkins/czEWDuYQfTk]  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42913) RejectedAccessException for docker.image.inside within the library class

2017-03-19 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42913  
 
 
  RejectedAccessException for docker.image.inside within the library class   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 docker-workflow-plugin, pipeline  
 
 
Created: 
 2017/Mar/19 10:25 PM  
 
 
Environment: 
 Jenkins 2.32.3  Docker Pipeline 1.10  Latest Pipeline plugin (Mar 20)  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Oleg Nenashev  
 

  
 
 
 
 

 
 When I call a library class from Pipeline, I get "org.jenkinsci.plugins.scriptsecurity.sandbox.RejectedAccessException: Scripts not permitted to use method groovy.lang.GroovyObject getProperty" for docker.image().inside. It is reproducible on several latest versions. I would expect the sample to be whitelisted since docker is a global variable. The similar code works fine outside the library class Script: 

 
package org.librecores.fusesoc;

public class Builder {
  
  def script
  
...
  
  public Builder(script) {this.script = script}
  
  /**
  * Default builder.
  * It picks core definitions from DEFAULT_CORES_REPO and pathes it before the build
  */
  public void build(String coreName, String githubUsername, String version) {
script.docker.image(DEFAULT_IMAGE).inside {
  script.stage ("Patch the orpsoc-cores registry") {
script.sh "cd /fusesoc && rm -rf orpsoc-cores"
script.dir('orpsoc-cores') {
script.git DEFAULT_CORES_REPO;
}
 

 Exception: 

 

[JIRA] (JENKINS-42913) RejectedAccessException for docker.image.inside within the library class

2017-03-19 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42913  
 
 
  RejectedAccessException for docker.image.inside within the library class   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Issue Type: 
 Improvement Bug  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-38860) Git plugin using local config to update submodules

2017-03-19 Thread k...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 kboz commented on  JENKINS-38860  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Git plugin using local config to update submodules   
 

  
 
 
 
 

 
 Still happening in git plugin 3.1.0 with git-client 2.3.0 git config --get-regexp is referencing the committed .gitmodules config file, but then git config --get is not. If the reference is present in the repo, but not locally, it fails with status code 1 such as below. Adding -f .gitmodules to the second command as well would work. 

 

 > git submodule init # timeout=10
 > git config -f .gitmodules --get-regexp ^submodule\.(.*)\.url # timeout=10
 > git config --get submodule.rake-tasks.url # timeout=10
FATAL: Command "git config --get submodule.rake-tasks.url" returned status code 1:
stdout: 
stderr: 
hudson.plugins.git.GitException: Command "git config --get submodule.rake-tasks.url" returned status code 1:
stdout: 
stderr: 
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1793)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1766)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1762)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1409)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1421)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.getSubmoduleUrl(CliGitAPIImpl.java:1091)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$7.execute(CliGitAPIImpl.java:1017)
	at hudson.plugins.git.extensions.impl.SubmoduleOption.onCheckoutCompleted(SubmoduleOption.java:102)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1156)
	at hudson.scm.SCM.checkout(SCM.java:496)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1278)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:604)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1728)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:405)
 

    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 

[JIRA] (JENKINS-37447) Publish artifacts to S3 bucket drops characters before wildcard

2017-03-19 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37447  
 
 
  Publish artifacts to S3 bucket drops characters before wildcard   
 

  
 
 
 
 

 
Change By: 
 SCM/JIRA link daemon  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-37447) Publish artifacts to S3 bucket drops characters before wildcard

2017-03-19 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-37447  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Publish artifacts to S3 bucket drops characters before wildcard   
 

  
 
 
 
 

 
 Code changed in jenkins User: Alex Path: src/main/java/hudson/plugins/s3/FileHelper.java src/test/java/hudson/plugins/s3/FileHelperTest.java http://jenkins-ci.org/commit/s3-plugin/c6718929a13770116bc3361390908cebeb1d35fb Log: [FIXED JENKINS-37447]: Publish artifacts to S3 bucket drops characters before wildcard  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42912) Minimize Job Configurations

2017-03-19 Thread developer.go...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Goran Sarenkapa updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42912  
 
 
  Minimize Job Configurations   
 

  
 
 
 
 

 
Change By: 
 Goran Sarenkapa  
 
 
Priority: 
 Blocker Minor  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42912) Minimize Job Configurations

2017-03-19 Thread developer.go...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Goran Sarenkapa created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42912  
 
 
  Minimize Job Configurations   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Goran Sarenkapa  
 
 
Components: 
 zap-plugin  
 
 
Created: 
 2017/Mar/19 10:08 PM  
 
 
Labels: 
 feature-change zap-plugin  
 
 
Priority: 
  Blocker  
 
 
Reporter: 
 Goran Sarenkapa  
 

  
 
 
 
 

 
 Investigate the potential minimization of the ZAP UI 
 
Override host and port can be hidden 
Java configuration can be hidden 
Installation method can be defined in admin configurations and added as a hidden override in the job configuration 
ZAP Settings can be defined in admin configurations and added as a hidden override in the job configuration 
Hide exclude from context 
 Feedback appreciated from the community  
 

  
 
 
 
 

 
 
 

 
   

[JIRA] (JENKINS-42892) Dynamic Choice Parameter support for jenkins-job-dsl

2017-03-19 Thread m...@daniel-spilker.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Spilker resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 This is supported by the Automatically Generated DSL: 

 

job(String name) {
  parameters {
choiceParameterDefinition {
  name(String value)
  script(String value)
  description(String value)
  uuid(String value)
  remote(boolean value)
  readonlyInputField(boolean value)
  classPath(String value)
}
  }
} 

  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-42892  
 
 
  Dynamic Choice Parameter support for jenkins-job-dsl   
 

  
 
 
 
 

 
Change By: 
 Daniel Spilker  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 

  1   2   >