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

弹窗显示jenkins流水线日志 #109

Merged
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
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
7 changes: 0 additions & 7 deletions web/src/router/modules/projectDetailRouter.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,6 @@ export function projectDetailRouter() {
component: () => import('@/views/project/detail/ProjectCIDetail.vue'),
hidden: true
},
{
path: '/project/projectPubDetail/:projectID/:jobName/:runId/:stageId',
name: 'projectPubDetail',
meta: { title: '日志详情', noCache: true },
component: () => import('@/views/project/detail/ProjectPubDetail.vue'),
hidden: true
},
]
},
{
Expand Down
7 changes: 0 additions & 7 deletions web/src/views/project/ProjectCICD.vue
Original file line number Diff line number Diff line change
Expand Up @@ -310,13 +310,6 @@
});
}).catch(() => { });
},
goPubDetail(type, id) {
window.open(
`//${window.location.host}/project/projectPubDetail/${this.$route.params.projectID}/${
this.$props.pubItem.id
}/${id}/${type}`
);
},
// 终止发布
termination(id, stargid, name) {
MessageBox.confirm(this.$t('bm.add.sureStopPublishCodeModule'), this.$t('bm.add.hint'), { type: 'warning' }).then(() => {
Expand Down
Loading