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
c69d2d13
Commit
c69d2d13
authored
Nov 04, 2020
by
Suzanne Selhorn
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'selhorn-npm-reg' into 'master'
Docs: NPM packages edit See merge request gitlab-org/gitlab!46273
parents
3510277d
cfa99c51
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
221 additions
and
248 deletions
+221
-248
doc/api/README.md
doc/api/README.md
+1
-1
doc/user/packages/npm_registry/img/npm_package_view_v12_5.png
...user/packages/npm_registry/img/npm_package_view_v12_5.png
+0
-0
doc/user/packages/npm_registry/index.md
doc/user/packages/npm_registry/index.md
+217
-244
doc/user/packages/package_registry/index.md
doc/user/packages/package_registry/index.md
+1
-1
doc/user/packages/workflows/project_registry.md
doc/user/packages/workflows/project_registry.md
+2
-2
No files found.
doc/api/README.md
View file @
c69d2d13
...
...
@@ -174,7 +174,7 @@ to authenticate with the API:
-
[
Container Registry
](
../user/packages/container_registry/index.md
)
(
`$CI_REGISTRY_PASSWORD`
is actually
`$CI_JOB_TOKEN`
, but this may change in the future)
-
[
Go Proxy
](
../user/packages/go_proxy/index.md
)
-
[
Maven Repository
](
../user/packages/maven_repository/index.md#authenticate-with-a-ci-job-token-in-maven
)
-
[
NPM Repository
](
../user/packages/npm_registry/index.md#authenticat
ing
-with-a-ci-job-token
)
-
[
NPM Repository
](
../user/packages/npm_registry/index.md#authenticat
e
-with-a-ci-job-token
)
-
[
Nuget Repository
](
../user/packages/nuget_repository/index.md
)
-
[
PyPI Repository
](
../user/packages/pypi_repository/index.md#using-gitlab-ci-with-pypi-packages
)
-
[
Generic packages
](
../user/packages/generic_packages/index.md#publish-a-generic-package-by-using-cicd
)
...
...
doc/user/packages/npm_registry/img/npm_package_view_v12_5.png
deleted
100644 → 0
View file @
3510277d
37.1 KB
doc/user/packages/npm_registry/index.md
View file @
c69d2d13
This diff is collapsed.
Click to expand it.
doc/user/packages/package_registry/index.md
View file @
c69d2d13
...
...
@@ -31,7 +31,7 @@ authenticate with GitLab by using the `CI_JOB_TOKEN`.
CI/CD templates, which you can use to get started, are in
[
this repo
](
https://gitlab.com/gitlab-org/gitlab/-/tree/master/lib/gitlab/ci/templates
)
.
Learn more about
[
using CI/CD to build Maven packages
](
../maven_repository/index.md#create-maven-packages-with-gitlab-cicd
)
,
[
NPM packages
](
../npm_registry/index.md#publish
ing-a-package-with
-cicd
)
,
[
Composer packages
](
../composer_repository/index.md#publish-a-composer-package-by-using-cicd
)
,
[
NuGet Packages
](
../nuget_repository/index.md#publishing-a-nuget-package-with-cicd
)
,
[
Conan Packages
](
../conan_repository/index.md#publish-a-conan-package-by-using-cicd
)
,
[
PyPI packages
](
../pypi_repository/index.md#using-gitlab-ci-with-pypi-packages
)
, and
[
generic packages
](
../generic_packages/index.md#publish-a-generic-package-by-using-cicd
)
.
Learn more about
[
using CI/CD to build Maven packages
](
../maven_repository/index.md#create-maven-packages-with-gitlab-cicd
)
,
[
NPM packages
](
../npm_registry/index.md#publish
-an-npm-package-by-using
-cicd
)
,
[
Composer packages
](
../composer_repository/index.md#publish-a-composer-package-by-using-cicd
)
,
[
NuGet Packages
](
../nuget_repository/index.md#publishing-a-nuget-package-with-cicd
)
,
[
Conan Packages
](
../conan_repository/index.md#publish-a-conan-package-by-using-cicd
)
,
[
PyPI packages
](
../pypi_repository/index.md#using-gitlab-ci-with-pypi-packages
)
, and
[
generic packages
](
../generic_packages/index.md#publish-a-generic-package-by-using-cicd
)
.
If you use CI/CD to build a package, extended activity
information is displayed when you view the package details:
...
...
doc/user/packages/workflows/project_registry.md
View file @
c69d2d13
...
...
@@ -67,9 +67,9 @@ If you are using NPM, this involves creating an `.npmrc` file and adding the app
to your project using your project ID, then adding a section to your
`package.json`
file with a similar URL.
Follow
the instructions in the
[
GitLab NPM Registry documentation
](
../npm_registry/index.md#authenticat
ing-to-the-gitlab-npm
-registry
)
. After
the instructions in the
[
GitLab NPM Registry documentation
](
../npm_registry/index.md#authenticat
e-to-the-package
-registry
)
. After
you do this, you can push your NPM package to your project using
`npm publish`
, as described in the
[
uploading packages
](
../npm_registry/index.md#uploading-packages
)
section of the docs.
[
publishing packages
](
../npm_registry/index.md#publish-an-npm-package
)
section of the docs.
#### Maven
...
...
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