Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve GitHub & Jenkins installation flow #411

Merged
merged 49 commits into from
Aug 15, 2023
Merged
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
2409470
improve docs
sverdlov93 Aug 3, 2023
a74692b
improve docs
sverdlov93 Aug 3, 2023
73684c1
improve docs
sverdlov93 Aug 3, 2023
0ee686a
improve docs
sverdlov93 Aug 3, 2023
845b897
improve docs
sverdlov93 Aug 3, 2023
1ab62c6
improve docs
sverdlov93 Aug 3, 2023
eaee6ce
improve docs
sverdlov93 Aug 3, 2023
d794f0a
Merge branch 'dev' into Improve-docs
sverdlov93 Aug 6, 2023
42f9f61
Improve internal field names (#418)
omerzi Aug 6, 2023
cd94264
Fix aggregate PRs test (#420)
sverdlov93 Aug 7, 2023
98b6d8d
Fix open pull request against the wrong branch (#421)
omerzi Aug 9, 2023
06447ed
Update Git Action dependencies (#427)
sverdlov93 Aug 9, 2023
0313d1f
Restructure source code (#419)
sverdlov93 Aug 9, 2023
f918dcc
Fix mock import (#429)
sverdlov93 Aug 9, 2023
c5686f0
Fix undefined pull request ID in scan-pull-requests (#428)
omerzi Aug 10, 2023
35946c2
Upgrade golang.org/x/net to 0.13.0 (#430)
github-actions[bot] Aug 10, 2023
d0003a9
Remove base branch from github actions (#431)
omerzi Aug 10, 2023
7d0a53c
Separate env params extraction by context (#432)
EyalDelarea Aug 13, 2023
fecc67f
Update dependencies (#435)
omerzi Aug 13, 2023
ba52020
Update git action
sverdlov93 Aug 13, 2023
8e5ee73
Update git action
sverdlov93 Aug 13, 2023
50afd87
Update git action
sverdlov93 Aug 15, 2023
d7c5384
Merge branch 'dev' of https://github.com/jfrog/frogbot into Improve-docs
sverdlov93 Aug 15, 2023
cd55629
Update git action
sverdlov93 Aug 15, 2023
8b6fb44
Update git action
sverdlov93 Aug 15, 2023
d0ced5f
Update git action
sverdlov93 Aug 15, 2023
e04ba73
Update git action
sverdlov93 Aug 15, 2023
c5d4ae6
Update git action
sverdlov93 Aug 15, 2023
b6bad60
Unify webhook url markdown
EyalDelarea Aug 15, 2023
e84bfdc
Update scan-pull-request.jenkinsfile
EyalDelarea Aug 15, 2023
5847d16
Update scan-repository.jenkinsfile
sverdlov93 Aug 15, 2023
dd6e994
Update scan-pull-request.jenkinsfile
sverdlov93 Aug 15, 2023
d7b1e49
add jenkins pipeline logo
EyalDelarea Aug 15, 2023
483b265
move position
EyalDelarea Aug 15, 2023
22db75d
change image
EyalDelarea Aug 15, 2023
53e5720
Update README.md
EyalDelarea Aug 15, 2023
b4f90d4
Merge pull request #25 from EyalDelarea/improve-docs
sverdlov93 Aug 15, 2023
e518dcc
Update README.md
sverdlov93 Aug 15, 2023
4bac1ea
Update README.md
sverdlov93 Aug 15, 2023
7338f59
Update README.md
sverdlov93 Aug 15, 2023
1903e72
Update README.md
sverdlov93 Aug 15, 2023
9f8133e
Update install-github.md
sverdlov93 Aug 15, 2023
6a90970
Delete jenkins-logo.png
sverdlov93 Aug 15, 2023
d7ef6e3
Update README.md
sverdlov93 Aug 15, 2023
0eda823
Update README.md
sverdlov93 Aug 15, 2023
d7bda7b
Update README.md
sverdlov93 Aug 15, 2023
5a9869f
Update git action
sverdlov93 Aug 15, 2023
6835f17
Merge branch 'dev' of https://github.com/jfrog/frogbot into Improve-docs
sverdlov93 Aug 15, 2023
a62ec9a
Update git action
sverdlov93 Aug 15, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update git action
  • Loading branch information
sverdlov93 committed Aug 15, 2023
commit 8b6fb447364d7313374876e4e677f192d18699c9
8 changes: 7 additions & 1 deletion docs/templates/jenkins/README.md
Original file line number Diff line number Diff line change
@@ -18,6 +18,7 @@ Use the search bar to find **Generic Webhook Trigger

</details>

---
<details>
<summary>2️⃣ Connect the Webhook on your Git provider </summary>

@@ -66,16 +67,18 @@ Use the search bar to find **Generic Webhook Trigger

</details>

---
<details>
<summary>3️⃣ [Optional] - setting JobToken</summary>

- When using the plugin in several jobs, you will have the same URL trigger all jobs. If you
- When using the plugin in several jobs, you will have the same URL trigger all jobs. If you
want to trigger only a certain job you can use the **JobToken** in the URL to specify what job needs to be executed.
- Webhook URL with **JobToken** : `JENKINS_URL/generic-webhook-trigger/invoke?token=MyJobToken`
- On some Git providers the JobToken called Secret Token.
- Read more [JobToken Docs](https://plugins.jenkins.io/generic-webhook-trigger/#plugin-content-trigger-only-specific-job)
</details>

---
<details>
<summary>4️⃣ Set up credentials</summary>

@@ -87,6 +90,7 @@ Use the search bar to find **Generic Webhook Trigger

</details>

---
<details>
<summary>5️⃣ Prepare Jenkins Agent</summary>

@@ -95,6 +99,7 @@ Use the search bar to find **Generic Webhook Trigger

</details>

---
<details>
<summary>6️⃣ Scanning pull requests</summary>

@@ -106,6 +111,7 @@ Make sure to enable build trigger.

</details>

---
<details>
<summary>7️⃣ Scanning repository branches and fixing issues</summary>