Artifacts

Package artifacts overview and details

Overview

Build packages produce various artifacts, from WAR files and various logs to binary downloads. For build and Deploy or Build jobs, you can also find the Docker image pull commands in this section.

Build and Deploy or Build Artifacts

Docker image pull commands

The Docker Information dialog refers to the process of deploying your application on-premise. To successfully deploy on-premise, refer to the On-Premise Deployment section.

WAR file

A WAR file, short for Web Application Archive, is a compressed package that contains all the vital resources and components of your web application. This format is designed for the purpose of deploying your web application onto a server.

Also, in cases where substantial changes or updates introduce issues, WAR files can serve as a form of backup. They enable you to revert your application to a stable and previously working version. Using the Builds Package History, you can access package details and subsequently, previous versions of the WAR files.

Various logs

  • .servoy file (only available when unittest is enabled)

  • servoyExportCommandline.log (only available when unittest is enabled)unittest is enabled)

  • exportSolutionAsDotServoy_servoy_log.txt (only available when unittest is enabled)

  • exportSolutionAsDotServoy_workspace_log.txt (only available when unittest is enabled)

  • junit_servoy_log.txt (only available when unittest is enabled)

  • warExportCommandLine.log

  • exportSolutionAsWar_servoy_log.txt

  • exportSolutionAsWar_workspace_log.txt

Mobile Artifacts

Mobile packages generate binary and log files for the chosen mobile build/deploy type set up in the job configuration.

  • Android APK Binary

  • Android Log

  • Android Store AAB Binary

  • Android Store APK Binary

  • Android Store Log

  • iOS Binary

  • iOS Log

Desktop artifacts

Desktop packages generate executable and log files for the chosen platforms set up in the job configuration.

  • Windows .exe installer

  • MacOS .dmg installer

  • Linux tar.gz.installer

How to access

You can navigate to the package artifacts by navigating to Package Details and choosing the Artifacts tab. Also, you can access different artifacts from throughout Cloud Control Center using clickable stats:

  • WAR file

  • Docker pull commands

  • Binary Downloads

WAR file

You can easily access the WAR file from several places:

  • Package Details Artifacts tab

  • Pipelines Package context menu

Docker Pull commands

You can easily access the Docker image pull commands from several places:

  • Package Details Artifacts tab

  • Pipelines Package context menu

Binary Downloads

You can easily access Binary downloads for Mobile or Desktop jobs from several places:

  • Binary downloads clickable stat in Dashboard Pipeline Activity at-a-glance

  • Individual binary downloads in the Pipelines Current Package section

  • Binary downloads clickable stat in Builds History Overview

  • Package Details Artifacts tab

Last updated