Skip to content

Commit

Permalink
using k8s v1.8.2 in pipeline trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
thewolfpack committed Nov 22, 2017
1 parent 66e9b69 commit 02bb069
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions bin/trigger_pipelines
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,18 @@ curl -X POST \
-F "variables[DASHBOARD_API_HOST_PORT]=$DASHBOARD_API_HOST_PORT" \
https://gitlab.dev.cncf.ci/api/v4/projects/14/trigger/pipeline

echo -e "\nKubernetes head"
# echo -e "\nKubernetes stable"
# curl -X POST \
# -F token=6e00343d071643c518e01bc69d9021 \
# -F ref=ci-v1.6.6 \
# -F "variables[DASHBOARD_API_HOST_PORT]=$DASHBOARD_API_HOST_PORT" \
# https://gitlab.dev.cncf.ci/api/v4/projects/14/trigger/pipeline


echo -e "\nKubernetes stable"
curl -X POST \
-F token=6e00343d071643c518e01bc69d9021 \
-F ref=ci-v1.6.6 \
-F ref=ci-v1.8.2 \
-F "variables[DASHBOARD_API_HOST_PORT]=$DASHBOARD_API_HOST_PORT" \
https://gitlab.dev.cncf.ci/api/v4/projects/14/trigger/pipeline

0 comments on commit 02bb069

Please sign in to comment.