Skip to content

Bump org.jenkins-ci.plugins:plugin from 4.64 to 4.79 #799

Bump org.jenkins-ci.plugins:plugin from 4.64 to 4.79

Bump org.jenkins-ci.plugins:plugin from 4.64 to 4.79 #799

Workflow file for this run

name: CI
permissions: read-all
on:
push:
branches:
- master
pull_request:
jobs:
tests-with-coverage:
strategy:
matrix:
os: ["windows-2022", "ubuntu-22.04"]
name: Tests (${{ matrix.os }}) with coverage
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-java@9704b39bf258b59bc04b50fa2dd55e9ed76b47a8 # v4.1.0
with:
distribution: 'temurin'
java-version: '17'
- name: Build
run: mvn -Pjacoco clean verify --batch-mode --show-version
- name: Upload coverage to Codecov
uses: codecov/codecov-action@a7b945cea47ad44d8340fae2b004cb982191264f # v4.0.0
with:
file: ./target/site/jacoco/jacoco.xml