Updated deprecated 'master' terminology in documentation #14
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: pr | |
on: [pull_request] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Switch the action to use the Dockerfile.build | |
run: | | |
mv jenkinsfile-runner-prepackaged/Dockerfile jenkinsfile-runner-prepackaged/Dockerfile.runnable | |
mv jenkinsfile-runner-prepackaged/Dockerfile.build jenkinsfile-runner-prepackaged/Dockerfile | |
- name: Test; jenkinsfile-runner-prepackaged | |
uses: ./jenkinsfile-runner-prepackaged | |
with: | |
jenkinsfile: "jenkinsfile-runner-prepackaged/test/Jenkinsfile" | |
pluginstxt: "jenkinsfile-runner-prepackaged/test/plugins.txt" | |
command: "lint" |