Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
Managetests
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gruppo Web
Managetests
Commits
15565721
Commit
15565721
authored
Dec 11, 2015
by
Pietro Albini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a guide to configure integration with GitLab
parent
f3c73bd6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
+23
-0
README.md
README.md
+23
-0
No files found.
README.md
View file @
15565721
...
@@ -74,6 +74,29 @@ La prima volta che il comando viene eseguito sarà necessario aspettare che ogni
...
@@ -74,6 +74,29 @@ La prima volta che il comando viene eseguito sarà necessario aspettare che ogni
branch richiesto venga scaricato e preparato, e dopo ciò ogni branch verrà
branch richiesto venga scaricato e preparato, e dopo ciò ogni branch verrà
eseguito.
eseguito.
## Integrazione con GitLab
Per poter integrare Managetests con GitLab, è necessario disporre di un account
con accesso al progetto, che verrà usato come bot per inviare commenti nei
merge request. Inoltre, è necessario configurare un webhook.
Per i commenti, è necessario prendere il secret token dalle impostazioni
dell'account che si vuole usare, ed inserirlo nel file
`config.json`
nella root
di managetests, alla chiave
`gitlab-token`
.
Per i webhook, è necessario prendere dal file
`config.json`
nella root di
managetests il valore della chiave
`hooks-token`
(casuale). Dopo aver fatto ciò
si può aggiungere il seguente webhook al progetto gitlab:
```
http://managetests.example.com/+hook/<hooks-token>
```
È necessario sostituire il dominio con il dominio della propria istanza, e
`<hooks-token>`
con il token ottenuto prima. Il webhook è necessario che sia
configurato per ricevere i push e le merge request, tutto il resto verrà
ignorato.
## Generazione di una build
## Generazione di una build
Per creare i pacchetti di managetests, è necessario aver installato
Per creare i pacchetti di managetests, è necessario aver installato
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment