Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ci/migration/plan_a_migration.md')
-rw-r--r--doc/ci/migration/plan_a_migration.md16
1 files changed, 3 insertions, 13 deletions
diff --git a/doc/ci/migration/plan_a_migration.md b/doc/ci/migration/plan_a_migration.md
index 488b2abf3a2..22c4645d6c2 100644
--- a/doc/ci/migration/plan_a_migration.md
+++ b/doc/ci/migration/plan_a_migration.md
@@ -55,17 +55,7 @@ the migration requirements:
- How do you deploy your code?
- Where do you deploy your code?
-### Jenkins
+## Related topics
-If you are [migrating from Jenkins](jenkins.md), these additional questions can help with planning
-the migration:
-
-- What plugins are used by jobs in Jenkins today?
- - Do you know what these plugins do exactly?
- - Do any plugin wrap a common build tool? For example, Maven, Gradle, or NPM?
-- What is installed on the Jenkins agents?
-- Are there any shared libraries in use?
-- How are you authenticating from Jenkins? Are you using SSH keys, API tokens, or other secrets?
-- Are there other projects that you need to access from your pipeline?
-- Are there credentials in Jenkins to access outside services? For example Ansible Tower,
- Artifactory, or other Cloud Providers or deployment targets?
+- How to migrate Atlassian Bamboo Server's CI/CD infrastructure to GitLab CI/CD, [part one](https://about.gitlab.com/blog/2022/07/06/migration-from-atlassian-bamboo-server-to-gitlab-ci/)
+ and [part two](https://about.gitlab.com/blog/2022/07/11/how-to-migrate-atlassians-bamboo-servers-ci-cd-infrastructure-to-gitlab-ci-part-two/)