[JIRA] [docker-build-publish-plugin] (JENKINS-28931) Docker build publish plugin sets the image name twice

2015-06-17 Thread michael.ne...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Michael Neale commented on  JENKINS-28931 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Docker build  publish plugin sets the image name twice  
 
 
 
 
 
 
 
 
 
 
agree should be a badge (lobbed this at carlos as I won't have a chance to look at it).  
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [docker-build-publish-plugin] (JENKINS-28931) Docker build publish plugin sets the image name twice

2015-06-17 Thread michael.ne...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Michael Neale assigned an issue to Carlos Sanchez 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Jenkins /  JENKINS-28931 
 
 
 
  Docker build  publish plugin sets the image name twice  
 
 
 
 
 
 
 
 
 

Change By:
 
 Michael Neale 
 
 
 

Assignee:
 
 MichaelNeale CarlosSanchez 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [docker-build-publish-plugin] (JENKINS-28931) Docker build publish plugin sets the image name twice

2015-06-16 Thread k...@kohsuke.org (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Kohsuke Kawaguchi created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Jenkins /  JENKINS-28931 
 
 
 
  Docker build  publish plugin sets the image name twice  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Michael Neale 
 
 
 

Components:
 

 docker-build-publish-plugin 
 
 
 

Created:
 

 17/Jun/15 1:38 AM 
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 Kohsuke Kawaguchi 
 
 
 
 
 
 
 
 
 
 
I created a simple freestyle job that uses this plugin. config.xml is as follows: 

 

?xml version='1.0' encoding='UTF-8'?
project
  actions/
  description/description
  keepDependenciesfalse/keepDependencies
  properties/
  scm class=hudson.plugins.git.GitSCM plugin=git@2.3.5
configVersion2/configVersion
userRemoteConfigs
  hudson.plugins.git.UserRemoteConfig
urlhttps://github.com/kohsuke/docker-jenkins-demo-base.git/url
  /hudson.plugins.git.UserRemoteConfig
/userRemoteConfigs
branches
  hudson.plugins.git.BranchSpec
name*/master/name
  /hudson.plugins.git.BranchSpec
/branches
doGenerateSubmoduleConfigurationsfalse/doGenerateSubmoduleConfigurations
submoduleCfg class=list/
extensions/
  /scm
  canRoamtrue/canRoam
  disabledfalse/disabled
  blockBuildWhenDownstreamBuildingfalse/blockBuildWhenDownstreamBuilding
  blockBuildWhenUpstreamBuildingfalse/blockBuildWhenUpstreamBuilding
  triggers
com.cloudbees.jenkins.GitHubPushTrigger plugin=github@1.11.3
  spec/spec
/com.cloudbees.jenkins.GitHubPushTrigger
hudson.triggers.SCMTrigger
  spec* * * * */spec
  ignorePostCommitHooksfalse/ignorePostCommitHooks
/hudson.triggers.SCMTrigger
  /triggers
  concurrentBuildfalse/concurrentBuild
  builders