-
Improvement
-
Resolution: Incomplete
-
Minor
-
Jenkins 1.626
Publish Over SSH plugin 1.13
Hello,
while trying to send build results over SSH, I found that it's not possible to use filters on build parameters.
For example, I use ${GIT_TAG*##/} in order to transform a branch name "release/2.1.5" in "2.1.5" in shell scripts.
It does not work in "Publish over SSH" transfer sets fields like "Source files". It looks like the plugin does not find any file to upload but does not throw any error. By the way, the verbose output of this plugin is not that much "verbose"...
Improvement or bug ? I don't know if this functionality is meant to work in current versions.