Ability to convert JenkinsFile to GitHub actions offline #193
|
why ? what ? expected: -> the result would be to output the converted file |
Answered by
ethanis
Jul 5, 2023
Replies: 3 comments
This comment was marked as off-topic.
This comment was marked as off-topic.
Answer selected by
ethanis
|
that requirement seems very odd to me |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@ilyesAj a connection to the Jenkins server is required, even when using the
--source-file-pathoption, so that Actions Importer can convert the Jenkinsfile contents to a JSON object that can then be converted to its equivalent workflow using this endpoint.