Search code examples
automationcontinuous-integrationweblogicsolaris

Jenkins with weblogic 12c


our java EE web application is deployed on weblogic 12c, on solaris 10 however, the entire build process is very manual and no automation testing is present. would like to find out if there any reference or books that can help us to kick start the continuous-integration process, so that build, test, deploy can be automated.

thanks!


Solution

  • Yes it is possible. Two possible ways of doing it is via the Jenkins Weblogic Deployer or by writing a few WLST commands and call them from the Jenkins Shell. It all depends on your proficiency with either Jenkins or Python/Jython.

    There are so many solutions available, some of them right here on StackOverflow.