Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to wait until a triggered pipeline completed gitlabci

#gitlab-ci.yml in project Atrigger_pipeline_in_B:  stage: integration_test_downstream  image: registry.gitlab.com/finestructure/pipeline-trigger  script:  - trigger -h "https://where.your.git.server.is" -a "$API_TOKEN" -p "$PROJ_TOKEN_USER_ASSIGNMENT" -t $TARGET_BRANCH_B $PROJ_ID_B  only:  - ...
Source by medium.com #
 
PREVIOUS NEXT
Tagged: #wait #triggered #pipeline #completed #gitlabci
ADD COMMENT
Topic
Name
5+2 =