Skip to content

Report not uploading to Qodana Cloud #178

Answered by daschneider
daschneider asked this question in Q&A
Discussion options

You must be logged in to vote

I found another post that helped me out. I needed to add all the necessary environment variables to my Jenkinsfile:

   environment {
      QODANA_TOKEN=credentials('qodana-token')
      QODANA_REMOTE_URL="${env.GIT_URL}"
      QODANA_BRANCH="${env.GIT_BRANCH}"
      QODANA_REVISION="${env.GIT_COMMIT}"
      QODANA_JOB_URL="${env.JOB_URL}"
   }

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by daschneider
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant