jenkinsci / publish-over-ssh-plugin

https://plugins.jenkins.io/publish-over-ssh/
115 stars 150 forks source link

[JENKINS-18796] Promoted Parameter String not valorised in publish-over-ssh Script (Exec command) #195

Open jira-importer opened 11 years ago

jira-importer commented 11 years ago

In a Promotion process,
create a "Parameter String" : MY_PROMOTION_PARAMTER_STRING

In a Send Build artefact over SSH
Add a Exec command script :
echo '--- SSH Script'
echo $MY_PROMOTION_PARAMTER_STRING

And to compare to wanted result
In a Shell Script
echo '--- Local Script'
echo $MY_PROMOTION_PARAMTER_STRING

During promotion the value is not evaluated.


Originally reported by jmorille, imported from: Promoted Parameter String not valorised in publish-over-ssh Script (Exec command)
  • status: Open
  • priority: Major
  • resolution: Unresolved
  • imported: 2022/01/10
jira-importer commented 5 years ago

dandavids:

Affected by the same issue. Any updates please?

jira-importer commented 5 years ago

slide_o_mix:

I don't currently have a way to replicate promotion issues, so the more detail on the configuration, the better