Skip to content

Bump io.jenkins.plugins:pipeline-groovy-lib from 671.v07c339c842e8 to 673.vb_c5d5948283c #225

Bump io.jenkins.plugins:pipeline-groovy-lib from 671.v07c339c842e8 to 673.vb_c5d5948283c

Bump io.jenkins.plugins:pipeline-groovy-lib from 671.v07c339c842e8 to 673.vb_c5d5948283c #225

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
test:
name: macos-11
runs-on: macos-latest
steps:
- name: Setup Java
uses: actions/setup-java@v1
with:
java-version: 11
- name: Checkout
uses: actions/checkout@v2
- name: Run Tests
run: ./gradlew --no-daemon cleanTest build