Skip to content

Commit

Permalink
Update GitHub workflows and specific configs to new baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
cpoenisch committed Feb 16, 2021
1 parent 3d4491d commit b87cc09
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 23 deletions.
16 changes: 2 additions & 14 deletions .github/dependabot.yml
Expand Up @@ -8,24 +8,12 @@ updates:
reviewers:
- cpoenisch
ignore:
- dependency-name: 'io.jenkins:configuration-as-code'
versions:
- '> 1.36.2'
- dependency-name: 'io.jenkins.configuration-as-code:test-harness'
versions:
- '> 1.36.2'
- dependency-name: 'io.jenkins.plugins:warnings-ng'
versions:
- '> 6.0.0'
- dependency-name: 'org.antlr:antlr4*'
versions:
- '> 4.5.3'
- '> 8.0.0'
- dependency-name: 'org.jenkins-ci.main:jenkins-core'
versions:
- '> 2.60.3'
- dependency-name: org.jenkins-ci.plugins*
versions:
- '>= 0'
- '> 2.235.1'
- dependency-name: 'org.xerial:sqlite-jdbc'
versions:
- '> 3.7.2'
Expand Down
3 changes: 3 additions & 0 deletions .github/labels.yml
Expand Up @@ -31,6 +31,9 @@
- name: removed
description: Remove code
color: aa0f1c
- name: security
description: Security related issue
color: 7f0e6f
- name: test-guide
description: TEST-GUIDE related issue
color: 208ca3
Expand Down
10 changes: 2 additions & 8 deletions .github/workflows/maven.yml
Expand Up @@ -10,19 +10,13 @@ on:

jobs:
build:
name: Build on Jenkins ${{ matrix.jenkins-version }}, JDK ${{ matrix.java }} and ${{ matrix.os }}
name: Build on JDK ${{ matrix.java }} and ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
java: [8, 11]
jenkins-version: [2.60.3, 2.176.4]
jenkins-version: [ 2.235.1 ]
os: [ubuntu-latest, windows-latest]
include:
- jenkins-version: '2.176.4'
flags: '--define jenkins.version=2.176.4'
exclude:
- java: '11'
jenkins-version: '2.60.3'
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/md-link-check.yml
Expand Up @@ -5,7 +5,6 @@ on:
schedule:
- cron: "0 8 * * 1"


jobs:
markdown-link-check:
name: Check Markdown links
Expand Down

0 comments on commit b87cc09

Please sign in to comment.