|
||||||||||||||
|
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/groups/opt_out.

Hi Raphael. I think it does not work 100%.
I'm not able to use the {wl.source} variable. When I use it, it is not replaced by the proper string.
Moreover, I tried to specify the absolute path where my ear file is created, but it is treated as relative path.
The custom command I use looks like:
-debug -remote -verbose -upload -name UniVicWorkspace -source "/root/.jenkins/jobs/PGU TEST/workspace/UniVic.ear" -targets {wl.targets} -adminurl t3://{wl.host}:{wl.port} -user {wl.login} -password {wl.password} -redeploy
It chashes and in the log you can see weblogic.deploy.api.internal.utils.DeployerHelperException: The source file '/home/oracle/Oracle/Middleware/user_projects/domains/uvic/"/root/.jenkins/jobs/PGU' does not exist and cannot be deployed.
Thanks again. Nice job!