Versions Compared

Key

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

...

When user clicks on package name or Create button, package details screen shows up as show below.

Image RemovedImage Added

Following actions are available for edit package screen.

ActionNotes
BuildSubmit build request for selected package. Package details (files) will be used to initialize build request form.
DeploySubmit deploy request for selected package. Latest version for package will be selected by default. If package is not yet built, deploy button will be disabled.
ApplySave changes and stay on package details screen.
SaveSave changes and go back to previous screen.
BackGo back to previous screen without saving any changes.
DeleteDelete selected file from package.
Add File(s)

User can either type in partial file path and click Add File(s) to add all matching files or click Add File without entering anything in Search Files to Add input, Add File(s) popup will show up where user can search, select and add files.

Added files are appended to existing file list.

Add File(s) from Change LogsUser can add files from Change Logs by searching and clicking a revision. Each revision has a list of changed files which are appended to the existing files list. The list of revisions is populated from the configured SCM and selected stream.
Select - AllSelect all files.
Select - NoneSelect no files.
Select - InvertSelect files that are currently selected and vice versa.
Selected Files - RemoveRemove selected files from package.
Sort AllSort added files as per sequence definition done on Project Files screen.
File Drag and DropDrag and drop one file at a time. Dragged file is inserted before the file when it is dropped.
TopMove selected file to top of list.
BottomMove selected file to bottom on list.

When user clicks on Add File(s) from Change Logs button, find and select revision screen shows up as show below.

Image Added

Info
titleNotePackage Editable

Packages with a status of "Completed" or "InActive" can not be built or deployed. Once a package becomes "Completed" then it can no longer be edited. Also packages that are a part of an active release can not be set to "Completed" or "InActive".

...