Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tip

Snapshot is created via few different options either automatically or manually. For example,

  • Developer performs build using Release from project screen.
  • Build is created due to Continuous Integration setup on project screen and code is committed to source control system.
  • User performs promote to release on specific version.
  • Entire snapshot is built using details defined on this page. This option is useful if you are 1) initiating build on many projects by selecting New for Project Version, 2) recreating snapshot from previous snapshot with few versions reverted to previous version if necessary.

All these options can be initiated from UI or REST API.

Image RemovedImage Added

Field

Description

Release Name

The name of the release.

Snapshot Name

The date and time on which the release was started (read-only).

Snapshot Description

An optional description for the release.
Derived From SnapshotDerive new snapshot with the values from a previous snapshot as a starting point.

...

Column

Description

Priority

The priority of the project/package as defined on release.

Folder Path

The folder path of the project.

Project IdThe id of project. Project Id or Name can be used in various groovy functions in pipeline, so displaying here for use if necessary.

Project Name

The name of the project.
StreamSeed the new snapshot with the values from a previous snapshot as a starting point.
Package NameThe name of the package in the release (read-only).  Applies to partial deployment projects only.
Project Version

The build version for the project/package to include in the snapshot. Or select New to create a new build or pull in latest version.

When using New

  • If Project is configured with SCM & it supports polling then change detection is performed, new build is initiated if changes are found. If no changes are found, then latest project version for project/package/stream is included in snapshot.
  • If Project is configured with None as SCM, then new build is initiated.
Build EnvironmentIf selecting New for project version for the project/package, select the build environment.
Force Build?If selecting New for project version for the project/package, select whether to force build it in case of no SCM changes.

...