Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
f320e9ed
Commit
f320e9ed
authored
Jun 14, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
796dd9e8
34b8231d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
doc/user/application_security/license_management/index.md
doc/user/application_security/license_management/index.md
+17
-0
No files found.
doc/user/application_security/license_management/index.md
View file @
f320e9ed
...
@@ -168,6 +168,23 @@ to explicitly add `-DskipTests` to your options.
...
@@ -168,6 +168,23 @@ to explicitly add `-DskipTests` to your options.
If you still need to run tests during
`mvn install`
, add
`-DskipTests=false`
to
If you still need to run tests during
`mvn install`
, add
`-DskipTests=false`
to
`MAVEN_CLI_OPTS`
.
`MAVEN_CLI_OPTS`
.
### Selecting the version of Python
> [Introduced](https://gitlab.com/gitlab-org/security-products/license-management/merge_requests/36) in [GitLab Ultimate](https://about.gitlab.com/pricing/) 12.0.
License Management uses Python 2.7 and pip 10.0 by default.
If your project requires Python 3, you can switch to Python 3.5 and pip 19.1
by setting the
`LM_PYTHON_VERSION`
environment variable to
`3`
.
```
yaml
include
:
template
:
License-Management.gitlab-ci.yml
license_management
:
variables
:
LM_PYTHON_VERSION
:
3
```
### Manual job definition for GitLab 11.5 and later
### Manual job definition for GitLab 11.5 and later
For GitLab 11.5 and GitLab Runner 11.5 and later, the following
`license_management`
For GitLab 11.5 and GitLab Runner 11.5 and later, the following
`license_management`
...
...
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