Is a purely "offline" conversion of a Jenkinsfile
possible?
#57
-
I tried running something like
but got
Just wondering, why is access to "The URL of the Jenkins job to migrate" actually required? Shouldn't all required information for a conversion present in |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@sschuberth there is not a way to have a purely offline conversion. The Jenkins server is required to be used, even when the |
Beta Was this translation helpful? Give feedback.
@sschuberth there is not a way to have a purely offline conversion. The Jenkins server is required to be used, even when the
--source-file-path
option is being used, in order to convert the Jenkinsfile into an abstract syntax tree that can be converted by Actions Importer. The endpoint that is used is the pipeline-model-converter/toJson endpoint.