Jakub Czaplicki edited a comment on Bug JENKINS-20553

I've hit this issue. One of my scripts is reporting "Slashes ( / ) not allowed in ..".

I've got all the most recent versions available in the Jenkins Plugin Manager as of 2014.10.30.

  • Jenkins ver.1.585
  • "Perforce Plugin" ver.1.3.27
  • Matrix Project Plugin ver.1.4

However I see that there's a new version tagged (1.3.28) listed in the release on github (not availble in the Plugin Manager, yet):
https://github.com/jenkinsci/perforce-plugin/releases/tag/perforce-1.3.28

1.3.28 is not listed in http://mirrors.jenkins-ci.org/plugins/perforce/ , and I don't have the ability to build it myself. If only there was a CI system that would allow to download *.hpi file..

Simple workaround is to use

#!/bin/bash
export P4CLIENT=${P4CLIENT//[\/,=]/-}
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to