[JIRA] (JENKINS-41841) Liquibase runner pipeline support for Oracle engine

2017-03-21 Thread mark.ottavi...@ssa.gov (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mark Ottaviani commented on  JENKINS-41841  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Liquibase runner pipeline support for Oracle engine   
 

  
 
 
 
 

 
 Just wanted to report that I'm seeing the same issue and error using DB2 drivers   Running the same commands via standard liqubase command line we have no problems.    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-41214) bitbucket branch source plugin notifies wrong repository

2017-01-19 Thread mark.ottavi...@ssa.gov (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mark Ottaviani commented on  JENKINS-41214  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: bitbucket branch source plugin notifies wrong repository   
 

  
 
 
 
 

 
 The Git repository that is referenced in Project Recognizers -> Custom script [custom Marker file; Pipeline definition: script from scm: git] Receives the notification.   
 

  
 
 
 
 

 
 
 

 
 
 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] [bitbucket-branch-source-plugin] (JENKINS-33507) Bitbucket Server webhooks and Bitbucket Cloud build status notifications

2016-06-13 Thread mark.ottavi...@ssa.gov (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Ottaviani commented on  JENKINS-33507 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Bitbucket Server webhooks and Bitbucket Cloud build status notifications  
 
 
 
 
 
 
 
 
 
 
Is https://marketplace.atlassian.com/plugins/com.atlassian.stash.plugin.stash-web-post-receive-hooks-plugin/server/overview a viable option? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [bitbucket-branch-source-plugin] (JENKINS-33739) Add and option to enable/disable pull requests from origin repository

2016-04-15 Thread mark.ottavi...@ssa.gov (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Ottaviani edited a comment on  JENKINS-33739 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Add and option to enable/disable pull requests from origin repository  
 
 
 
 
 
 
 
 
 
 If it's helpful for anyone running into this issue, we're using this at the top of our Jenkinsfiles as a temporary workaround.  These projects don't get Pull requests from outside of origin/  so if you do, then you'll probably want something a little different here. {code} if ((env.BRANCH_NAME.substring(0,3)) == 'PR-') {manager.addInfoBadge("Duplicate Job, see the job with your branch name.")manager.buildSuccess()return } {code} 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [bitbucket-branch-source-plugin] (JENKINS-33739) Add and option to enable/disable pull requests from origin repository

2016-04-15 Thread mark.ottavi...@ssa.gov (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Ottaviani edited a comment on  JENKINS-33739 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Add and option to enable/disable pull requests from origin repository  
 
 
 
 
 
 
 
 
 
 If it's helpful for anyone running into this issue, we're using this at the top of our Jenkinsfiles as a temporary workaround.  These projects don't get Pull requests from outside of origin/  so if you do, then you'll probably want something a little different here. {{ if ((env.BRANCH_NAME.substring(0,3)) == 'PR-') {manager.addInfoBadge("Duplicate Job, see the job with your branch name.")manager.buildSuccess()return } }} 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [bitbucket-branch-source-plugin] (JENKINS-33739) Add and option to enable/disable pull requests from origin repository

2016-04-15 Thread mark.ottavi...@ssa.gov (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Ottaviani edited a comment on  JENKINS-33739 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Add and option to enable/disable pull requests from origin repository  
 
 
 
 
 
 
 
 
 
 If it's helpful for anyone running into this issue, we're using this at the top of our Jenkinsfiles as a temporary workaround.  These projects don't get Pull requests from outside of origin/  so if you do, then you'll probably want something a little different here. {{ if ((env.BRANCH_NAME.substring(0,3)) == 'PR-') {manager.addInfoBadge("Duplicate Job, see the job with your branch name.")manager.buildSuccess()return } }} 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [bitbucket-branch-source-plugin] (JENKINS-33739) Add and option to enable/disable pull requests from origin repository

2016-04-15 Thread mark.ottavi...@ssa.gov (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Ottaviani edited a comment on  JENKINS-33739 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Add and option to enable/disable pull requests from origin repository  
 
 
 
 
 
 
 
 
 
 If it's helpful for anyone running into this issue, we're using this at the top of our Jenkinsfiles as a temporary workaround.  These projects don't get Pull requests from outside of origin/  so if you do, then you'll probably want something a little different here. {{  if ((env.BRANCH_NAME.substring(0,3)) == 'PR-') {manager.addInfoBadge("Duplicate Job, see the job with your branch name.")manager.buildSuccess()return } }} 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [bitbucket-branch-source-plugin] (JENKINS-33739) Add and option to enable/disable pull requests from origin repository

2016-04-15 Thread mark.ottavi...@ssa.gov (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Ottaviani commented on  JENKINS-33739 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Add and option to enable/disable pull requests from origin repository  
 
 
 
 
 
 
 
 
 
 
If it's helpful for anyone running into this issue, we're using this at the top of our Jenkinsfiles as a temporary workaround. These projects don't get Pull requests from outside of origin/ so if you do, then you'll probably want something a little different here. 
{{ if ((env.BRANCH_NAME.substring(0,3)) == 'PR-')  { manager.addInfoBadge("Duplicate Job, see the job with your branch name.") manager.buildSuccess() return } 
}} 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [bitbucket-branch-source-plugin] (JENKINS-33739) Add and option to enable/disable pull requests from origin repository

2016-04-15 Thread mark.ottavi...@ssa.gov (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Ottaviani edited a comment on  JENKINS-33739 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Add and option to enable/disable pull requests from origin repository  
 
 
 
 
 
 
 
 
 
 If it's helpful for anyone running into this issue, we're using this at the top of our Jenkinsfiles as a temporary workaround.  These projects don't get Pull requests from outside of origin/  so if you do, then you'll probably want something a little different here.{{  if ((env.BRANCH_NAME.substring(0,3)) == 'PR-') {manager.addInfoBadge("Duplicate Job, see the job with your branch name.")manager.buildSuccess()return }}} 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [pipeline-stage-view-plugin] (JENKINS-33430) Stage view UI loses history when stages are changed

2016-03-29 Thread mark.ottavi...@ssa.gov (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Ottaviani updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-33430 
 
 
 
  Stage view UI loses history when stages are changed  
 
 
 
 
 
 
 
 
 

Change By:
 
 Mark Ottaviani 
 
 
 

Attachment:
 
 staging-mockup..png 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [pipeline-stage-view-plugin] (JENKINS-33430) Stage view UI loses history when stages are changed

2016-03-29 Thread mark.ottavi...@ssa.gov (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Ottaviani updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-33430 
 
 
 
  Stage view UI loses history when stages are changed  
 
 
 
 
 
 
 
 
 
 
A little more fleshed out mock of Marco's UI suggestion.  
 
 
 
 
 
 
 
 
 

Change By:
 
 Mark Ottaviani 
 
 
 

Attachment:
 
 staging-mockup..png 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [pipeline-stage-view-plugin] (JENKINS-33430) Stage view UI loses history when stages are changed

2016-03-29 Thread mark.ottavi...@ssa.gov (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Ottaviani updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-33430 
 
 
 
  Stage view UI loses history when stages are changed  
 
 
 
 
 
 
 
 
 
 
A little more fleshed out version of Marco's UI mockup 
 
 
 
 
 
 
 
 
 

Change By:
 
 Mark Ottaviani 
 
 
 

Attachment:
 
 staging-mockup..png 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [pipeline-stage-view-plugin] (JENKINS-33430) Stage view UI loses history when stages are changed

2016-03-29 Thread mark.ottavi...@ssa.gov (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Ottaviani commented on  JENKINS-33430 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Stage view UI loses history when stages are changed  
 
 
 
 
 
 
 
 
 
 
Agree with Marco, I think this would be a great improvement for this plugin. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [bitbucket-branch-source-plugin] (JENKINS-33739) Add and option to enable/disable pull requests from origin repository

2016-03-23 Thread mark.ottavi...@ssa.gov (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Ottaviani commented on  JENKINS-33739 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Add and option to enable/disable pull requests from origin repository  
 
 
 
 
 
 
 
 
 
 
To capture some of Jesse Glick's notes on this: 

This is about avoiding creation of duplicate branch projects for “origin” PRs, which should be a explicit option, if not the default
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [workflow-plugin] (JENKINS-33022) Allow Git shallow clone in Multibranch pipeline

2016-02-19 Thread mark.ottavi...@ssa.gov (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Ottaviani commented on  JENKINS-33022 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Allow Git shallow clone in Multibranch pipeline  
 
 
 
 
 
 
 
 
 
 
A checkout scm step still need to know where it's getting code from, which is probably the source of the error.  
userRemoteConfigs: [[credentialsId: 'x', url: 'ssh://g...@yoursite.com/project/repo.git']] 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [workflow-plugin] (JENKINS-33022) Allow Git shallow clone in Multibranch pipeline

2016-02-19 Thread mark.ottavi...@ssa.gov (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Ottaviani commented on  JENKINS-33022 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Allow Git shallow clone in Multibranch pipeline  
 
 
 
 
 
 
 
 
 
 
You can do a shallow git clone using the "checkout: General SCM" step instead of the Git step.  
The snippet generator will provide the code.  
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [integrity-plugin] (JENKINS-23404) NullPointerException when running IntegrityCheckpointAction

2014-06-11 Thread mark.ottavi...@ssa.gov (JIRA)














































Mark Ottaviani
 created  JENKINS-23404


NullPointerException when running IntegrityCheckpointAction 















Issue Type:


Bug



Affects Versions:


current



Assignee:


Cletus DSouza



Components:


integrity-plugin



Created:


11/Jun/14 3:12 PM



Description:


Attempting to run the Checkpoint post-build action step returns the following error:


ERROR: Publisher hudson.scm.IntegrityCheckpointAction aborted due to exception
java.lang.NullPointerException
	at hudson.scm.IntegrityCheckpointAction.perform(IntegrityCheckpointAction.java:196)
	at hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:45)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:785)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:757)
	at hudson.model.Build$BuildExecution.cleanUp(Build.java:192)
	at hudson.model.Run.execute(Run.java:1723)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:231)




Environment:


Windows Server 2012, Jenkins 1.546, Tomcat




Project:


Jenkins



Priority:


Major



Reporter:


Mark Ottaviani

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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] [integrity-plugin] (JENKINS-23319) Unable to override Advanced Paramaters in Checkpoint Step

2014-06-04 Thread mark.ottavi...@ssa.gov (JIRA)














































Mark Ottaviani
 created  JENKINS-23319


Unable to override Advanced Paramaters in Checkpoint Step















Issue Type:


Bug



Affects Versions:


current



Assignee:


Cletus DSouza



Components:


integrity-plugin



Created:


04/Jun/14 5:16 PM



Description:


To replicate, set default Integrity (CM)paramaters in 'Configure Jenkins'  'Configure System'.  

Then in a job, add the post-build step "Integrity CM Checkpoint".  Click Advanced... and attempt to replace the default values.  Click save, and the values have not been updated or saved to the system.  





Environment:


Windows Server 2012, Tomcat




Project:


Jenkins



Priority:


Major



Reporter:


Mark Ottaviani

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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] [publish-over-ssh] (JENKINS-17058) Publish over SSH plugin XML configuration cannot be read on jenkins start up.

2014-01-06 Thread mark.ottavi...@ssa.gov (JIRA)















































Mark Ottaviani
 resolved  JENKINS-17058 as Fixed


Publish over SSH plugin XML configuration cannot be read on jenkins start up.
















Fixed in version 1.11 of the Publish over SSH plugin.





Change By:


Mark Ottaviani
(06/Jan/14 3:13 PM)




Status:


InProgress
Resolved





Resolution:


Fixed



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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/groups/opt_out.


[JIRA] [publish-over-ssh] (JENKINS-17058) Publish over SSH plugin XML configuration cannot be read on jenkins start up.

2014-01-06 Thread mark.ottavi...@ssa.gov (JIRA)















































Mark Ottaviani
 assigned  JENKINS-17058 to Thomas Van Doren



Publish over SSH plugin XML configuration cannot be read on jenkins start up.
















Change By:


Mark Ottaviani
(06/Jan/14 3:14 PM)




Assignee:


bap
ThomasVanDoren



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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/groups/opt_out.


[JIRA] [publish-over-cifs] (JENKINS-17885) Publish over SSH lost main configuration data after jenkins server reboot

2014-01-06 Thread mark.ottavi...@ssa.gov (JIRA)















































Mark Ottaviani
 resolved  JENKINS-17885 as Fixed


Publish over SSH lost main configuration data after jenkins server reboot
















Fixed in version 1.11 of the Publish over SSH plugin.





Change By:


Mark Ottaviani
(06/Jan/14 3:14 PM)




Status:


Open
Resolved





Assignee:


bap
wearbif





Resolution:


Fixed



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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/groups/opt_out.


[JIRA] [publish-over-ssh] (JENKINS-17058) Publish over SSH plugin XML configuration cannot be read on jenkins start up.

2013-12-16 Thread mark.ottavi...@ssa.gov (JIRA)














































Mark Ottaviani
 commented on  JENKINS-17058


Publish over SSH plugin XML configuration cannot be read on jenkins start up.















Email from bap:

Hi Mark,

I no longer use Jenkins and don't have time to maintain the publish over plugins.

Feel free to merge, test and release as you see fit.

Regards,
Bap.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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/groups/opt_out.


[JIRA] [publish-over-cifs] (JENKINS-17885) Publish over SSH lost main configuration data after jenkins server reboot

2013-12-16 Thread mark.ottavi...@ssa.gov (JIRA)














































Mark Ottaviani
 commented on  JENKINS-17885


Publish over SSH lost main configuration data after jenkins server reboot















Email from bap:

Hi Mark,

I no longer use Jenkins and don't have time to maintain the publish over plugins.

Feel free to merge, test and release as you see fit.

Regards,
Bap.




























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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/groups/opt_out.


[JIRA] [publish-over-ssh] (JENKINS-17058) Publish over SSH plugin XML configuration cannot be read on jenkins start up.

2013-12-16 Thread mark.ottavi...@ssa.gov (JIRA)














































Mark Ottaviani
 commented on  JENKINS-17058


Publish over SSH plugin XML configuration cannot be read on jenkins start up.















@Preston, I suggest e-mailing on this thread in the jenkins-dev mailing list: https://groups.google.com/forum/#!topic/jenkinsci-dev/7vEwarVHbgc 

Slide merged the change today and is supposed to be pushing out a release, but he's still looking for a new official maintainer.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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/groups/opt_out.


[JIRA] [publish-over-cifs] (JENKINS-17885) Publish over SSH lost main configuration data after jenkins server reboot

2013-12-13 Thread mark.ottavi...@ssa.gov (JIRA)














































Mark Ottaviani
 commented on  JENKINS-17885


Publish over SSH lost main configuration data after jenkins server reboot















I've e-mailed the listed committers and maintainers for this plugin to see if we can get the pull request moving.  If that doesn't work I'll work through this with Cloudbees directly.  



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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/groups/opt_out.


[JIRA] [publish-over-cifs] (JENKINS-17885) Publish over SSH lost main configuration data after jenkins server reboot

2013-11-26 Thread mark.ottavi...@ssa.gov (JIRA)














































Mark Ottaviani
 commented on  JENKINS-17885


Publish over SSH lost main configuration data after jenkins server reboot















There does appear to be a pending pull request: JENKINS-17885



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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/groups/opt_out.


[JIRA] [publish-over-cifs] (JENKINS-17885) Publish over SSH lost main configuration data after jenkins server reboot

2013-11-26 Thread mark.ottavi...@ssa.gov (JIRA)












































 
Mark Ottaviani
 edited a comment on  JENKINS-17885


Publish over SSH lost main configuration data after jenkins server reboot
















Looking forward to seeing this fixed.  Same issue.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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/groups/opt_out.


[JIRA] [publish-over-ssh] (JENKINS-17058) Publish over SSH plugin XML configuration cannot be read on jenkins start up.

2013-11-26 Thread mark.ottavi...@ssa.gov (JIRA)














































Mark Ottaviani
 commented on  JENKINS-17058


Publish over SSH plugin XML configuration cannot be read on jenkins start up.















There does appear to be a pending pull request: JENKINS-17885



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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/groups/opt_out.