Closed prashantmv closed 9 years ago
@prashantmv Did you define another job named LoadTesting in the same jenkins? Or could you provide a snapshot the home page of your running jenkins?
Actually this is the same as #10 .
Now that we've built up an online demo it would be more friendly for users to pickup how to use this plugin
Please try it out http://jenkins.unendedquest.com, thx.
Closing this issue for no response after a week.
@prashantmv plz raise it with more detail about the problem you encountered if you still could not make it work, thx.
Hello There,
Not sure if it's the same issue, but I do have a similar problem here. Essentially, the plugin doesn't seem to be able to recognise jobs in folders. For example, considering the (folder) layout:
--- root | -> test1 | |
---|---|---|
--- test_folder | ||
-> test2 | ||
-> test3 |
test1 will get exectued without a problem, however tests test2 and test3 in test_folder folder execution will error with:
12:06:15 Atomic Job: test_folder/test2 not found 12:06:15 Atomic Job: test_folder/test3 not found
Jenkins version 2.8 Coordinator plugin version 1.2.0
Please help! :-)
@TestingJenkins are you using folder plugin
?
Anyway, plz provide the execution plan
like
Hi there,
Thanks for the prompt reply. I see GitHub didn't format my text properly. I'm not sure if I'm using Folder plugin. The Folder option has always been there in Jenkins, whether it's plugin-provided - I don't know (see screenshot).
This is the Layout
FUSION_API job will run without a problem, as it's in the main Jenkins directory (the very top-level/root). But t1 and t2 jobs won't, as they're in Test_and_Debug_Area/Pete/t/
Any ideas what's going on wrong here? Is it related to Folder plug-in issue?
Thx for the information.
For the time being, coordinator-plugin
does not work with folder-plugin
. An issue #34 has been raised
And I still had a hard time figuring it out how to do it.
Btw, anything with folder-plugin
in the naming pattern xxx/yyy/zzz/...
will not work, plz avoid having it configured in the execution plan
.
That's a tricky problem, I'm still working on that.
Do you know what the problem is? Perhaps I could help?
@TestingJenkins plz refer to #40 , and give it a try with the latest develop
branch, thx.
@prashantmv Could you provide more details?