-
Notifications
You must be signed in to change notification settings - Fork 928
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SCM Import Fails with Cannot get property '[UUID]' on null object #1970
Comments
It is worth trying to import the file manually through the 'Upload definition' function. I was gettting a very similar error and did this, only to discover it was due to a plugin not being installed that the definition required, but wasn't installed on this server |
UPDATE: I tried manually uploading the job definition and it turns out the issue was a malformed schedule setting (missing quotes for single values). The error message was much more clear when uploading manually vs running scm sync. Once the job configuration was updated the sync worked as expected. It would be great if the scm import plugin would provide the same error messages as the manual upload 👍 |
This might be related. I am seeing a similar, though not exactly the same, error message in our setup, which is 2.6.7.
Looks like this is the offending line: https://github.com/rundeck/rundeck/blob/v2.6.7/plugins/git-plugin/src/main/groovy/org/rundeck/plugin/scm/git/GitImportPlugin.groovy#L294 |
i believe the original error is fixed with cf6c1c5 |
I can log a separate issue for the other problem, since after all, it seems to be different. |
@ARentz07 please try 2.6.9 i believe that bug was fixed |
I'll give it a shot. Thanks! |
SCM Import plugin correctly finds projects and I am able to select them for import, but only one of 3 projects are imported. The other 2 fail with this same message, even though this is the UUID for only one of them. I even tried importing them one at a time, but still no luck.
Any thoughts?
The text was updated successfully, but these errors were encountered: