Skip to content

Create CI.yml

Create CI.yml #1

Workflow file for this run

name: RDF CI
on: [push]
jobs:
job-name:
runs-on: ubuntu-latest
container:
image: ghcr.io/jenkinsci/jenkinsfile-runner:master
steps:
- uses: actions/checkout@v2
- uses:
jenkinsci/jfr-container-action@master
with:
command: run
jenkinsfile: Jenkinsfile
pluginstxt: plugins.txt