Skip to content

[BUG]Metersphere 的jenkins 插件当两个不同项目的job同时运行时,后面运行的job 会打印前面运行的job 日志 #5929

[BUG]Metersphere 的jenkins 插件当两个不同项目的job同时运行时,后面运行的job 会打印前面运行的job 日志

[BUG]Metersphere 的jenkins 插件当两个不同项目的job同时运行时,后面运行的job 会打印前面运行的job 日志 #5929

Workflow file for this run

name: Issue Open Check
on:
issues:
types: [opened]
jobs:
issue-open-add-labels:
runs-on: ubuntu-latest
steps:
- name: Add labels
uses: actions-cool/issues-helper@v2
if: ${{ !github.event.issue.pull_request }}
with:
actions: 'add-labels'
labels: '状态:待处理'