Git
#2061
Introduction About a month ago I have been to a Stuttgart DevOps meetup that was dedicated to Jenkins Pipelines. I was positively impressed, because it has always bothered me to manually configure … Source: A Guide to Handling Merge Requests in Jenkins Pipelines – Andrey Vetlugin
CI/CD, Git, Gitlab, jenkins
#1976
Git Cheats is an open source project which aims to save you time from searching for git commands through the web by filtering and categorizing. Source: Git Cheats – Cheatsheet For Git Commands
Git
#1945
Nous formons en Git, JavaScript, Node.js… Consultez également nos articles, assistez à nos conférences. Source: Comprendre et maîtriser les subtrees Git • Delicious Insights
Git
#1942
Nous formons en Git, JavaScript, Node.js… Consultez également nos articles, assistez à nos conférences. Source: Comprendre et maîtriser les submodules Git • Delicious Insights
Git
#1929
Introduction En général, on ne fait pas trop attention au gestionnaire de sources (SCM) utilisé dans nos projets, mais il est toujours là. Bien connaitre les possibilités fournies par son SCM est très important pour mener à bien nos projets. Dans cet article nous allons voir les particularités de GitFlow, un workflow Source: Gitflow : […]
ci, Git, jenkins, SCM
#1716
Since the Docker Source: A Dockerfile for Maven-based Github projects
Docker, Git, maven
#1698
Source: Faire cohabiter merge Git et release Maven | Java & Moi
Git, maven
#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
#1535
Create an author mapping file like : Import the SVN repo in a new empty folder Update Commit message to remove “git-svn-id” Create a new Git repo. Add new origin to local repo and push to master
Git, svn