CloudBees DevOptics Plugin 1.1605

1 minute read

RELEASED: Public: 2018-12-13

New features

  • CloudBees Internal Ticket: DEVOPTICS-123

    You can now explicitly tell DevOptics that you are producing or consuming an artifact via the pipeline steps gateConsumesArtifact and gateProducesArtifact. The previous steps for this function; devOpticsConsumes and devOpticsProduces, have been deprecated. Please migrate to using gateConsumesArtifact and gateProducesArtifact.

  • CloudBees Internal Ticket: DEVOPTICS-352

    It is now possible to automatically tell DevOptics that you are producing or consuming an artifact via maven builds. A new maven publisher, called gateArtifactPublisher has been added and is enabled by default. If needed, this publisher can be disabled via the withMaven step options.

  • CloudBees Internal Ticket: DEVOPTICS-348

    You can now tell DevOptics that you are producing or consuming an artifact in freestyle jobs. A new builder has been added called 'Inform DevOptics of consumed artifact'. A new publisher has been added called 'Inform DevOptics of produced artifact'.

Resolved issues

None

Known issues

None