From eea4c17b7158f7d6ad2c707e363c64e04ac0181a Mon Sep 17 00:00:00 2001 From: Rajesh G <67423144+RjSH1@users.noreply.github.com> Date: Fri, 21 Apr 2023 15:00:05 +0530 Subject: [PATCH] Create values.yml --- documentation/.jfrog-pipelines/pipelines.yml | 4 ++-- documentation/.jfrog-pipelines/values.yml | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 documentation/.jfrog-pipelines/values.yml diff --git a/documentation/.jfrog-pipelines/pipelines.yml b/documentation/.jfrog-pipelines/pipelines.yml index 9837d6691..b4e039025 100644 --- a/documentation/.jfrog-pipelines/pipelines.yml +++ b/documentation/.jfrog-pipelines/pipelines.yml @@ -36,6 +36,6 @@ pipelines: - ls - ls ${res_myGitRep_resourcePath} - zip README.zip ${res_myGitRep_resourcePath}/* - - curl -X POST https://jfrog-staging-external.fluidtopics.net/api/admin/khub/sources/ftml/upload -H 'Authorization:Bearer WEFxUKqV4C6hdkM2jpbXX3vJGOjXjEyd' -H 'Cache-Control:no-cache' -H 'Postman-Token:6c1347b7-9fd0-9b4c-f5cd-bb6e4b135518' -H 'content-type:multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW' -F file=@README.zip - - curl -X POST https://jfrog-external.fluidtopics.net/api/admin/khub/sources/ftml/upload -H 'Authorization:Bearer RVAAAYv3h99b1UTUvte2attfflLlOECy' -H 'Cache-Control:no-cache' -H 'Postman-Token:6c1347b7-9fd0-9b4c-f5cd-bb6e4b135518' -H 'content-type:multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW' -F file=@README.zip + - curl -X POST https://jfrog-staging-external.fluidtopics.net/api/admin/khub/sources/ftml/upload -H 'Authorization:Bearer ***' -H 'Cache-Control:no-cache' -H 'Postman-Token:***' -H 'content-type:multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW' -F file=@README.zip + - curl -X POST https://jfrog-external.fluidtopics.net/api/admin/khub/sources/ftml/upload -H 'Authorization:Bearer ***' -H 'Cache-Control:no-cache' -H 'Postman-Token:***' -H 'content-type:multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW' -F file=@README.zip - popd diff --git a/documentation/.jfrog-pipelines/values.yml b/documentation/.jfrog-pipelines/values.yml new file mode 100644 index 000000000..3c118950c --- /dev/null +++ b/documentation/.jfrog-pipelines/values.yml @@ -0,0 +1,3 @@ +myGitRep: + gitProvider: myGithub + path: RjSH1/jfrog-cli