Feature #3551
Jenkins plugin
0%
Description
Hello.
Am working with system "build in Jenkins, deploy in RapidDeploy". Everything works perfectly. Just one thing could do better. :)
Function "rdProjectDeploy", which deploys project directly, without plan, sends all logs to Jenkins pipeline. A lot of information about manifests and other RapidDeploy data. It could be great to have possibility to eliminate full log and get summary information only. As it's done with "rdJobPlanRun" function - it has argument "showFullLogs". Or there could be no argument as in "rdPackageBuild" function. This information is really very specific and is not necessary on each casual deployment.
Thank You in advance!
Best regards,
Vadim.
Updated by Rafael 7 months ago
- Status changed from In Progress to Marked for Closure
Hi Vadim,
This feature is finally out! :-)
Just update to the new 4.5 version of the RapidDeploy plugin for Jenkins:
Just a little warning: I'm pretty sure you were already calling a RapidDeploy job plan from Jenkins, if this is the case, please check the configuration of the Jenkins job as the "Show Full Logs" checkbox has now a different name and a different purpose.
Let me know if you like it! :-)
And feel free to close this ticket when you test it, otherwise I'll just time it out in a few days time.
Cheers!
Rafa
Updated by Vadim 6 months ago
Hi Rafael.
Finally got back to the plugin to update it. But cannot find any description of a new version. :) No changelog also is attached to the plugin. And I cannot see any new code on GitHub. :) Can You please check if it is really released.
Please let me know.
Best regards,
Vadim.
Updated by Rafael 6 months ago
Hi Vadim,
It's true I haven't provided any changelog, when they are small changes and fixes like this I just don't bother, plus, a few months ago they migrated the Jenkins plugin documentation site from the Jenkins Wiki to the GitHub pages, and I haven't done this yet, so I can't really add or modify anything in our Jenkins plugin documentation page:
Although in that same page you can see how the last release was the version 4.5, 2 weeks ago.
And also if you check the GitHub plugin site:
https://github.com/jenkinsci/rapiddeploy-plugin/commits/master
You can also see the last commits a couple of weeks ago.
Maybe you checked it somewhere else?
In any case, you should only need to go to the "Plugin Manager" section of the Jenkins administration page and check the "Available updates" tab to see there's a new version of the RapidDeploy plugin.
Anyway, let me know if you have any problem and I'll try to help you!
Cheers!
Rafa
Updated by Rafael 6 months ago
- Status changed from Marked for Closure to In Progress
- Assignee changed from Vadim to Rafael
Hi Vadim,
You're right, I actually didn't make this feature extensible to the Jenkins pipeline option, I need to implement this!
Regarding the documentation of each field, I just realised they are actually described generically in the "Tasks" section right before the "Jenkins Pipeline steps" one:
In any case, it would really nice to have an example of each possible pipeline step and a better explanation, and I also need to add a description for the new "Show full log" field though. :-)
Thanks for reminding, leave it on me, I'll keep you posted on any update! :-)
Cheers!
Rafa
Updated by Vadim 4 months ago
Hi Rafael.
You said that controls this. So just want to remember not to forget. :) We were talking about calling RapidDeploy plugin functions from a Jenkins scripted pipeline. RD returns too much logs and makes build log too big and less informative. :)
Please check if it is possible to pass a "Show full logs = False" parameter to a scripted pipeline function as well.
Best regards,
Vadim.