[JIRA] (JENKINS-40933) Optimize cold load time by concatinating common JS files

2017-01-16 Thread yoann.dubre...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yoann Dubreuil commented on  JENKINS-40933  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Optimize cold load time by concatinating common JS files   
 

  
 
 
 
 

 
 I can enable caching for all BlueOcean static resources on the reverse proxy side, I think it could be interesting to see the effect. What is killing performances is latency and avoiding Jetty should be helpful. I'll configure this in sandbox.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-41106) Jenkins build fails with java.io.IOException: Failed to mkdirs: sometimes, not always

2017-01-16 Thread peterenmari...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 peter bos updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41106  
 
 
  Jenkins build fails with java.io.IOException: Failed to mkdirs: sometimes, not always   
 

  
 
 
 
 

 
Change By: 
 peter bos  
 

  
 
 
 
 

 
 Sometimes the jenkins slave does not work. It gives :  Failed to mkdirs: When building again it sometimes works and builds fine. The pod seems to be killed for some reason and it has the status terminated:error. Jenkins 2.40kubernetes plugin v0.10 kubernetes version 1.5.1   Below are the jenkins build log and system log. Jenkins build log:java.io.IOException: Failed to mkdirs: /root/workspace/alliander/aansluitconfigurator/develop@2 at hudson.FilePath.mkdirs(FilePath.java:1169) at hudson.plugins.git.GitSCM.createClient(GitSCM.java:731) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1080) at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:109) at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:83) at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:73) at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1$1.call(AbstractSynchronousNonBlockingStepExecution.java:47) at hudson.security.ACL.impersonate(ACL.java:260) at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1.run(AbstractSynchronousNonBlockingStepExecution.java:44) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745)Finished: FAILUREJenkins system log:Excess workload after pending Spot instances: 1Jan 16, 2017 5:05:34 PM INFO hudson.slaves.NodeProvisioner$StandardStrategyImpl applyStarted provisioning Kubernetes Pod Template from Kubernetes cluster with 1 executors. Remaining excess workload: 0Jan 16, 2017 5:05:34 PM INFO org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud$ProvisioningCallback callCreated Pod: jnlp-slave-normal-19dda6ba48fc6Jan 16, 2017 5:05:34 PM INFO org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud$ProvisioningCallback callWaiting for Pod to be scheduled (0/100): jnlp-slave-normal-19dda6ba48fc6Jan 16, 2017 5:05:36 PM INFO hudson.TcpSlaveAgentListener$ConnectionHandler runAccepted connection #188 from /172.16.7.4:51604Jan 16, 2017 5:05:37 PM INFO org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave _terminateTerminating Kubernetes instance for slave jnlp-slave-normal-19dda6ba48fc6Jan 16, 2017 5:05:37 PM INFO org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave _terminateTerminated Kubernetes instance for slave jnlp-slave-normal-19dda6ba48fc6Jan 16, 2017 5:05:37 PM INFO org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave _terminateDisconnected computer jnlp-slave-normal-19dda6ba48fc6Jan 16, 2017 5:05:37 PM INFO org.jenkinsci.plugins.workflow.job.WorkflowRun finishalliander/aansluitco

[JIRA] (JENKINS-41067) NullPointerException when using InfluxDB Plugin in Pipeline script

2017-01-16 Thread aleksi.sim...@eficode.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Aleksi Simell resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41067  
 
 
  NullPointerException when using InfluxDB Plugin in Pipeline script   
 

  
 
 
 
 

 
Change By: 
 Aleksi Simell  
 
 
Status: 
 In Progress Resolved  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-41032) How to access my upstream git change logs to my downstream email-ext template

2017-01-16 Thread da...@vanlaatum.id.au (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 David van Laatum commented on  JENKINS-41032  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: How to access my upstream git change logs to my downstream email-ext template
 

  
 
 
 
 

 
 I know of no existing plugins to do it but that doesn't mean there isn't. Its might be possible with a groovy script as well. https://wiki.jenkins-ci.org/display/JENKINS/Token+Macro+Plugin  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-41121) New scm-api versions changes branch name encoding breaking URIs and causing data loss

2017-01-16 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-41121  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: New scm-api versions changes branch name encoding breaking URIs and causing data loss   
 

  
 
 
 
 

 
 Code changed in jenkins User: R. Tyler Croy Path: src/main/resources/artifact-ignores.properties http://jenkins-ci.org/commit/backend-update-center2/b52d4f68547e2d09d50cc4127d37a153622b6c85 Log: Ignore SCM API 2.0 related changes until the cause of JENKINS-41121 The basic idea of this is that the upgrades are sufficiently dangerous and *one direction* (i.e. no rollback except for restoring from a pre-upgrade backup of JENKINS_HOME) that it's best for Jenkins users to hide these versions until this is figured out and made more safe. See https://jenkins.io/blog/2017/01/17/scm-api-2/ for the list of affected plugins.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-41121) New scm-api versions changes branch name encoding breaking URIs and causing data loss

2017-01-16 Thread ty...@monkeypox.org (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 R. Tyler Croy created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41121  
 
 
  New scm-api versions changes branch name encoding breaking URIs and causing data loss   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 R. Tyler Croy  
 
 
Components: 
 scm-api-plugin  
 
 
Created: 
 2017/Jan/17 7:00 AM  
 
 
Priority: 
  Critical  
 
 
Reporter: 
 R. Tyler Croy  
 

  
 
 
 
 

 
 The gist of this is that due to some encoding change made in the SCM API 2.0 release, conventional URIs  This was originally noticed by the Blue Ocean team in this pull request discussing integrating SCM API 2.0 changes. See also JENKINS-40299. The blog post discusses some of the data migrations which are supposed to take place, however the URI changing issue results in two bad behaviors: 
 
URIs change for Multibranch-based Pipelines which use "special characters" in their names, such as improvement/JENKINS-41047 would previously be located at: https://ci.blueocean.io/job/blueocean/job/improvement%2FJENKINS-41047/. After these changes it would be found at https://ci.blueocean.io/job/blueocean/job/improvement-JENKINS-41047.d61e72/ 
Post-upgrade, rebooting the Jenkins installation results in *every* Multibranch Pipeline being retriggered. Such as this Pipeline despite no new changes being made. 
 Because the upgrade to SCM API 2.0 is a one-direction-only change, I propose we blacklist the updated versions of the plugins referenced in this post before too many people upgrade a non-reversible upgrade.  
 

  
 
 
 
 

   

[JIRA] (JENKINS-41032) How to access my upstream git change logs to my downstream email-ext template

2017-01-16 Thread rrajsek...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 rajasekaran radhakrishnan commented on  JENKINS-41032  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: How to access my upstream git change logs to my downstream email-ext template
 

  
 
 
 
 

 
 thanks for your input.. How to change macro to variable. Is there any plugin available or we need to write a script to change it. please give some blog reference to complete this action. Regards, Raja  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-41120) Cannot connect to the Docker daemon. Is the docker daemon running on this host?

2017-01-16 Thread amitvashi...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Amit Vashist resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Would like to share the my experience, I had also encounter the same error while jenkins trigger build jobs, in order to overcome this issue tried the below mentioned solutions & its work for me. Error: > [docker-jenkins-job] $ /bin/sh -xe /tmp/hudson2951930380198129000.sh ++ /usr/bin/docker ps -aq --filter ancestor=myapache_image Cannot connect to the Docker daemon. Is the docker daemon running on this host? + /usr/bin/docker stop docker: "stop" requires a minimum of 1 argument. See '/usr/bin/docker-current stop --help'. Solution:  ===> Docker & Jenkins Issue ==> sudo gpasswd -a jenkins docker Edit the following file : vi /usr/lib/systemd/system/docker.service And edit this rule to expose the API : ExecStart=/usr/bin/docker daemon -H unix:// -H tcp://localhost:2375 Now it's time to reload and restart your Docker daemon: systemctl daemon-reload systemctl restart docker Then I restarted jenkins and I was able to perform docker commands as jenkins user in my jenkins jobs sudo service jenkins restart Results:  ==> [docker-jenkins-job] $ /bin/sh -xe /tmp/hudson6409609007865461459.sh ++ /usr/bin/docker ps -aq --filter ancestor=myapache_image + /usr/bin/docker rm -f 86ed79e70f88 86ed79e70f88 [docker-jenkins-job] $ /bin/sh -xe /tmp/hudson3750921594572949914.sh + /usr/bin/docker build -t myapache_image . Sending build context to Docker daemon 60.93 kB Step 1 : FROM ubuntu:latest ---> 104bec311bcd Step 2 : MAINTAINER Amit Vashist amitvashi...@gmail.com It work's.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-41120  
 
 
  Cannot connect to the Docker daemon. Is the docker daemon running on this host?   
 

  
 
 
 
 

 
Change By: 
 Amit Vashist  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 
   

[JIRA] (JENKINS-41120) Cannot connect to the Docker daemon. Is the docker daemon running on this host?

2017-01-16 Thread amitvashi...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Amit Vashist created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41120  
 
 
  Cannot connect to the Docker daemon. Is the docker daemon running on this host?   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Amit Vashist  
 
 
Components: 
 docker  
 
 
Created: 
 2017/Jan/17 6:30 AM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Amit Vashist  
 

  
 
 
 
 

 
 Getting the below error while jenkins trigger docker build jobs Error: > [docker-jenkins-job] $ /bin/sh -xe /tmp/hudson2951930380198129000.sh ++ /usr/bin/docker ps -aq --filter ancestor=myapache_image Cannot connect to the Docker daemon. Is the docker daemon running on this host? + /usr/bin/docker stop docker: "stop" requires a minimum of 1 argument. See '/usr/bin/docker-current stop --help'  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  

[JIRA] (JENKINS-40514) Typing Return Value of readMavenPom Causes ClassCastException

2017-01-16 Thread sas...@akv-soft.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Sascha Volkenandt commented on  JENKINS-40514  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Typing Return Value of readMavenPom Causes ClassCastException   
 

  
 
 
 
 

 
 Ditto with Jenkins 2.19.1, Pipeline 2.4 and Pipeline Utility Steps 1.2.2 It used to work though with 2.19.1, Pipeline 2.4 and Pipeline Utility Steps 1.1.6  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-41119) Not able to execute command on chef nodes parallely

2017-01-16 Thread irfu.sa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 irfan sayed commented on  JENKINS-41119  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Not able to execute command on chef nodes parallely
 

  
 
 
 
 

 
 working on this.  The configuration issue has been fixed. now working on the command execution   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-41119) Not able to execute command on chef nodes parallely

2017-01-16 Thread irfu.sa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 irfan sayed created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41119  
 
 
  Not able to execute command on chef nodes parallely
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 irfan sayed  
 
 
Components: 
 sinatra-chef-builder-plugin  
 
 
Created: 
 2017/Jan/17 6:10 AM  
 
 
Labels: 
 plugin  
 
 
Priority: 
  Critical  
 
 
Reporter: 
 irfan sayed  
 

  
 
 
 
 

 
 Even after saving the configuration , the chef-client OR any another command (as per configuration) is not able to run on the targetted nodes. This is critical and imapcting the plugin execution  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

 

[JIRA] (JENKINS-40881) Request for option to filter based on the branch or build status options

2017-01-16 Thread rus.cah...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ramanathan M commented on  JENKINS-40881  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Request for option to filter based on the branch or build status options   
 

  
 
 
 
 

 
 Hi James, Thanks for the update. /Ram  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-41113) pipeline: active choices plugin generates incorrect syntax for ScriptlerScriptParameter parameters

2017-01-16 Thread ow...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Owen Wood closed an issue as Duplicate  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41113  
 
 
  pipeline: active choices plugin generates incorrect syntax for ScriptlerScriptParameter parameters
 

  
 
 
 
 

 
Change By: 
 Owen Wood  
 
 
Status: 
 Open Closed  
 
 
Resolution: 
 Duplicate  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-41113) pipeline: active choices plugin generates incorrect syntax for ScriptlerScriptParameter parameters

2017-01-16 Thread ow...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Owen Wood commented on  JENKINS-41113  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: pipeline: active choices plugin generates incorrect syntax for ScriptlerScriptParameter parameters
 

  
 
 
 
 

 
 Hey Bruno P. Kinoshita, I did see JENKINS-29407 but wasn't 100% on whether it was the same issue.  Thanks for clearing that up.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-39346) Cryptic serialization error when SimpleBuildWrapper throws AbortException in pipeline

2017-01-16 Thread lars.law...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Lars Lawoko reopened an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 The "workflow-api" plugin which contains the "duplicate" fix has been fixed since 2.5; "2.5 (Oct 19, 2016) JENKINS-34488 Various errors when trying to run assert statements, and under certain other conditions as well." We can confirm that as of version 2.8, Jenkins LTS today, this issue still occurs. I will try to re-open this issue? Sorry if that is premature.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-39346  
 
 
  Cryptic serialization error when SimpleBuildWrapper throws AbortException in pipeline   
 

  
 
 
 
 

 
Change By: 
 Lars Lawoko  
 
 
Resolution: 
 Duplicate  
 
 
Status: 
 Resolved Reopened  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

   

[JIRA] (JENKINS-39346) Cryptic serialization error when SimpleBuildWrapper throws AbortException in pipeline

2017-01-16 Thread lars.law...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Lars Lawoko commented on  JENKINS-39346  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Cryptic serialization error when SimpleBuildWrapper throws AbortException in pipeline   
 

  
 
 
 
 

 
 The "workflow-api" plugin which contains the "duplicate" fix has been fixed since 2.5; "2.5 (Oct 19, 2016) JENKINS-34488 Various errors when trying to run assert statements, and under certain other conditions as well." We can confirm that as of version 2.8, Jenkins LTS today, this issue still occurs. I will try to re-open this issue? Sorry if that is premature.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-39690) Only 'Started' notifications are visible in Rocketchat

2017-01-16 Thread hyper...@web.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Martin Reinhardt commented on  JENKINS-39690  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Only 'Started' notifications are visible in Rocketchat   
 

  
 
 
 
 

 
 I investigated but didn't found the error. I use almost the same code as https://github.com/jenkinsci/slack-plugin  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38597) User can create pipeline from Git repository

2017-01-16 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay commented on  JENKINS-38597  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: User can create pipeline from Git repository   
 

  
 
 
 
 

 
 This is really good stuff Cliff Meyers  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-41113) pipeline: active choices plugin generates incorrect syntax for ScriptlerScriptParameter parameters

2017-01-16 Thread brunodepau...@yahoo.com.br (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Bruno P. Kinoshita commented on  JENKINS-41113  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: pipeline: active choices plugin generates incorrect syntax for ScriptlerScriptParameter parameters
 

  
 
 
 
 

 
 Hi Owen Wood. The active-choices plug-in relies heavily on the Jenkins UI for reactive parameters. For this reason we have never added pipeline support to the plugin. See JENKINS-29407 for more. If that issue ever gets fixed, the syntax should be corrected as well.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-32965) Issues with active Choice plugin

2017-01-16 Thread brunodepau...@yahoo.com.br (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Bruno P. Kinoshita updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-32965  
 
 
  Issues with active Choice plugin   
 

  
 
 
 
 

 
Change By: 
 Bruno P. Kinoshita  
 
 
Summary: 
 Issues with active Choice  pluggin  plugin  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38597) User can create pipeline from Git repository

2017-01-16 Thread cmey...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Cliff Meyers commented on  JENKINS-38597  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: User can create pipeline from Git repository   
 

  
 
 
 
 

 
 PR: https://github.com/jenkinsci/blueocean-plugin/pull/695  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38597) User can create pipeline from Git repository

2017-01-16 Thread cmey...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Cliff Meyers updated  JENKINS-38597  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38597  
 
 
  User can create pipeline from Git repository   
 

  
 
 
 
 

 
Change By: 
 Cliff Meyers  
 
 
Status: 
 In  Progress  Review  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-41114) REGRESSION: i18n key shown with favourites instead of translation

2017-01-16 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale commented on  JENKINS-41114  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: REGRESSION: i18n key shown with favourites instead of translation   
 

  
 
 
 
 

 
 Thorsten Scherler Cliff says that this is likely due to the JS running before the messages have been loaded in this case ...   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-41114) REGRESSION: i18n key shown with favourites instead of translation

2017-01-16 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41114  
 
 
  REGRESSION: i18n key shown with favourites instead of translation   
 

  
 
 
 
 

 
Change By: 
 Michael Neale  
 
 
Summary: 
 REGRESSION: i18n  placeholder  key  shown with favourites instead of translation  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-41022) windows slave can't run, Unexpected error in launching an agent

2017-01-16 Thread l.hu...@1tianxia.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 adam huang updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41022  
 
 
  windows slave can't run, Unexpected error in launching an agent   
 

  
 
 
 
 

 
Change By: 
 adam huang  
 
 
Priority: 
 Blocker Major  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-41118) Allow custom workspaces in declarative pipeline

2017-01-16 Thread ssutherl...@ea.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Sean Sutherland created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41118  
 
 
  Allow custom workspaces in declarative pipeline   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Andrew Bayer  
 
 
Components: 
 pipeline-model-definition-plugin  
 
 
Created: 
 2017/Jan/17 1:21 AM  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Sean Sutherland  
 

  
 
 
 
 

 
 The declarative pipeline syntax does not appear to allow for custom workspace roots.  Can this configuration be added to either the agent or options blocks?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (

[JIRA] (JENKINS-39342) Make the promoted-builds-plugin DSL extension for job-dsl-plugin extensible: Automatically Generated DSL

2017-01-16 Thread afergu...@ea.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew Ferguson commented on  JENKINS-39342  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Make the promoted-builds-plugin DSL extension for job-dsl-plugin extensible: Automatically Generated DSL   
 

  
 
 
 
 

 
 I'd really love to see this; The inability to use publishers in promoted plugin DSL is causing headaches left and right for my team :/  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40526) Developer would like to get the logs for a stage or parallel

2017-01-16 Thread bmacl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brody Maclean assigned an issue to James Dumay  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40526  
 
 
  Developer would like to get the logs for a stage or parallel   
 

  
 
 
 
 

 
Change By: 
 Brody Maclean  
 
 
Assignee: 
 Brody Maclean James Dumay  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40526) Developer would like to get the logs for a stage or parallel

2017-01-16 Thread bmacl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brody Maclean edited a comment on  JENKINS-40526  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Developer would like to get the logs for a stage or parallel   
 

  
 
 
 
 

 
 ## h4.  Stage log download !screenshot-1.png|thumbnail!  ## h4.  Entire pipeline log (Artifacts tab) !screenshot-2.png|thumbnail!   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40526) Developer would like to get the logs for a stage or parallel

2017-01-16 Thread bmacl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brody Maclean commented on  JENKINS-40526  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Developer would like to get the logs for a stage or parallel   
 

  
 
 
 
 

 
 
 
 
 
Stage log download   
  
 
 
 
 
Entire pipeline log (Artifacts tab)   
  
  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40526) Developer would like to get the logs for a stage or parallel

2017-01-16 Thread bmacl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brody Maclean updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40526  
 
 
  Developer would like to get the logs for a stage or parallel   
 

  
 
 
 
 

 
Change By: 
 Brody Maclean  
 
 
Attachment: 
 screenshot-2.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40526) Developer would like to get the logs for a stage or parallel

2017-01-16 Thread bmacl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brody Maclean updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40526  
 
 
  Developer would like to get the logs for a stage or parallel   
 

  
 
 
 
 

 
Change By: 
 Brody Maclean  
 
 
Attachment: 
 screenshot-1.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-41117) implement SCM api 2.x

2017-01-16 Thread joseph...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Joseph Petersen edited a comment on  JENKINS-41117  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: implement SCM api 2.x   
 

  
 
 
 
 

 
 [~stephenconnolly] Any further hints for how to go about  backwards compatiblity  backward compatibility ? I already started some other work on something similar at https://github.com/casz/accurev-plugin/tree/backwardscompatibilityLike converting username and password to credentials and move the whole server config away from inner class.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-41117) implement SCM api 2.x

2017-01-16 Thread joseph...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Joseph Petersen edited a comment on  JENKINS-41117  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: implement SCM api 2.x   
 

  
 
 
 
 

 
 [~stephenconnolly] Any further hints for how to go about backwards compatiblity? I already started some other work on something  music  similar at https://github.com/casz/accurev-plugin/tree/backwardscompatibilityLike converting username and password to credentials and move the whole server config away from inner class.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-41117) implement SCM api 2.x

2017-01-16 Thread joseph...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Joseph Petersen commented on  JENKINS-41117  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: implement SCM api 2.x   
 

  
 
 
 
 

 
 Stephen Connolly Any further hints for how to go about backwards compatiblity? I already started some other work on something music similar at https://github.com/casz/accurev-plugin/tree/backwardscompatibility Like converting username and password to credentials and move the whole server config away from inner class.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-41117) implement SCM api 2.x

2017-01-16 Thread joseph...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Joseph Petersen created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41117  
 
 
  implement SCM api 2.x   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Joseph Petersen  
 
 
Components: 
 accurev-plugin  
 
 
Created: 
 2017/Jan/17 1:06 AM  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Joseph Petersen  
 

  
 
 
 
 

 
 Documentation for implementation Link to plugin info Link to blog post  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

[JIRA] (JENKINS-41116) Instructions for slack-plugin out of date on Jenkins wiki

2017-01-16 Thread jenk...@johnnado.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 John McGehee updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41116  
 
 
  Instructions for slack-plugin out of date on Jenkins wiki   
 

  
 
 
 
 

 
Change By: 
 John McGehee  
 

  
 
 
 
 

 
 I spent quite a while trying to get Slack notifications working based on the [instructions on the Jenkins Wiki|https://wiki.jenkins-ci.org/display/JENKINS/Slack+Plugin].  They do not work.The instructions on GitHub work great, so I added the following warning to the Jenkins Wiki page:bq. The instructions presented below are incomplete. Follow the instructions on the Slack Plugin's GithHub home page.  They work great. bq.   Please shorten the Jenkins Wiki instructions to refer the user to GitHub.*If you agree that this should be done, just assign this issue to me, and I will edit the Jenkins wiki for you.*   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an e

[JIRA] (JENKINS-41116) Instructions for slack-plugin out of date on Jenkins wiki

2017-01-16 Thread jenk...@johnnado.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 John McGehee updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41116  
 
 
  Instructions for slack-plugin out of date on Jenkins wiki   
 

  
 
 
 
 

 
Change By: 
 John McGehee  
 

  
 
 
 
 

 
 I spent quite a while trying to get Slack notifications working based on the [instructions on the Jenkins Wiki|https://wiki.jenkins-ci.org/display/JENKINS/Slack+Plugin].  They do not work.The instructions on GitHub work great, so I added the following warning to the Jenkins Wiki page: > bq.  The instructions presented below are incomplete. Follow the instructions on the Slack Plugin's GithHub home page.  They work great.  bq.  Please shorten the Jenkins Wiki instructions to refer the user to GitHub.*If you agree that this should be done, just assign this issue to me, and I will edit the Jenkins wiki for you.*   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send 

[JIRA] (JENKINS-41116) Instructions for slack-plugin out of date on Jenkins wiki

2017-01-16 Thread jenk...@johnnado.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 John McGehee updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41116  
 
 
  Instructions for slack-plugin out of date on Jenkins wiki   
 

  
 
 
 
 

 
Change By: 
 John McGehee  
 
 
Summary: 
 Instructions  for slack-plugin  out of date on Jenkins wiki  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-41116) Instructions out of date on Jenkins wiki

2017-01-16 Thread jenk...@johnnado.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 John McGehee updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41116  
 
 
  Instructions out of date on Jenkins wiki   
 

  
 
 
 
 

 
Change By: 
 John McGehee  
 

  
 
 
 
 

 
 I spent quite a while trying to get Slack notifications working based on the [instructions on the Jenkins Wiki|https://wiki.jenkins-ci.org/display/JENKINS/Slack+Plugin].  They do not work.The instructions on GitHub work great, so I added the following warning to the Jenkins Wiki page:> The instructions presented below are incomplete. Follow the instructions on the Slack Plugin's GithHub home page.  They work great.Please shorten the Jenkins Wiki instructions to refer the user to GitHub.*If you agree that this  should  be done, just assign this issue to me, and I will edit the Jenkins wiki for you.*  
  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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

[JIRA] (JENKINS-41116) Instructions out of date on Jenkins wiki

2017-01-16 Thread jenk...@johnnado.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 John McGehee updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41116  
 
 
  Instructions out of date on Jenkins wiki   
 

  
 
 
 
 

 
Change By: 
 John McGehee  
 
 
Summary: 
 Jenkins wiki instructions Instructions  out of date  on Jenkins wiki  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-41116) Jenkins wiki instructions out of date

2017-01-16 Thread jenk...@johnnado.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 John McGehee created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41116  
 
 
  Jenkins wiki instructions out of date   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Kurt Madel  
 
 
Components: 
 slack-plugin  
 
 
Created: 
 2017/Jan/17 12:53 AM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 John McGehee  
 

  
 
 
 
 

 
 I spent quite a while trying to get Slack notifications working based on the instructions on the Jenkins Wiki. They do not work. The instructions on GitHub work great, so I added the following warning to the Jenkins Wiki page: > The instructions presented below are incomplete. Follow the instructions on the Slack Plugin's GithHub home page. They work great. Please shorten the Jenkins Wiki instructions to refer the user to GitHub. If you agree that this be done, just assign this issue to me, and I will edit the Jenkins wiki for you.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
 

[JIRA] (JENKINS-40526) Developer would like to get the logs for a stage or parallel

2017-01-16 Thread bmacl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brody Maclean started work on  JENKINS-40526  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Brody Maclean  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-41114) REGRESSION: i18n placeholder shown with favourites instead of translation

2017-01-16 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41114  
 
 
  REGRESSION: i18n placeholder shown with favourites instead of translation   
 

  
 
 
 
 

 
Change By: 
 Michael Neale  
 

  
 
 
 
 

 
 * If you run blue ocean, don't have any favourites, you will see a placeholder "dashboardCard.input.favorite" on screen when it shouldn't be there. You can see this with mvn hpi:run  * On dogfood; it shows this up all the time:  !Screen Shot 2017-01-17 at 11.16.43 am.png|thumbnail!This seems a recent regression  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-41114) REGRESSION: i18n placeholder shown with favourites instead of translation

2017-01-16 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale assigned an issue to Thorsten Scherler  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41114  
 
 
  REGRESSION: i18n placeholder shown with favourites instead of translation   
 

  
 
 
 
 

 
Change By: 
 Michael Neale  
 
 
Assignee: 
 Thorsten Scherler  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-41114) REGRESSION: i18n placeholder shown with favourites instead of translation

2017-01-16 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41114  
 
 
  REGRESSION: i18n placeholder shown with favourites instead of translation   
 

  
 
 
 
 

 
Change By: 
 Michael Neale  
 

  
 
 
 
 

 
  * If you run blue ocean, don't have any favourites, you will see a placeholder "dashboardCard.input.favorite" on screen when it shouldn't be there. You can see this with mvn hpi:run* On dogfood; it shows this up all the time:  !Screen Shot 2017-01-17 at 11.16.43 am.png|thumbnail! This seems a recent regression It is almost like it is failing to load the i18n stuff in some cases.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-41114) REGRESSION: incorrect placeholder shown with favourites

2017-01-16 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41114  
 
 
  REGRESSION: incorrect placeholder shown with favourites   
 

  
 
 
 
 

 
Change By: 
 Michael Neale  
 
 
Priority: 
 Critical Blocker  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-41114) REGRESSION: i18n placeholder shown with favourites instead of translation

2017-01-16 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41114  
 
 
  REGRESSION: i18n placeholder shown with favourites instead of translation   
 

  
 
 
 
 

 
Change By: 
 Michael Neale  
 
 
Summary: 
 REGRESSION:  incorrect  i18n  placeholder shown with favourites  instead of translation  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-41114) REGRESSION: incorrect placeholder shown with favourites

2017-01-16 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41114  
 
 
  REGRESSION: incorrect placeholder shown with favourites   
 

  
 
 
 
 

 
Change By: 
 Michael Neale  
 
 
Summary: 
 REGRESSION: incorrect placeholder shown  when there are no  with  favourites  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-41114) REGRESSION: incorrect placeholder shown with favourites

2017-01-16 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41114  
 
 
  REGRESSION: incorrect placeholder shown with favourites   
 

  
 
 
 
 

 
Change By: 
 Michael Neale  
 
 
Attachment: 
 Screen Shot 2017-01-17 at 11.16.43 am.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-41114) REGRESSION: incorrect placeholder shown with favourites

2017-01-16 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41114  
 
 
  REGRESSION: incorrect placeholder shown with favourites   
 

  
 
 
 
 

 
Change By: 
 Michael Neale  
 

  
 
 
 
 

 
 If you run blue ocean, don't have any favourites, you will see a placeholder "dashboardCard.input.favorite" on screen when it shouldn't be there.  You can see this with mvn hpi:runOn dogfood; it shows this up all the time:  !Screen Shot 2017-01-17 at 11.16.43 am.png|thumbnail!
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-41115) Join Plugin declared optional dependency to Matrix Project when it's not

2017-01-16 Thread db...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Beck created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41115  
 
 
  Join Plugin declared optional dependency to Matrix Project when it's not   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Daniel Beck  
 
 
Components: 
 join-plugin  
 
 
Created: 
 2017/Jan/16 11:57 PM  
 
 
Priority: 
  Critical  
 
 
Reporter: 
 Daniel Beck  
 

  
 
 
 
 

 
 This: https://github.com/jenkinsci/join-plugin/commit/4c5fefa05cbf2f0ae26ad56bc1510e0135fb8a75#diff-600376dffeb79835ede4a0b285078036R39 … is a lie: https://github.com/jenkinsci/join-plugin/blob/e8b1c0023f0d8e8e56aadbd7189f6be4dc6b80e0/src/main/java/join/JoinTrigger.java#L85 Not having Matrix Project installed when installing Join Plugin will result in severe failures.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
  

[JIRA] (JENKINS-41114) REGRESSION: incorrect placeholder shown when there are no favourites

2017-01-16 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41114  
 
 
  REGRESSION: incorrect placeholder shown when there are no favourites   
 

  
 
 
 
 

 
Change By: 
 Michael Neale  
 
 
Sprint: 
 tethys  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-41114) REGRESSION: incorrect placeholder shown when there are no favourites

2017-01-16 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41114  
 
 
  REGRESSION: incorrect placeholder shown when there are no favourites   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Attachments: 
 Screen Shot 2017-01-17 at 10.35.23 am.png  
 
 
Components: 
 blueocean-plugin  
 
 
Created: 
 2017/Jan/16 11:53 PM  
 
 
Priority: 
  Critical  
 
 
Reporter: 
 Michael Neale  
 

  
 
 
 
 

 
 If you run blue ocean, don't have any favourites, you will see a placeholder "dashboardCard.input.favorite" on screen when it shouldn't be there.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 


[JIRA] (JENKINS-40933) Optimize cold load time by concatinating common JS files

2017-01-16 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale commented on  JENKINS-40933  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Optimize cold load time by concatinating common JS files   
 

  
 
 
 
 

 
 legal in california.  But more seriously, chrome will only load 6 at once, so all 3 of these take on one loading "cascade". All we can do is experiment and iterate (now we can measure, thanks to PR builder).  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-41113) pipeline: active choices plugin generates incorrect syntax for ScriptlerScriptParameter parameters

2017-01-16 Thread ow...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Owen Wood created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41113  
 
 
  pipeline: active choices plugin generates incorrect syntax for ScriptlerScriptParameter parameters
 

  
 
 
 
 

 
Issue Type: 
  New Feature  
 
 
Assignee: 
 Bruno P. Kinoshita  
 
 
Components: 
 active-choices-plugin  
 
 
Created: 
 2017/Jan/16 11:39 PM  
 
 
Environment: 
 Jenkins Version: 2.19  Active Choices Plugin: 1.5.2  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Owen Wood  
 

  
 
 
 
 

 
 Steps to reproduce: 1. GOTO "Pipeline Syntax" 2. select "properties: Set job properties" 3. select "This project is parameterized" tickbox 4. select "Add parameter" 5. select "Active Choices Parameter" 6. select "Scriptler Script" 7. select any script that requires a parameter 8. select "ParametersDescription" to get the parameters form 9. populate "Parameter Name" and "Parameter Value" fields 10. select "Generate Pipeline Script" Actual syntax generated (example): 

 

properties([[$class: 'RebuildSettings', autoRebuild: false, rebuildDisabled: false], parameters([[$class: 'ChoiceParameter', choiceType: 'PT_SINGLE_SELECT', description: '', filterable: false, name: 'test', randomName: 'choice-parameter-9175899517657', script: [$class: 'ScriptlerScript', parameters: [colorMapName: 'xterm'], scriptlerScriptId: 'addAnsiColorToAllJobs.groovy']]]), pipelineTriggers([])])
 

 Expected (valid) syntax: 

 

properties([[$clas

[JIRA] (JENKINS-41112) GitHub Branch Source should throttle calls to stay below rate limit

2017-01-16 Thread stephen.alan.conno...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stephen Connolly closed an issue as Duplicate  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41112  
 
 
  GitHub Branch Source should throttle calls to stay below rate limit   
 

  
 
 
 
 

 
Change By: 
 Stephen Connolly  
 
 
Status: 
 Open Closed  
 
 
Resolution: 
 Duplicate  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38442) Support nested stages in the Pipeline Graph

2017-01-16 Thread kuber.k...@dowjones.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Kuber Kaul commented on  JENKINS-38442  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Support nested stages in the Pipeline Graph   
 

  
 
 
 
 

 
 got it, thanks.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-26881) Doesn't send any notifications to webhook

2017-01-16 Thread jenkins-ci....@meneguello.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Bruno Meneguello resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-26881  
 
 
  Doesn't send any notifications to webhook   
 

  
 
 
 
 

 
Change By: 
 Bruno Meneguello  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38442) Support nested stages in the Pipeline Graph

2017-01-16 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38442  
 
 
  Support nested stages in the Pipeline Graph   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 

  
 
 
 
 

 
 {panel:title=Support for nested stages is currently unplanned  and is not actively being worked on |titleBGColor=lightgrey}There is some debate on how this concept can be visualised in Blue Ocean. Its possible to have infinitely nested stages that would be impossible for the visualization to display correctly.It's also impossible for us to correctly decide if a inner stage should be used as a "label" for a set of steps or if it is an actual stage. Labelling using {{stage}} needs to be revisited in Pipeline Script.The Blue Ocean team needs to refine the design for the pipeline graph for this to be supported.{panel}*Original ticket*I've tried using nested stages in order to group each shell script alone to have a meaningful data, however this broken the UI of blueocean and it stopped it from showing showing the variant steps.*Example 1*{code:java}def test = [:]test["a"] = {stage ("a") {stage ("ab") {sh "echo stage abc"}stage ("xyz") {sh "echo stage xyz"}}}test["b"] = {stage ("b") {stage ("bb") {sh "echo stage bb"}stage ("bxz") {sh "echo stagebxyz"}}}node {   //stage 'start'   parallel test   stage ('middle') {   sh "echo middle"   }   }{code}*Example 2*{code}node() {  stage('Build') {println 'I prepare the build for the parallel steps'  }  stage('Test') {   parallel ( "win7-vs2012" : { stage("checkout") { }; stage("build") { }; stage("test") { } }, "win10-vs2015" : { stage("checkout") { }; stage("build") { }; stage("test") { }}, "linux-gcc5" : { stage("checkout") { }; stage("build") { }; stage("test") { } })  }}{code}  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
   

[JIRA] (JENKINS-38442) Support nested stages in the Pipeline Graph

2017-01-16 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay commented on  JENKINS-38442  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Support nested stages in the Pipeline Graph   
 

  
 
 
 
 

 
 Kuber Kaul as the issue description says we currently do not have a resolution for this just yet. Make sure you watch this ticket for updates.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38442) Support nested stages in the Pipeline Graph

2017-01-16 Thread kuber.k...@dowjones.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Kuber Kaul commented on  JENKINS-38442  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Support nested stages in the Pipeline Graph   
 

  
 
 
 
 

 
 Any resolution dates on this ? I have the same issue with the nested stages not being displayed at all.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-23770) populateJenkinsHome does not work for all Jenkins TYPEs

2017-01-16 Thread ullrich.haf...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ulli Hafner commented on  JENKINS-23770  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: populateJenkinsHome does not work for all Jenkins TYPEs   
 

  
 
 
 
 

 
 I did not see these problems again for the controllers I'm using (LocalController, ExistingJenkinsController, PooledJenkinsController).  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-41059) Exception in thread "LittleProxy-JVM-shutdown-hook" java.lang.NoClassDefFoundError

2017-01-16 Thread ey...@jfrog.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Eyal Ben Moshe commented on  JENKINS-41059  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Exception in thread "LittleProxy-JVM-shutdown-hook" java.lang.NoClassDefFoundError   
 

  
 
 
 
 

 
 It looks like the flow is stuck in the dockerPush step. This step attempts to send a REST request to docker daemon, using the docker java client. Providing the tcp address of the daemon is configured in the Pipeline script, could it be that the request is hung somewhere? Are you able to debug this?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-26907) HockeyApp Configuration Lost after Jenkins Restart

2017-01-16 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-26907  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: HockeyApp Configuration Lost after Jenkins Restart   
 

  
 
 
 
 

 
 Code changed in jenkins User: Darragh Sherwin Path: src/main/java/hockeyapp/HockeyappRecorder.java http://jenkins-ci.org/commit/hockeyapp-plugin/84a31cef8fce00afcad94249e35783a6c0b6160c Log: Fix for JENKINS-26907  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-26907) HockeyApp Configuration Lost after Jenkins Restart

2017-01-16 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-26907  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: HockeyApp Configuration Lost after Jenkins Restart   
 

  
 
 
 
 

 
 Code changed in jenkins User: Brantone Path: src/main/java/hockeyapp/HockeyappRecorder.java http://jenkins-ci.org/commit/hockeyapp-plugin/3095b194ff58612dcdedbbeaf8df6a74184af01f Log: Merge pull request #33 from darraghs/master Fix for JENKINS-26907 Compare: https://github.com/jenkinsci/hockeyapp-plugin/compare/0e4cecd10988...3095b194ff58  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-7321) Ability to re-run a past job with the same or similar parameters

2017-01-16 Thread it...@us.ibm.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ian Tait commented on  JENKINS-7321  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Ability to re-run a past job with the same or similar parameters   
 

  
 
 
 
 

 
 +1 Sebastien Vas I agree, there should be an option to use either the original or the current configuration.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-39690) Only 'Started' notifications are visible in Rocketchat

2017-01-16 Thread admin.p...@iugome.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 IUGO Admin commented on  JENKINS-39690  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Only 'Started' notifications are visible in Rocketchat   
 

  
 
 
 
 

 
 when testing connection we get Success. but only build job start is displayed in our public rocketchat room.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-39690) Only 'Started' notifications are visible in Rocketchat

2017-01-16 Thread fibre...@dynamicfiles.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Danny Althoff edited a comment on  JENKINS-39690  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Only 'Started' notifications are visible in Rocketchat   
 

  
 
 
 
 

 
 [~mreinhardt]Hi there, just a stupid question: I checked the sourcecode a bit, and saw that {{ActiveNotifier.completed(AbstractBuild)}} gets never called, but {{ActiveNotifier.started(AbstractBuild)}} is getting called. I don't know anything about jenkins-plugin development, but it makes me  courious  curious .  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-39690) Only 'Started' notifications are visible in Rocketchat

2017-01-16 Thread fibre...@dynamicfiles.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Danny Althoff commented on  JENKINS-39690  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Only 'Started' notifications are visible in Rocketchat   
 

  
 
 
 
 

 
 Martin Reinhardt Hi there, just a stupid question: I checked the sourcecode a bit, and saw that ActiveNotifier.completed(AbstractBuild) gets never called, but ActiveNotifier.started(AbstractBuild) is getting called. I don't know anything about jenkins-plugin development, but it makes me courious.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40907) Can't save jenkins system config

2017-01-16 Thread ahmar...@mail.usf.edu (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew Martin commented on  JENKINS-40907  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Can't save jenkins system config   
 

  
 
 
 
 

 
 The most recent snapshot does allow me to save configuration changes. Our slaves our distributed among many teams, so it would have been difficult to get them all running on the same JDKs; I appreciate the help!   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40761) i18n does not changes language in Blueocean when using the Quick Language Switcher for Chrome

2017-01-16 Thread tom.fenne...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tom FENNELLY commented on  JENKINS-40761  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: i18n does not changes language in Blueocean when using the Quick Language Switcher for Chrome   
 

  
 
 
 
 

 
 PR: https://github.com/jenkinsci/blueocean-plugin/pull/714  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40761) i18n does not changes language in Blueocean when using the Quick Language Switcher for Chrome

2017-01-16 Thread tom.fenne...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tom FENNELLY updated  JENKINS-40761  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40761  
 
 
  i18n does not changes language in Blueocean when using the Quick Language Switcher for Chrome   
 

  
 
 
 
 

 
Change By: 
 Tom FENNELLY  
 
 
Status: 
 In  Progress  Review  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40113) sematic-versioning-plugin causes dashboard to biff

2017-01-16 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-40113  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: sematic-versioning-plugin causes dashboard to biff   
 

  
 
 
 
 

 
 Code changed in jenkins User: Steve Wagner Path: src/main/java/org/jenkinsci/plugins/SemanticVersioning/SemanticVersionColumn.java http://jenkins-ci.org/commit/semantic-versioning-plugin/1cd9ac0b7db35454de79a7e6c9c3bb82ed132727 Log: Merge pull request #8 from jenkinsci/jenkins-40113 [FIXED JENKINS-40113] sematic-versioning-plugin causes dashboard to biff Compare: https://github.com/jenkinsci/semantic-versioning-plugin/compare/97b5282c5cbe...1cd9ac0b7db3  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-41112) GitHub Branch Source should throttle calls to stay below rate limit

2017-01-16 Thread bat...@batmat.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Baptiste Mathus updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41112  
 
 
  GitHub Branch Source should throttle calls to stay below rate limit   
 

  
 
 
 
 

 
Change By: 
 Baptiste Mathus  
 
 
Environment: 
 2.0.0  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-41112) GitHub Branch Source should throttle calls to stay below rate limit

2017-01-16 Thread bat...@batmat.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Baptiste Mathus updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41112  
 
 
  GitHub Branch Source should throttle calls to stay below rate limit   
 

  
 
 
 
 

 
Change By: 
 Baptiste Mathus  
 

  
 
 
 
 

 
 As a user, I would like to be able to use GitHub Branch Source plugin on big GitHub organizations. Right now, though it's *a lot* better, we still hit the wall of the rate limit.The workaround could be to specify a {{Repository name pattern}} but that wouldn't work for all our cases because we don't have naming rules that would enable that.I think the plugin could for example:* check the number of repositories of the requested organization (and the given pattern)* do a rough calculation of the number of API calls* warn the user it's going to take (far) more time than pure CPU/network capacities should enable to be able to complete the operation.Example: say I need 10 API calls per repo and I find the user has 1000. This would be 10k calls, instead of the max of 5k. Without even counting the probable other calls coming from some other plugins and so on. So, the plugin would regularly _sleep_ from time to time to throttle and stay under the radar. Here is an example of what the scanning provoked in term of API calls after I created a new Org Folder and clicked on Save:{code:java}$ while truedo curl -s -u USER:REDACTED_PAT https://api.github.com/rate_limit | jq -r .rate.remainingsleep 10done49964996474245184316407238843707332028002211189516851466123195268545420400{code}And sure, when 0 was reached, the plugin started failing as  expected  _expected_ :{noformat}Started[Mon Jan 16 20:50:34 UTC 2017] Starting organization scan...[Mon Jan 16 20:50:34 UTC 2017] Updating actions...Looking up details of ORG...ERROR: [Mon Jan 16 20:50:34 UTC 2017] Could not refresh actions for navigator org.jenkinsci.plugins.github_branch_source.GitHubSCMNavigator@1164b181org.jenkinsci.plugins.github_branch_source.RateLimitExceededException: GitHub API rate limit exceeded at org.jenkinsci.plugins.github_branch_source.Connector$1.onError(Connector.java:259) at org.kohsuke.github.Requester.handleApiError(Requester.java:649) at org.kohsuke.github.Requester._to(Requester.java:284) at org.kohsuke.github.Requester.to(Requester.java:225) at org.kohsuke.github.GitHub.checkApiUrlValidity(GitHub.java:669) at org.jenkinsci.plugins.github_branch_source.GitHubSCMNavigator.retrieveActions(GitHubSCMNavigator.java:476) at jenkins.scm.api.SCMNavigator.fetchActions(SCMNavigator.java:315) at jenkins.branch.OrganizationFolder.computeChildren(OrganizationFolder.java:371) at com.cloudbees.hudson.plugins.folder.computed.ComputedFolder.updateChildren(ComputedFolder.java:187) at com.cloudbees.hudson.plugins.folder.computed.FolderComputation.run(FolderComputation.java:139) at jenkins.branch.OrganizationFolder$OrganizationScan.run(OrganizationFolder.java:814) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:410)[Mon Jan 16 20:50:34 UTC 2017] Consulting GitHub OrganizationERROR: [Mon Jan 16 20:50:34 UTC 2017] Coul

[JIRA] (JENKINS-41112) GitHub Branch Source should throttle calls to stay below rate limit

2017-01-16 Thread bat...@batmat.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Baptiste Mathus created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41112  
 
 
  GitHub Branch Source should throttle calls to stay below rate limit   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 github-branch-source-plugin  
 
 
Created: 
 2017/Jan/16 9:01 PM  
 
 
Priority: 
  Critical  
 
 
Reporter: 
 Baptiste Mathus  
 

  
 
 
 
 

 
 As a user, I would like to be able to use GitHub Branch Source plugin on big GitHub organizations.  Right now, though it's a lot better, we still hit the wall of the rate limit. The workaround could be to specify a Repository name pattern but that wouldn't work for all our cases because we don't have naming rules that would enable that. I think the plugin could for example: 
 
check the number of repositories of the requested organization (and the given pattern) 
do a rough calculation of the number of API calls 
warn the user it's going to take (far) more time than pure CPU/network capacities should enable to be able to complete the operation. 
 Example:  say I need 10 API calls per repo and I find the user has 1000. This would be 10k calls, instead of the max of 5k. Without even counting the probable other calls coming from some other plugins and so on.  So, the plugin would regularly sleep from time to time to throttle and stay under the radar.  Here is an example of what the scanning provoked in term of API calls after I created a new Org Folder and clicked on Save: 

 

$ while true
do curl -s -u USER:REDACTED_PAT https://api.github.com/rate_limit | jq -r .rate.remaining
sleep 10
done
4996
4996
4742
4518

[JIRA] (JENKINS-38754) Failing test view omits important stdout/stderr information

2017-01-16 Thread i...@ivan.net.nz (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ivan Meredith started work on  JENKINS-38754  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Ivan Meredith  
 
 
Status: 
 Reopened In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-36975) User should only see the administration link in the header if they are logged in

2017-01-16 Thread i...@ivan.net.nz (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ivan Meredith updated  JENKINS-36975  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36975  
 
 
  User should only see the administration link in the header if they are logged in
 

  
 
 
 
 

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

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40740) Blue ocean branches page crashes when branch does not have a last run date

2017-01-16 Thread i...@ivan.net.nz (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ivan Meredith commented on  JENKINS-40740  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Blue ocean branches page crashes when branch does not have a last run date   
 

  
 
 
 
 

 
 Michael Neale This has nothing to do with empty state. Its that run data is missing for a branch.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-37427) Handle Matrix project in UI

2017-01-16 Thread i...@ivan.net.nz (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ivan Meredith updated  JENKINS-37427  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37427  
 
 
  Handle Matrix project in UI   
 

  
 
 
 
 

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

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-39690) Only 'Started' notifications are visible in Rocketchat

2017-01-16 Thread fibre...@dynamicfiles.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Danny Althoff commented on  JENKINS-39690  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Only 'Started' notifications are visible in Rocketchat   
 

  
 
 
 
 

 
 After adding jenkins.plugins.rocketchatnotifier.RocketClientImpl to the logger, I got this, and nothing more: 

 
Jan 16, 2017 9:24:53 PM INFORMATION jenkins.plugins.rocketchatnotifier.RocketChatNotifier prebuild

Invoking Started...

Jan 16, 2017 9:24:53 PM FEIN jenkins.plugins.rocketchatnotifier.RocketChatNotifier

Getting build server URL

Jan 16, 2017 9:24:53 PM FEIN jenkins.plugins.rocketchatnotifier.RocketClientImpl

Starting sending message to channel XX
 

  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-39690) Only 'Started' notifications are visible in Rocketchat

2017-01-16 Thread fibre...@dynamicfiles.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Danny Althoff commented on  JENKINS-39690  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Only 'Started' notifications are visible in Rocketchat   
 

  
 
 
 
 

 
 Regarding that NPE for "Test Connection" I have made a Pull-Request on github: https://github.com/jenkinsci/rocketchatnotifier-plugin/pull/5 Will try to analyse the problem and report back.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-39690) Only 'Started' notifications are visible in Rocketchat

2017-01-16 Thread admin.p...@iugome.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 IUGO Admin commented on  JENKINS-39690  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Only 'Started' notifications are visible in Rocketchat   
 

  
 
 
 
 

 
 we have this bug as well.  rocketchat 0.48.2  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-30648) Disabling Emma Code Coverage plugin

2017-01-16 Thread sam.o...@genmills.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Samantha Oyen commented on  JENKINS-30648  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Disabling Emma Code Coverage plugin   
 

  
 
 
 
 

 
 Thanks for the pointer! I'll definitely check that out.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-30648) Disabling Emma Code Coverage plugin

2017-01-16 Thread will.sa...@greenwayhealth.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Will Saxon commented on  JENKINS-30648  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Disabling Emma Code Coverage plugin   
 

  
 
 
 
 

 
 Take a look at the xUnit plugin. We are using this w/ OpenCover to publish MS Test results vs. using the MSTest plugin. We get all the same information, except there's no broken coverage trend.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-30648) Disabling Emma Code Coverage plugin

2017-01-16 Thread will.sa...@greenwayhealth.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Will Saxon edited a comment on  JENKINS-30648  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Disabling Emma Code Coverage plugin   
 

  
 
 
 
 

 
 Take a look at the xUnit plugin. We are using this w/ OpenCover to publish MS Test results vs. using the MSTest plugin  directly . We get all the same information, except there's no broken coverage trend.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40178) Use new QEMU2 Emulator engine

2017-01-16 Thread atho...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Burton commented on  JENKINS-40178  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Use new QEMU2 Emulator engine   
 

  
 
 
 
 

 
 Any update on this?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-41111) click build bottom would crash when Active Choices Plugin conjunction with Dynamic Parameter Plugin

2017-01-16 Thread wangxia...@live.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 xiaoyu wang created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-4  
 
 
  click build bottom would crash when Active Choices Plugin conjunction with Dynamic Parameter Plugin   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Bruno P. Kinoshita  
 
 
Components: 
 active-choices-plugin, dynamicparameter-plugin  
 
 
Created: 
 2017/Jan/16 6:58 PM  
 
 
Environment: 
 Jenkins ver. 1.653  Active Choices Plugin Active Choices Plug-in  Dynamic Parameter Plugin 0.20  
 
 
Priority: 
  Major  
 
 
Reporter: 
 xiaoyu wang  
 

  
 
 
 
 

 
 javax.servlet.ServletException: java.lang.IllegalArgumentException: Illegal choice: java/kuk-config-https.git at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:796) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) at org.kohsuke.stapler.MetaClass$5.doDispatch(MetaClass.java:233) at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) at org.kohsuke.stapler.MetaClass$5.doDispatch(MetaClass.java:233) at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:649) at org.kohsuke.stapler.Stapler.service(Stapler.java:238) at javax.servlet.http.HttpServlet.service(HttpServlet.java:729) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:292) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240) at org.apache.catalina.core.ApplicationFilterCha

[JIRA] (JENKINS-30648) Disabling Emma Code Coverage plugin

2017-01-16 Thread sam.o...@genmills.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Samantha Oyen commented on  JENKINS-30648  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Disabling Emma Code Coverage plugin   
 

  
 
 
 
 

 
 I'm looking for this feature as well! I've got a broken Emma coverage graph image on all my dashboards   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-41086) Performance plugin support in dsl plugin

2017-01-16 Thread surendran.manic...@sap.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Surendran Manickam updated  JENKINS-41086  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41086  
 
 
  Performance plugin support in dsl plugin   
 

  
 
 
 
 

 
Change By: 
 Surendran Manickam  
 
 
Status: 
 Reopened Open  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-41110) Google Play credentials check should be made on the build agent

2017-01-16 Thread ch...@orr.me.uk (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Christopher Orr created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41110  
 
 
  Google Play credentials check should be made on the build agent   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Christopher Orr  
 
 
Components: 
 google-play-android-publisher-plugin  
 
 
Created: 
 2017/Jan/16 6:45 PM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Christopher Orr  
 

  
 
 
 
 

 
 Fetching the Google credentials is done before attempting to upload APKs from the workspace. Which means that this is done on the master, rather than on the build agent, so the plugin doesn't work in setups where the master does not have internet connectivity, but the agents do. Ideally, we should do all network operations on the same machine. To check: 1. That this works for all types of operations (i.e. also when doing track assignment from an agent, with/without APKs to read the versionCodes from) 2. What happens on the master when configuring a job, but there's no internet connectivity (AFAIR, we attempt to verify the credentials at job config time)  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

[JIRA] (JENKINS-41109) Kubernetes plugin defaults to wrong container

2017-01-16 Thread bpar...@redhat.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ben Parees created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41109  
 
 
  Kubernetes plugin defaults to wrong container   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Carlos Sanchez  
 
 
Components: 
 kubernetes-plugin  
 
 
Created: 
 2017/Jan/16 6:42 PM  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Ben Parees  
 

  
 
 
 
 

 
 With the recent changes to auto-inject a jnlp container into the pod template, Jenkinsfiles which do not explicitly indicate which container to use are broken. These jenkinsfiles previously worked correctly when used with a podtemplate which defined a container image which provided both the tools the jenkinsfile needed(eg maven) and also started up jnlp.  Now that the plugin is adding its own jnlp container, the jenkinsfile commands are run in the new container which does not have maven(for example) and the jenkinsfile fails. I think the plugin should default to running the commands in the container defined by the user's explicit configuration, not the container being added implicitly by the plugin, the current behavior breaks backwards compatibility for existing configurations/jenkinsfiles.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 


[JIRA] (JENKINS-40506) Ability to upload APK as draft / no track

2017-01-16 Thread ch...@orr.me.uk (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Christopher Orr commented on  JENKINS-40506  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Ability to upload APK as draft / no track   
 

  
 
 
 
 

 
 Sorry, I missed this issue when it was filed last month! Yes, all the API operations are separate, but AFAIK, you can't commit an edit without assigning APKs to a track. Google have been building some new functionality, allowing the preparation of drafts, but I don't think it's finished, and there haven't been API changes to support it. But let me know if you do manage to upload an APK without assigning it to a track, and where it ends up being displayed in the Google Play web UI, and I'll take a look again   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-17693) Confluence Publisher for Confluence 5x

2017-01-16 Thread s...@verimatrix.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Sylvia Qi commented on  JENKINS-17693  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Confluence Publisher for Confluence 5x   
 

  
 
 
 
 

 
 Hi Joe, the XHTML format works perfectly! Thanks very much for your quick response.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-41108) Posibility to specify the name of jenkinsfile

2017-01-16 Thread matej.spil...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Matej Spiller created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41108  
 
 
  Posibility to specify the name of jenkinsfile   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Denis Saponenko  
 
 
Components: 
 pipeline-multibranch-defaults-plugin  
 
 
Created: 
 2017/Jan/16 6:28 PM  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Matej Spiller  
 

  
 
 
 
 

 
 Unfortunately only one file named jenkinsfile can be created and used from defaults. It is really weird not to be able to specify the actual name from the script store. Script store supports storing and using of multiple files.  I would like to specify the name of file from global Jenkins script store.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
   

[JIRA] (JENKINS-41024) Cannot provision new nodes with OpenStack plugin

2017-01-16 Thread ogon...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oliver Gondža commented on  JENKINS-41024  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Cannot provision new nodes with OpenStack plugin   
 

  
 
 
 
 

 
 I have spent some time trying to figure that out but for now I am clueless. It fails to call a method that seems to be there. It does not seem to be caused by multiple versions of classes loaded bringing the old issue back. It is weird that isOverriden true and attempt to call it calls the base version. Will have another look tomorrow.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-41102) Job "Changes" do not match "Filter for Poll SCM"

2017-01-16 Thread zero...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Timothy Williams commented on  JENKINS-41102  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Job "Changes" do not match "Filter for Poll SCM"   
 

  
 
 
 
 

 
 Joseph Petersen Hi. I'm not sure I fully understand your question. I do want to notify everyone that promoted a change to the package (Package A) of a failed build, but I don't want to notify those who promoted a change to another package (Package B) of a "Package A" failed build - they should only be notified of a "Package B" failed build. We currently notify a distribution list, with a handful of developers on it, of all build success/failures for all package jobs (using the Jenkins email-ext plugin). What I would like to do is have the changes for a job match the change detection. Currently the changes for a job are all the changes for the stream since the job last ran, not just the changes for the sub-folder since the job last ran. I know not everyone may want this behavior, so to optionally be able to enable this would be fine by me. Does this make sense? I can add a scenario example if that would help.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40906) Resolve an SCM from an SCMSource and a list of candidate target branch names

2017-01-16 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-40906  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Resolve an SCM from an SCMSource and a list of candidate target branch names   
 

  
 
 
 
 

 
 Code changed in jenkins User: Stephen Connolly Path: pom.xml src/main/java/org/jenkinsci/plugins/workflow/multibranch/ResolveScmStep.java src/test/java/org/jenkinsci/plugins/workflow/multibranch/ResolveScmStepTest.java http://jenkins-ci.org/commit/workflow-multibranch-plugin/ac4f279c4f5765e3d704c8c224fe2540f4cf5c51 Log: [FIXED JENKINS-40906] Resolve an SCM from an SCMSource and a list of candidate target branch names  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


  1   2   3   >