Replies: 1 comment 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear owners,
first of all: I'm super excited about the actions importer! It has the potential to be an absolute game changer on our current journey. We're migrating 1000+ projects from Bitbucket+Jenkins to GitHub. So currently the Jenkins pipelines we need to migrate are all configured to get their code and Jenkinsfiles from Bitbucket.
After some first tests I'm running into issues with our Jenkins Multibranch pipelines.
The connection to Bitbucket is configured with the Bitbucket branch source plugin. I'm getting errors, that the credential for the Bitbucket repo can't be retrieved, and then I guess the rest of it fails because the Jenkinsfile isn't available for analysis.
I assume the actions importer currently is built for teams who have already been using GitHub as their code repository and now just want to move their CI/CD part to GitHub as well. However I think for many GitHub Enterprise customers it would be a big win to also be able to import Jenkins pipelines with other source types.
Maybe I'm wrong with my assumption and I'm just doing something wrong, that would make me very happy :) so any hints welcome!
BR Christina
Beta Was this translation helpful? Give feedback.
All reactions