Jobs

Overview of Servoy Cloud pipeline job types — Build and Deploy, Build, Desktop (with public installer sharing), and Mobile — and when to use each.

Jobs are the individual tasks in a delivery pipeline. Each job has a specific purpose based on its type. A pipeline can contain one or more jobs — see Pipelines for how to add one.

Job types

Build and Deploy

Builds your application and deploys it directly to your namespace. Use this for a streamlined flow from development to production.

See Build and Deploy job configuration for all available settings.

Build

Builds a package without deploying it. Use this when you need packages for on-premise deployment or want full control over when and where deployment happens.

See Build job configuration for all available settings.

Desktop

Produces NgDesktop installer binaries for Windows, macOS, and Linux. You can optionally enable public installer sharing to generate a download URL accessible without a Cloud Control Center account.

See Desktop job configuration for all available settings.

Mobile

Produces app packages for iOS and Android. Use this to build installable binaries for mobile distribution.

See Mobile job configuration for all available settings.

Last updated

Was this helpful?