The content to be replaced is now on the same line for (Azure Devops, CircleCI and Jenkins). Since we expect values to be on the same line as the attributes, some templates were putting into on different line which might confuse users Issue templates for different providers are more consistent with similar wording for the inputs
24 lines
552 B
Markdown
24 lines
552 B
Markdown
---
|
|
name: Jenkins
|
|
about: Migrate Jenkins jobs to GitHub Actions
|
|
title: "[Jenkins]:"
|
|
labels: jenkins
|
|
assignees: ""
|
|
---
|
|
|
|
## Inputs
|
|
|
|
Provide the following optional inputs:
|
|
|
|
Folders: _Include specific folders in an audit (delete if not applicable)_
|
|
|
|
## 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.
|