You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hudson.AbortException: Unable to find credential with id ''
at org.jenkinsci.plugins.sonargerrit.SonarToGerritPublisher.perform(SonarToGerritPublisher.java:142)
at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:101)
at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:71)
at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)
Anything else?
The same error applies without any authConfig: [httpCredentialsId: ...] parameter.
The Gerrit-Trigger-Plugin is working and has a working REST-credentials setup.
The text was updated successfully, but these errors were encountered:
Jenkins and plugins versions report
Environment
What Operating System are you using (both controller, and any agents involved in the problem)?
Jenkins (master and nodes) is running on Linux(Kubernetes).
The slave-nodes are started from the kubernets-jenkins-plugin:
Reproduction steps
Jenkins Pipeline Script (snippet)
Given Credentials are working fine:
Expected Results
Adding Comments to Gerrit....
Actual Results
Error in sonarToGerrit pipeline step, Stacktrace
Anything else?
The same error applies without any authConfig: [httpCredentialsId: ...] parameter.
The Gerrit-Trigger-Plugin is working and has a working REST-credentials setup.
The text was updated successfully, but these errors were encountered: