Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
fe-data-trusted-space
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
e265d84e
authored
2024-12-20 13:40:14 +0800
by
xukangle
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix: 修改构建配置
1 parent
f8d07716
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
Jenkinsfile
src/router/modules/dataInventory.ts
Jenkinsfile
View file @
e265d84
...
...
@@ -50,8 +50,8 @@ pipeline {
steps {
nodejs('node 16.20.2'){}
//配置私有npm仓库
sh 'npm config set registry http://192.168.5.4
:8001/repository/csbr-npm/'
sh 'yarn config set registry http://
192.168.5.4
:8001/repository/csbr-npm/'
sh 'npm config set registry http://49.4.23.228
:8001/repository/csbr-npm/'
sh 'yarn config set registry http://
49.4.23.228
:8001/repository/csbr-npm/'
// 配置后可通过下面方式来验证是否成功
sh 'npm config get registry'
sh 'npm install -g pnpm'
...
...
src/router/modules/dataInventory.ts
View file @
e265d84
...
...
@@ -219,7 +219,7 @@ const routes: RouteRecordRaw[] = [
{
path
:
'configure-rules'
,
name
:
'configureRules'
,
component
:
()
=>
import
(
'@/views/data_inventory/configureRules
1
.vue'
),
component
:
()
=>
import
(
'@/views/data_inventory/configureRules.vue'
),
meta
:
{
title
:
'配置业务规则'
,
sidebar
:
false
,
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment