Skip to content

Commit

Permalink
Merge pull request #15 from snow-actions/release/v0.3.0
Browse files Browse the repository at this point in the history
v0.3.0
  • Loading branch information
SnowCait authored May 16, 2022
2 parents 0af8494 + d166a18 commit 7a4cc91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ A few features are available.
## Usage

1. Copy `$JENKINS_HOME/jobs/*/config.xml` from existing Jenkins to `jenkins_home/` in a repository
1. You can put `jenkins_home/jenkins.yaml` if [Jenkins Configuration as Code](https://www.jenkins.io/projects/jcasc/)
1. You can put `jenkins_home/jenkins.yaml` if [Jenkins Configuration as Code](https://www.jenkins.io/projects/jcasc/) (optional)
1. Create a workflow with the jenkins_home path

```yml
steps:
- uses: actions/checkout@v3
- uses: snow-actions/setup-jenkins@v0.2.0
- uses: snow-actions/setup-jenkins@v0.3.0
with:
jenkins_home: jenkins_home
- run: wget $JENKINS_URL/jnlpJars/jenkins-cli.jar
Expand Down

0 comments on commit 7a4cc91

Please sign in to comment.