-
Bug
-
Resolution: Fixed
-
Major
-
None
Dear Friends,
I'm using Weblogic Deployer Plugin in my Jenkins for deploy artifact into Weblogic servers. I want to use deploy periodically for every one hour. What i did was that I just enabled check box Deploy periodically under Build Trigger and i gave */60 * * * * (cron syntax). And i have selected deploy peridically in Deployment policy under Deploy the artifact on a weblogic environment. But i got below error
My Environment ::
Java 1.6,
Maven,
Weblogic 10.3
SVN
projectSucceeded smartquote:smartquote:1.0
sessionEnded
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:56.162s
[INFO] Finished at: Mon Dec 03 04:09:44 UTC 2012
[INFO] Final Memory: 174M/339M
[INFO] ------------------------------------------------------------------------
Projects to build: [MavenProject: smartquote:smartquote:1.0 @ /opt/sasuapps/smartquote/jenkins-install/.jenkins/jobs/Maven-sq/workspace/pom.xml]
[JENKINS] Archiving /opt/sasuapps/smartquote/jenkins-install/.jenkins/jobs/Maven-sq/workspace/pom.xml to /opt/sasuapps/smartquote/jenkins-install/.jenkins/jobs/Maven-sq/modules/smartquote$smartquote/builds/2012-12-03_04-06-33/archive/smartquote/smartquote/1.0/smartquote-1.0.pom
[JENKINS] Archiving /opt/sasuapps/smartquote/jenkins-install/.jenkins/jobs/Maven-sq/workspace/target/smartquote-1.0.war to /opt/sasuapps/smartquote/jenkins-install/.jenkins/jobs/Maven-sq/modules/smartquote$smartquote/builds/2012-12-03_04-06-33/archive/smartquote/smartquote/1.0/smartquote-1.0.war
Waiting for Jenkins to finish collecting data
channel stopped
[WeblogicDeploymentPlugin] - Not properly build causes expected (configured=org.jenkinsci.plugins.deploy.weblogic.trigger.DeploymentTrigger) (currents=hudson.triggers.TimerTrigger$TimerTriggerCause@5) : The plugin execution is disabled.
[INFO] ------------------------------------------------------------------------
[INFO] DEPLOYMENT DISABLED
[INFO] ------------------------------------------------------------------------
Build step 'Deploy the artifact on a Weblogic environment' changed build result to FAILURE
Skipping Cobertura coverage report as build was not UNSTABLE or better ...
Finished: FAILURE
So, Could please tell me how to use deploy periodically for maven projects.
Thanks
Aaba