Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

EGT-Ukraine/gitlab-trigger-watcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

22 Commits

Repository files navigation

gitlab-trigger-watcher Build Status

Application to run and check until the end of Gitlab trigger's job

Build and run

make build
./gtw -h

options:

  • --privateToken - user's personal private token;
  • --token - project token;
  • --projectID - integer ID of your project;
  • --skipVerifyTLS - (optional) skip to verify tls certificate;
  • --host - (optional) set your custom Gitlab's host;
  • --schema - (optional. default: https) set http or https connection type;
  • --ref - (optional) branch for the project. (default: master);
  • --urlPrefix - (optional) if you are use some prefix for your Gitlab (final URL will be looked like: /prefix/api/v4/...);
  • --variables - (optional) custom variables for the project

Run:

./gtw --privateToken ${PRIVATE_TOKEN} --token ${TOKEN} --host gitlab.egt.com --projectID 123 --variables KEY1:VALUE1 --variables KEY2:VALUE2 run

AltStyle によって変換されたページ (->オリジナル) /