On Fri, Dec 19, 2025 at 8:48 PM Susenthiran S <[email protected]> wrote:
> Hi Jenkins Infra team, > > I recently pushed a release tag for my plugin: > Repository: jenkinsci/vigilnz-security-plugin > Tag: vigilnz-security-1.0 > Welcome aboard! Tags do not control continuous delivery releases, as far as I know. Continuous delivery releases start when a relevant label is applied to one or more pull requests that have been merged into the primary branch. No pull requests have been merged in that repository. Because no pull requests have been merged, no release has been triggered. The build on ci.jenkins.io completed successfully, but the console log > shows: > "Skipping Incrementals deployment for branch build of CD-enabled repo" > and no artifact was published to repo.jenkins-ci.org. > > Could you please confirm if CD is enabled for this repository and help me > understand why the release deployment was skipped? > Please follow the steps described in the developer documentation <https://www.jenkins.io/doc/developer/publishing/releasing-cd/#setting-up-plugin-releases-through-github> to enable automated releases. The repository permissions updater file <https://github.com/jenkins-infra/repository-permissions-updater/blob/master/permissions/plugin-vigilnz-security.yml> is already configured to allow enabling continuous delivery in the plugin repository. However, the repository is not configured for continuous delivery. You need to complete the changes in the repository according to the instructions <https://www.jenkins.io/doc/developer/publishing/releasing-cd/> in the Jenkins developer . I cloned the repository and ran the commands: mvn validate help:evaluate -Dexpression=project.version mvn validate help:evaluate -Dexpression=project.version -Dset.changelist -Dignore.dirt Those commands returned unexpected values. When you complete the steps to enable continuous delivery from the repository, those commands will return the types of values described in the documentation. Mark Waite -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/jenkinsci-dev/CAO49JtHtKeiiHaO2AC6DrK-tb9v_-2PEwL15agOFTDFb5KoTmg%40mail.gmail.com.
