×
May 7, 2024 · Checkout from the git plugin source repository using https with no credentials and without tags. This can save time and disk space when you ...
Missing: /search | Show results with:/search
Read the full documentation here. node { git url: 'https://github ... It's not ideal - https://issues.jenkins-ci ... git push <REPO> --tags') }. Slacknotify ...
The version could be anything understood by that SCM; for example, branches, tags, and commit hashes all work for Git. You may also declare whether scripts ...
Apr 26, 2020 · However, if your refspec includes refs/tags — i.e. builds are only triggered when certain tag names or patterns are matched — then the exact tag ...
Missing: /search | Show results with:/search
Jul 11, 2023 · Adds ability to choose branches, tags or revisions from git repositories configured in project.
getHighestSemanticVersion : Get the highest version, determined by tags in repo. Also tag available as '.findTag().orElse("")'. getNextSemanticVersion : Next ...
May 24, 2022 · 1' using GIT_ASKPASS to set credentials <snip> Setting http proxy: <snip> > git fetch --tags --force --progress -- https://github.com/<snip>.git ...
Missing: /search | Show results with:/search
Feb 1, 2022 · Cloning the remote Git repository. Cloning with configured refspecs honoured and without tags. ERROR: Error cloning remote repo 'origin ...
Missing: /search | Show results with:/search
CI/CD and Jenkins Area Meetups Jenkins Configuration as ... This plugin integrates Git with Jenkins. Mark ... Pipeline: Stage Tags Metadata. Used by 92.1% of ...
Use refs/tags/<tagName> instead. E.g. git-2.3.0; refs/tags/<tagName> Tracks/checks out the specified tag. E.g. refs/tags/git-2.3.0; <commitId> Checks out the ...