Jenkins : Maven SNAPSHOT Check Plugin

Plugin Information

View Maven SNAPSHOT Check on the plugin site for more information.

Description

This plugin is used to check if pom.xml contains SNAPSHOT.

Usage

Freestyle Job Usage

If check the checkbox, it will check if pom.xml contains SNAPSHOT. 
Then it will marked the build failed if matches.

Pipeline Job Usage

step([$class: 'MavenSnapshotCheck', check: 'true'])

or

mavenSnapshotCheck check: 'true'


Change Log

Version 1.3 (2019-05-11)

  • add a side panel for the build.

Version 1.2 (2019-05-04)

  • support pipeline script.

tips

This release rename MavenCheck class to MavenSnapshotCheck, which cause user maybe need to set up their freestyle job again if they are upgraded from version 1.0 or 1.1.

Version 1.1 (2019-04-25)

  • release with noting.

Version 1.0 (2019-04-25)

  • First release.

Attachments: