'Triggering a build remotely via a script' functions like Jenkins

Product: PowerShell Universal
Version: 1.4.6

I would like to check if there’s have ‘Triggering a build remotely via a script’ functions for PSU like Cloudbees/Jenkins?

Hi Justine and welcome to the PSU community.

I assume you mean a CI/CD pipeline. Yes you can deploy a PSU artifact with a pipeline.
I use Gitlab Runners to do this, but it should work with any really.

The biggest things to look out for are:

  • multiple environments lab/prod have different configuration files , so you need a system that takes care of that
  • a sort of ‘sync-back’ system. Say an admin changes something in the UI, those changes need to make it back to the repository before the next build

But all of this is very much possible.