Skip to content

[dependency] Bump org.jenkins-ci.plugins:plugin from 5.7 to 5.9 #211

[dependency] Bump org.jenkins-ci.plugins:plugin from 5.7 to 5.9

[dependency] Bump org.jenkins-ci.plugins:plugin from 5.7 to 5.9 #211

Workflow file for this run

name: build
on:
push:
branches:
- master
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
build:
strategy:
matrix:
os: [ 'ubuntu-latest', 'windows-latest', 'macos-latest' ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: 21
distribution: temurin
- run: mvn --batch-mode verify