You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* trying to fix cache warnings
* trying to fix cache warnings
* trying to fix cache warnings
* adding support for SDK ref when triggering nightly build
* adding support for SDK ref when triggering nightly build
---------
Co-authored-by: kobymeir <[email protected]>
Copy file name to clipboardExpand all lines: Utils/gitlab_triggers/trigger_content_nightly_build.sh
+10-2
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,10 @@ if [ "$#" -lt "1" ]; then
12
12
echo"Usage:
13
13
$0 -ct <token>
14
14
15
-
-ct, --ci-token The ci gitlab trigger token.
15
+
[-ct, --ci-token] The ci gitlab trigger token.
16
16
[-b, --branch] The branch name. Default is the current branch.
17
17
[-ch, --slack-channel] A slack channel to send notifications to. Default is dmst-build-test.
18
+
[-s, --sdk-ref] The sdk ref to use. Default is the latest nightly.
18
19
"
19
20
echo"Get the trigger token from here https://vault.paloaltonetworks.local/home#R2VuZXJpY1NlY3JldERldGFpbHM6RGF0YVZhdWx0OmIyMzJiNDU0LWEzOWMtNGY5YS1hMTY1LTQ4YjRlYzM1OTUxMzpSZWNvcmRJbmRleDowOklzVHJ1bmNhdGVk"# disable-secrets-detection
0 commit comments