Skip to content

Commit 766fdb5

Browse files
authored
[EDI] Move migration content for GitHub Actions (#56576)
1 parent beb4290 commit 766fdb5

21 files changed

+27
-7
lines changed

content/actions/how-tos/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How-tos for GitHub Actions
33
shortTitle: How-tos
4-
intro: "Learn how to accomplish specific goals with GitHub Actions."
4+
intro: Learn how to accomplish specific goals with GitHub Actions.
55
versions:
66
fpt: '*'
77
ghes: '*'
@@ -15,6 +15,6 @@ children:
1515
- /hosting-your-own-runners
1616
- /security-for-github-actions
1717
- /use-cases-and-examples
18-
- /migrating-to-github-actions
1918
- /administering-github-actions
20-
---
19+
---
20+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ shortTitle: Extending GitHub Actions Importer
1414
redirect_from:
1515
- /actions/migrating-to-github-actions/automated-migrations/extending-github-actions-importer-with-custom-transformers
1616
- /actions/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/extending-github-actions-importer-with-custom-transformers
17+
- /actions/how-tos/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/extending-github-actions-importer-with-custom-transformers
1718
---
1819

1920
[Legal notice](#legal-notice)

content/actions/reference/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@ children:
2626
- /self-hosted-runners-reference
2727
- /usage-limits-for-self-hosted-runners
2828
- /supplemental-arguments-and-settings
29+
- /extending-github-actions-importer-with-custom-transformers
2930
---
31+

content/actions/tutorials/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
22
title: Tutorials for GitHub Actions
33
shortTitle: Tutorials
4-
intro: "Build skills and knowledge about GitHub Actions through hands-on activities."
4+
intro: Build skills and knowledge about GitHub Actions through hands-on activities.
55
versions:
66
fpt: '*'
77
ghes: '*'
88
ghec: '*'
99
children:
10+
- /migrating-to-github-actions
1011
- /creating-an-example-workflow
1112
- /creating-a-docker-container-action
1213
- /creating-a-javascript-action
@@ -15,3 +16,4 @@ children:
1516
redirect_from:
1617
- /actions/guides
1718
---
19+

content/actions/how-tos/migrating-to-github-actions/index.md renamed to content/actions/tutorials/migrating-to-github-actions/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ versions:
99
redirect_from:
1010
- /articles/migrating-github-actions-from-hcl-syntax-to-yaml-syntax
1111
- /actions/migrating-to-github-actions
12+
- /actions/how-tos/migrating-to-github-actions
1213
children:
1314
- /using-github-actions-importer-to-automate-migrations
1415
- /manually-migrating-to-github-actions

content/actions/how-tos/migrating-to-github-actions/manually-migrating-to-github-actions/index.md renamed to content/actions/tutorials/migrating-to-github-actions/manually-migrating-to-github-actions/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ children:
1515
redirect_from:
1616
- /actions/migrating-to-github-actions/manual-migrations
1717
- /actions/migrating-to-github-actions/manually-migrating-to-github-actions
18+
- /actions/how-tos/migrating-to-github-actions/manually-migrating-to-github-actions
1819
---
1920

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ redirect_from:
66
- /actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions
77
- /actions/migrating-to-github-actions/manual-migrations/migrating-from-azure-pipelines-to-github-actions
88
- /actions/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions
9+
- /actions/how-tos/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions
910
versions:
1011
fpt: '*'
1112
ghes: '*'
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ redirect_from:
66
- /actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions
77
- /actions/migrating-to-github-actions/manual-migrations/migrating-from-circleci-to-github-actions
88
- /actions/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-circleci-to-github-actions
9+
- /actions/how-tos/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-circleci-to-github-actions
910
versions:
1011
fpt: '*'
1112
ghes: '*'
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ redirect_from:
66
- /actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions
77
- /actions/migrating-to-github-actions/manual-migrations/migrating-from-gitlab-cicd-to-github-actions
88
- /actions/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions
9+
- /actions/how-tos/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions
910
versions:
1011
fpt: '*'
1112
ghes: '*'
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ redirect_from:
66
- /actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions
77
- /actions/migrating-to-github-actions/manual-migrations/migrating-from-jenkins-to-github-actions
88
- /actions/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-jenkins-to-github-actions
9+
- /actions/how-tos/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-jenkins-to-github-actions
910
versions:
1011
fpt: '*'
1112
ghes: '*'
@@ -64,7 +65,7 @@ Jenkins uses directives to manage _Declarative Pipelines_. These directives defi
6465
| ------------- | ------------- |
6566
| [`environment`](https://jenkins.io/doc/book/pipeline/syntax/#environment) | [`jobs.<job_id>.env`](/actions/using-workflows/workflow-syntax-for-github-actions#env) <br> [`jobs.<job_id>.steps[*].env`](/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsenv) |
6667
| [`options`](https://jenkins.io/doc/book/pipeline/syntax/#options) | [`jobs.<job_id>.strategy`](/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategy) <br> [`jobs.<job_id>.strategy.fail-fast`](/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast) <br> [`jobs.<job_id>.timeout-minutes`](/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idtimeout-minutes) |
67-
| [`parameters`](https://jenkins.io/doc/book/pipeline/syntax/#parameters) | [`inputs`](/actions/creating-actions/metadata-syntax-for-github-actions#inputs) <br> [`outputs`](/actions/creating-actions/metadata-syntax-for-github-actions#outputs-for-docker-container-and-javascript-actions) |
68+
| [`parameters`](https://jenkins.io/doc/book/pipeline/syntax/#options) | [`inputs`](/actions/creating-actions/metadata-syntax-for-github-actions#inputs) <br> [`outputs`](/actions/creating-actions/metadata-syntax-for-github-actions#outputs-for-docker-container-and-javascript-actions) |
6869
| [`triggers`](https://jenkins.io/doc/book/pipeline/syntax/#triggers) | [`on`](/actions/using-workflows/workflow-syntax-for-github-actions#on) <br> [`on.<event_name>.types`](/actions/using-workflows/workflow-syntax-for-github-actions#onevent_nametypes) <br> [<code>on.<push\>.<branches\|tags></code>](/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#onpushbranchestagsbranches-ignoretags-ignore) <br> [<code>on.<pull_request\>.<branches\></code>](/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#onpull_requestpull_request_targetbranchesbranches-ignore) <br> [<code>on.<push\|pull_request>.paths</code>](/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#onpushpull_requestpull_request_targetpathspaths-ignore) |
6970
| [`triggers { upstreamprojects() }`](https://jenkins.io/doc/book/pipeline/syntax/#triggers) | [`jobs.<job_id>.needs`](/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idneeds) |
7071
| [Jenkins cron syntax](https://jenkins.io/doc/book/pipeline/syntax/#cron-syntax) | [`on.schedule`](/actions/using-workflows/workflow-syntax-for-github-actions#onschedule) |

0 commit comments

Comments
 (0)