Published Modules is disabled in Artifactory (using Jenkins Artifactory plugin) - jenkins

We have successfully our deployed artifacts with Jenkins - Artifactory plugin, however we cannot see them in Artifacts => Builds => Published Modules tab.
We can see the link as below:
If we click onto this link, the upcoming screen is completely disabled and empty.
Shouldn't we have the downloadable link of our deployed artifacts in this final screen?

You are using Opensource version of Artifactory, which only allows browsing the buildInfo JSON file, not the Build Browser tabs.
You can replace the artifactory.war file to a pro version one (free 30 days trial), restart Artifactory and see all the information in the tabs.

Related

JaCoCo report sort controls inactive in Jenkins

Our build uses Maven to generate an aggregate JaCoCo report. When Jenkins builds our project and publishes the report, the sort controls in the column headers do not work when the report is viewed inside Jenkins.
Is there a way to make these controls work?
These controls work when a developer builds on his workstation. They also work if you click "Zip" at the top of the Jenkins page, and download and unpack the report web pages and view the local copies. They only seem to not work when viewed from the link Jenkins provides on the job's build page.
In Jenkins, the configuration to publish the report is from a post-build step "Publish HTML report". The entire jacoco report folder is copied with root page "index.html". All three "advanced" options are checked (keep past reports, link to last build, allow missing reports) and we copy everything (**/*) Jenkins is 2.121 running on Windows Server 2012. Report generated by Maven 3.5.3 and Jacoco maven plugin 0.8.1. Browsers tried - MSIE 11, Google Chrome 66.0.

How to set up artifcatory in Jenkins Free Style Project?

I am using Free Style Projects (in Jenkins) to schedule a regression test.
1. Get Source From BitBucket
2. Execute Windows Batch Command.
Earlier we are allowed to upload the jar files in Bitbucket. So we did not face any issue. Now Presently due to some changes in the process, we are not allowed to upload binaries which is affecting to upload jars in the Bitbucket.
Now, They gave given the artifactory url to set up for Maven. But we don't have any Maven projects.
It seems that artifactory is getting populated when it is hosted in the local. But we wanted to use the artifactory which is shared..
Can any one let me know the set up for free style project and the artifactory hosted in other machine and we have only URL.
Thanks
Here is documentation:
https://www.jfrog.com/confluence/display/RTF/Jenkins+Artifactory+Plug-in
I recommend to use Maven Project.

Release notes details in Artifactory

What is the best way if I want to keep my Release notes or any change sets details in Artifactory for each build that was created.
I am using Artifactory OSS version with Jenkins plug-in. I deploy my builds from Jenkins , Is there a way to store my release notes details from TFS in Artifactory ?
There is a tab in Artifactory "Release History" , Is the relevant tab to put my Release Notes.
Thanks
I am researching the exact same thing right now and I think I've found the answer.
Unfortunately I am not able to speak from experience yet, because I will start using Artifactory in a month or so.
Actual answer: I think you need to use Properties functionality of Artifactory.
There are two YouTube videos directly from JFrog regarding properties:
Artifactory 3.X - Using property-sets to tag and search for artifacts in Artifactory (yes, I know it's from 2009)
Artifactory 4.0 Jenkins Integration - the segments:
08:10 - Artifactory Build Info JSON
10:01 - Build Related Properties
10:36 - Properties Search

Artifactory Hudson Builds not showing artifacts

I'm trying to setup Artifactory(free version) and Hudson to deploy artifacts.
The main stuff already works, i can deploy to Artifactory via Hudson. Using the Artifactory Hudson Plugin with generic deployment.
I am also able to browse the deployed stuff via the Tree & Simple Browser.
What not works correctly is the Build Browser, it does show everything except the artifacts deployed by the build. In the published modules view it should show all artifacts, but the tables are just greyed out for me.
Example how it should look:
Link to the official Jfrog Artifactory demo repository
Does anyone know if this view is maybe a pro feature, or any other tips how to resolve this problem?
The build integration feature is limited in the OSS version. You need the Pro version to get the full deal.
I've used the description setter plugin https://wiki.jenkins-ci.org/display/JENKINS/Description+Setter+Plugin . In my case i take the last revision and put a link to the artifact in artifactory. In this way on every build i can see a direct link to the artifact changing the path like you want.

Cloud I access builds directory from Jenkins/Hudson?

I use Jenkins to run Clover, I can see the HTML report on Jenkins' web GUI, but I also want to download clover.pdf. It's created under workspace directory (only newest version) and builds directory like Jenkins\jobs\Job_test\builds\2013-02-19_17-12-25.
Is there any solution to access Jenkins\jobs\Job_test\builds\2013-02-19_17-12-25 from web ?
Archive the artifact that you require. All the archived artifacts will be stored in Jenkins server and can be accessed from web.
The link to the artifact will look like below
/jenkins/view/Test/job/jobname/lastSuccessfulBuild/artifact/path/to/mypdf.pdf
This can be achieved though the post build step "archive the artifacts":

Resources