lppedd/idea-conventional-commit: Context and template-based completion for conventional/semantic commits.
Context and template-based completion for conventional/semantic commits. - lppedd/idea-conventional-commit: Context and template-based completion for conventional/semantic commits.
Few notes on debugging a Jenkinsfile
For past few months I have been using Jenkinsfiles and Jenkins pipelines more and more.
They have many advantages to our previous setup, that over-relied on storin
In the previous post in this series, I covered my favorite development-time helper: running job scripts from the command line. In this post, I’ll cover the differences between job-dsl and Pip…
I am writing a groovy script and trying to download jenkins-core module using Grapes but I am not able to.
@Grapes([
@Grab(group='org.jenkins-ci.main', module='jenkins-core', version='2.9')
])
How can I rename a local branch which has not yet been pushed to a remote repository?
Related:
Rename master branch for both local and remote Git repositories
How do I rename both a Git local and ...