Jenkins build flow plugin not showing graph of dependencies - jenkins

Is it possible to show the dependencies graph built by Jenkins Build Flow plugin?
I'm referring the the graph made by the Dependency Graph View plugin.

https://wiki.jenkins-ci.org/display/JENKINS/Build+Graph+View+Plugin
The answer is to install this plugin which does work with the Build Flow plugin.

Related

How to make sure existing reports compatible after jenkins update?

I would like to install robot framework plugin to jenkins.
However the Jenkins prompt to upgrade jebkins in order to use that plugin.
I tried to update jenkins via Web UI.
Then Jenkins prompts that some job reports format isn't compatible and needs to roll back.
How to resolve this, what I wanted is to be able use the plugin and retain all historical reports.

There is no AWS Codedeploy Plugin in Jenkins

I use two different Jenkins servers(tomcat jenkins) and i was trying to install a plugin for aws codedeploy.
However, I couldn't find it in the list of a Jenkins but another one has it.
Why the plugin libraries are different? even though i install them in a same way.
Also, How can i add a particular plugin in my Jenkins server?
Thank you.
Why the plugin libraries are different?
The plugin libraries shouldn't be different.
Which way did you search the plugin (jenkins gui, in the web)? Both your servers are on the same Jenkins version?
Also, How can i add a particular plugin in my Jenkins server?
I do it always via the GUI as described here: https://jenkins.io/doc/book/managing/plugins/

artifactory jenkins plugin with first class nuget support like maven packages

Looking here I have methods for maven but i cant find nuget:
https://www.jfrog.com/confluence/display/RTF/Working+With+Pipeline+Jobs+in+Jenkins
How do I use the jenkins plugin to upload packages with Nuget Info attached to them?
It sure looks like Nuget is not supported within the plugin (plugin source on github). Nuget CLI reference is probably the next stop and then you'll want to figure out how to update the buildInfo with the package so the two objects can be linked together for management and cleanup. I don't know how to do that step yet but the REST interface. Also, theres a MSBUILD Artifactory plugin that might make this easier.
Publish would look something like this:
nuget push package -Source artifactoryRepoURL -ApiKey ArtifactoryAPIKey
On the Home artifactory page, there's a Set Me Up link for each repo that goes over the details.
The answer is you must use the jfrog cli or the upload() method of the plugin to add build info and do retention. You cannot upload with regular nuget methods.

Publish Robot Framework test results option is not available after successful installation of Robot Framework plugin in Jenkins

I've successfully installed Robot Framework plugin in Jenkins. I restarted the server. While configuring my project, Publish Robot Framework test results should be visible in Post-build Actions menu. But this is not the case. There is no such option exists to publish robot framework test results. Am I missing something here?
Jenkins assume that you have installed suggested plugins , before you go for Robot framework plugin .
The definition of suggested plugins is not much clear and very confusing.
I had resolved this issue by installing Subversion.
Steps
1) go to Managed Jenkins >Managed plugins >Available
2) Search Subversion
3) Install Subversion
This should be able to resolve your issue.
In case of any issue , you can refer this blog How to configure jenkins with robotframework, i have included all the steps with screenshots.

Updating jenkins plugin from source

I currently have Build User Vars Plugin 1.1 installed in my Jenkins. Since version 1.1 of the plugin, there has been some important changes to the plugin code, and I want to pick them up. The question is what is the least amount of work to package up the hpi/jpi file that I can push on my Jenkins install that will contain latest changes.
It's fairly easy to build a plugin locally; you can then upload the hpi/jpi file to Jenkins via the Advanced tab in the plugin manager.
See the Jenkins plugin tutorial for detailed steps.

Resources