Setting up Jenkins on Cloud with Junit and Jacoco integrated via Github
SummaryThe notes below are complimentary to the youtube video showing students how to setup Jenkins on the cloud along withSetting up Gradle to run builds on JenkinsSetting up Junit to generate a test reportSetting up Jacoco to generate a code coverage reportExcluding classes from the Jacoco code coverage reportSetting up a Webhook from Github to JenkinsSetting up a jar file as output of a jenkins buildConfiguring Gradle to wait for user inputThe Videohttps://www.youtube.com/watch?v=fCnmcsc7VEcOn your ...