Skip to content
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

build-info icon not showing #92

Open
glevy opened this issue Jun 5, 2024 · 0 comments
Open

build-info icon not showing #92

glevy opened this issue Jun 5, 2024 · 0 comments
Labels
question Further information is requested

Comments

@glevy
Copy link

glevy commented Jun 5, 2024

How can we help?

Anything special needs to be configured for this to work?
I'm using latest plugging version with Jenkins LTS.

Running this simple nuget build, which completes successfully.
I can see the build-info and scan results in Artifactory, but the build-info and the xray icons are missing.
Not sure if the xray icon is supported, but I understand it should support the build-info icon.

jf 'nuget-config --repo-resolve  Nuget --server-id-resolve default-server'
jf 'nuget restore test.sln -MSBuildPath c:\\...\\2022\\Professional\\MSBuild\\Current\\Bin\\ -Recursive -Force --build-name=${buildName} --build-number=${buildNum}'
 jf 'rt build-publish ${buildName} ${buildNum}'

script {
      try {
                jf 'build-scan ${buildName} ${buildNum}'
       }
        catch (err) {
                  println 'Violations were found!'
         }
@glevy glevy added the question Further information is requested label Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant