Create new nightly pipeline for GA/EUS images
This commit is contained in:
parent
0c2336c76b
commit
62ae5aa4ea
2 changed files with 90 additions and 23 deletions
|
|
@ -9,7 +9,11 @@ fi
|
|||
|
||||
COMPOSE_ID=$(cat COMPOSE_ID)
|
||||
COMPOSER_NVR=$(cat COMPOSER_NVR)
|
||||
MESSAGE="\"Nightly pipeline execution on *$COMPOSE_ID* with *$COMPOSER_NVR* finished with status *$1* $2 \n QE: @atodorov, @jrusz\n Link to results: $CI_PIPELINE_URL\n For edge testing status please see https://url.corp.redhat.com/edge-pipelines \""
|
||||
if [ "$3" == "ga" ]; then
|
||||
MESSAGE="\"GA composes pipeline execution finished with status *$1* $2 \n QE: @atodorov, @jrusz, @tkosciel\n Link to results: $CI_PIPELINE_URL \""
|
||||
else
|
||||
MESSAGE="\"Nightly pipeline execution on *$COMPOSE_ID* with *$COMPOSER_NVR* finished with status *$1* $2 \n QE: @atodorov, @jrusz, @tkosciel\n Link to results: $CI_PIPELINE_URL\n For edge testing status please see https://url.corp.redhat.com/edge-pipelines \""
|
||||
fi
|
||||
|
||||
curl \
|
||||
-X POST \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue