Skip to content

Releases: digital-blueprint/gitlab-pipeline-trigger-action

v1.2.0

14 Mar 08:55
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update dependency eslint to v8.57.0 by @renovate in #35
  • feat: add invalid access/trigger token error handling by @nepalevov in #36

Full Changelog: v1.1.0...v1.2.0

v1.1.0

31 Jan 08:56
Compare
Choose a tag to compare
  • add: web_url to the action outputs (for #32, thank you, @nepalevov)

v1.0.6

15 Nov 09:28
Compare
Choose a tag to compare
  • bump to node20
  • port from axios to fetch
  • dependency updates

Initial release

15 Mar 14:32
8ef9046
Compare
Choose a tag to compare

This GitHub action triggers and waits for a GitLab pipeline to complete.

You can for example use this action to trigger a deployment pipeline on a private GitLab server after a successful build pipeline and wait for the deployment (with possible End2End tests) to finish, so you would get a notification if the deployment failed.