Issue Type: Bug Bug
Assignee: uzilan
Components: sbt-plugin
Created: 16/Jan/15 1:04 AM
Description:

For the sbt action I'm attempting the following:

";set target := file(\"$WORKSPACE/package/deb-upstart\"); set serverLoading in Debian := com.typesafe.sbt.packager.archetypes.ServerLoader.Upstart; debian:packageBin; set target := file(\"$WORKSPACE/package/deb-systemv\"); set serverLoading in Debian := com.typesafe.sbt.packager.archtypes.ServerLoader.SystemV; debian:packageBin; set target := file(\"$WORKSPACE/package/rpm-systemd\"); rpm:packageBin"

I'm basically resetting the target directory for each package type I call for sbt-native-package plugin tasks. The trouble is that random spaces seem to be injected around the quotes. I'm guessing the sbt-plugin has some code to add some space around quotes to separate out parameters, but as you can see, the second quote isn't a closing quote. It's another opening quote that's escaped.

This command runs fine from the shell I prepended with sbt (you can checkout the project: https://github.com/bigsense/BigSense)

Environment: Jenkins ver. 1.596 on Ubuntu 14.04
Project: Jenkins
Priority: Minor Minor
Reporter: Sumit Khanna
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