25 lines
536 B
Markdown
25 lines
536 B
Markdown
---
|
|
name: Jenkins
|
|
about: Migrate Jenkins jobs to GitHub Actions with Valet
|
|
title: "[Jenkins]:"
|
|
labels: jenkins
|
|
assignees: ""
|
|
---
|
|
|
|
## Inputs
|
|
|
|
Provide the following optional inputs:
|
|
|
|
Folders:
|
|
_Include specific folders in an audit_
|
|
|
|
## Available commands
|
|
|
|
The following commands can be executed by adding a comment to this issue:
|
|
|
|
- `/audit`
|
|
- `/dry-run --source-url :jenkins-job-url`
|
|
- `/migrate --source-url :jenkins-job-url --target-url :github-repository-url`
|
|
|
|
**Note**: If any options are missing, the command will not be successful.
|