Skip to content

Bump org.jenkins-ci.plugins:plugin from 4.33 to 4.74 #11

Bump org.jenkins-ci.plugins:plugin from 4.33 to 4.74

Bump org.jenkins-ci.plugins:plugin from 4.33 to 4.74 #11

Workflow file for this run

name: A Test master on JDK8
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 1.8
uses: actions/setup-java@v3
with:
java-version: 8.0
distribution: temurin
cache: maven
- name: Run basic tests
run: mvn clean verify