Skip to content

build(deps-dev): bump org.jenkins-ci.plugins:pipeline-maven from 3.8.0 to 1331.v003efa_fd6e81 in /jenkins-pipeline-shared-libraries #39

build(deps-dev): bump org.jenkins-ci.plugins:pipeline-maven from 3.8.0 to 1331.v003efa_fd6e81 in /jenkins-pipeline-shared-libraries

build(deps-dev): bump org.jenkins-ci.plugins:pipeline-maven from 3.8.0 to 1331.v003efa_fd6e81 in /jenkins-pipeline-shared-libraries #39

# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Jenkins Pipeline Shared Libraries Maven Tests
on:
pull_request:
branches: [ main ]
paths:
- 'jenkins-pipeline-shared-libraries/**'
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
distribution: temurin
cache: maven
- name: Build with Maven
run: mvn -B test --file jenkins-pipeline-shared-libraries/pom.xml