jenkins
#1597
Make the job fetch tags as if they were branches: Click on the Advanced button below the repository URL and enter the Refspec : Have it build all tag “branches” with the Branch Specifier : Enable SCM polling, so that the job detects new tags. The first time the job will start, it will trigger […]
Git, jenkins
#1574
Follow the installation procedure from “Gitlab Merge Request Builder Plugin”. The jenkins job must contains parameters, at least : gitlabSourceBranch and gitlabTargetBranch. GitLab : In case the webhooks test return a 403 error, the Jenkins Security configuration must be updated as follows : Jenkins > Configure Global Security : Uncheck “Prevent Cross Site Request Forgery exploits” Markeup […]
Git, jenkins
#1541
Start another job : Parallel : Check job result :
jenkins
#1503
gitlab-plugin – A Jenkins plugin for interfacing with GitLab Source: Setup Example · jenkinsci/gitlab-plugin Wiki
Git, jenkins
#1371
Stack trace : Source: ssl – java.security.cert.CertificateException: Certificates does not conform to algorithm constraints – Stack Overflow
java, jenkins
#1313
jenkins
#1142
Jenkins Artifactory Plugin – Release Management The Artifactory plugin includes release management capabilities for Maven and Gradle jobs that use Subversion, Git or Perforce for VCS. The plugin lets you manually stage a release build, allowing you to: Change values for the release and next development version Choose a target staging repository for deployment of […]
jenkins
#910
Add information in the manifest : Display information during Jenkins build :
jenkins, maven, svn
#827
Create script /etc/init.d/tomcat : Chmod + boot time definition :
jenkins
#576
Define Sonar / JaCoCo properties and define default Coverage report location (for no module project): Define JaCoCo plugin version : Define Multi module profile (by default, all sub project will be considered as single module/no module) : Define UnitTesting (UT) profile : Define IntegrationTesting (IT) profile : Define Jenkins / Code Coverage profile : To […]
jenkins, maven