Versions Compared

Key

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

...

You have multiple options to create a build package. From the Files tab, you can select the files you would like to include in a package and click the Build with Selected button. The number of selected files are displayed on the button.


Image RemovedImage Added

 


The Build Request Form will be displayed with the selected files.


Image RemovedImage Added

  1. Select the Environment to execute the Build on.
  2. Select the SCM Stream you want the files to be pulled from.
  3. Enter the Package Name (optional – will default to generated project version).
  4. Optionally change the order by selecting and using the Up and Down buttons. The files will be built and deployed in the order displayed.
  5. Optionally select an SCM Revision for the file.  If not specified, defaults to the latest (HEAD) revision within the selected stream.
  6. Click on Submit Request to submit the build request.

Click on the light-green Execution tab to see the submitted request. You can click on the Execution Id to view its details.
Once completed the status will change to Success or Failure.


 


Other options to build packages:

  • Click on the Build button from the Execution tab. Enter file name or part of the name in the Search box and click the Add File button to add files to the requested package.
  • Click on the "gear" icon next Image Added next to the Project Version on the above screen to build a new package with the same files as a previous build.

...

On the Execution tab, click on the Deploy button to select one or more packages to deploy to an environment.


Image RemovedImage Added

  1. Select an Environment to deploy the package(s) to.
  2. By default, latest built package will be added for deploy. You can add more packages by clicking on Select More Packages.
  3. You can change the deploy order by setting Priority. Packages with lower priority will be executed first, with others held in queue. Packages with equal priority will be deployed in parallel.
  4. Click on Submit Request button to submit the deployment.

You can click on the Execution Id to drill into the step details of the workflow or view the logs, which is critical in the case of failures.



Image Removed
Image Added


You can click on the Files tab to view the list of files deployed. Information, including status, is displayed for every file in the package.


Image RemovedImage Added

Back