Sorry if this is the wrong place for this question, I can't find a better 
place.
I'm attempting to use the Weblogic Deployer plugin 
(https://wiki.jenkins-ci.org/display/JENKINS/WebLogic+Deployer+Plugin). I'm 
attempting to set up a job triggered off another job being promoted. So:

1) Project1 creates Job1, WAR is built
2) Job1 is "promoted" to "Deploy to dev"
3) Project2 is triggered (set to "Build when another project is promoted") 
and creates Job2
4) Job2 copies the WAR from Project1/Job1 into Project2's workspace
5) Job2 calls "archive the artifacts" to put them in the Job2's archive

This all works; the WAR file appears in Job2's "builds" directory structure.

6) The Weblogic plugin is called. I attempt to specify the WAR file in the 
archive, but I get:

ERROR: [WeblogicDeploymentPlugin] - Failed to get artifact from archive 
directory : [WeblogicDeploymentPlugin] - No artifact to deploy found.


The WAR file has been copied to the "builds" directory, but not the "modules" 
directory. I guess this is what the Weblogic plugin is looking for. Any idea on 
how I fix this problem?


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to