[JIRA] (JENKINS-49957) [Regression] Remove prefix and remote directory are not persisted anymore

2018-03-06 Thread nfalc...@hotmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Nikolas Falco closed an issue as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-49957  
 
 
  [Regression] Remove prefix and remote directory are not persisted anymore   
 

  
 
 
 
 

 
Change By: 
 Nikolas Falco  
 
 
Status: 
 Open Closed  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-49957) [Regression] Remove prefix and remote directory are not persisted anymore

2018-03-06 Thread nfalc...@hotmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Nikolas Falco commented on  JENKINS-49957  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: [Regression] Remove prefix and remote directory are not persisted anymore   
 

  
 
 
 
 

 
 I had also try with pipeline without luck. The removePrefix is ignored. 

 

stage('Deploy') {
  sshPublisher(publishers:
[sshPublisherDesc(
  configName: 'machine01.acme.com',
  transfers: [
sshTransfer(execCommand: '', sourceFiles: 'target/*.tar.gz, target/db/**/*', removePrefix: 'target', remoteDirectorySDF: '~'),
sshTransfer(execCommand: 'cd ~;chmod +x *.sh;./deploy.sh', sourceFiles: 'scripts/*', removePrefix: 'scripts', remoteDirectorySDF: '~')
  ])]
  )
}
 

  
 

  
 
 
 
 

 
 
 

 
 
 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-49957) [Regression] Remove prefix and remote directory are not persisted anymore

2018-03-06 Thread nfalc...@hotmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Nikolas Falco created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-49957  
 
 
  [Regression] Remove prefix and remote directory are not persisted anymore   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Alex Earl  
 
 
Components: 
 publish-over-ssh-plugin  
 
 
Created: 
 2018-03-06 17:26  
 
 
Environment: 
 Jenkins 2.89.4, Publish Over SSH 1.19  
 
 
Priority: 
  Critical  
 
 
Reporter: 
 Nikolas Falco  
 

  
 
 
 
 

 
 I have a freestyle job that publish over SSH some artifacts using "remove prefix" and "remote directory" valued. With the plugin version 1.17 it works great. Updating to 1.19 everytime I edit the job configuration both fields are empty also if valued (are not persistend on save) and subsequently any run fails. Before: 

 

"publish-over-ssh@1.17">
  SSH: 
  

  
machine01.acme.com
false

  
build
target/*.tar.gz,wealth/target/db/**/*

target
false
false
false
false
false
[, ]+

12
false
false
  

false
false
  

  

 

 After: 

 

"publish-over-ssh@1.19">
  SSH: 
  "publish-over@0.21">

  "publish-over-ssh@1.19">
machine01.acme.com
false