-
-
Notifications
You must be signed in to change notification settings - Fork 469
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
deleteJob throws exception but works anyway... #154
Comments
Can you check if it happens with the current state of Jenkins Client ? |
What should I use? I am using this right now:
|
Please use new release version 0.3.4 |
0.3.4 is not out there. http://mvnrepository.com/artifact/com.offbytwo.jenkins/jenkins-client Now what? Is it in a private repo? |
You should look here: http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.offbytwo.jenkins%22%20a%3A%22jenkins-client%22 cause this is maven Central. I don't know in which intervals mvnrepository.com will be synched....it must be more than 24 hours...cause i released it two days ago.... |
Thanks! On Thu, May 5, 2016 at 12:56 PM, Karl Heinz Marbaise <
|
Hi, |
You mean the mvnrepository.com didn't showed it? Does you nexus update the central index on a regular basis? Maybe only once a week ? That's often the problem...Just let your nexus pick update the index more often..may be once per day... |
Must have been an interval miss or something - I see that our local nexus repo has picked it up now. |
Consider the following JRuby code:
The job does show up in Jenkins as expected.
If I delete the job it deletes it as expected:
But it throws an exception:
So, for clarity, the job is deleted from Jenkins, but it appears to have failed. I am using 0.3.3.
Jenkins ver. 1.656
The text was updated successfully, but these errors were encountered: