Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Overview

Jenkins, an open source CI tool is used to run build for Connect project for different profiles and deploy code to different application servers. 

...

IssueResolutionTicket
JBoss ear not deployingProblem was that, it was pointing to wrong java version, It was using 1.6 java version instead of 1.7 version and JAVA_HOME was not set to correct java version. In order to fix this problem, we changed .bashrc file under /home/jenkins directory to point to correct java versionFHAC-481  
Dependency check failingIt was missing advance settings information which was mentioned for findbugs plugin to run and there is new profile which is added called SCA and by adding that profile, it runs dependency check and source code analysis pluginsNo ticket, this was a secondary issue that was discovered and resolved as part of FHAC-481

...