jenkinsci / coordinator-plugin

Make deployment done by a single click.
https://plugins.jenkins.io/coordinator/
Other
16 stars 10 forks source link

Atomic Job: LoadTesting not found #11

Closed prashantmv closed 9 years ago

kymair commented 9 years ago

@prashantmv Could you provide more details?

ace-han commented 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?

ace-han commented 9 years ago

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.

ace-han commented 9 years ago

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.

TestingJenkins commented 8 years ago

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:

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! :-)

ace-han commented 8 years ago

@TestingJenkins are you using folder plugin?

Anyway, plz provide the execution plan like image

TestingJenkins commented 8 years ago

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).

snap 2016-06-28 at 10 35 43

This is the Layout snap 2016-06-28 at 10 38 17

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?

ace-han commented 8 years ago

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.

TestingJenkins commented 8 years ago

Do you know what the problem is? Perhaps I could help?

ace-han commented 7 years ago

@TestingJenkins plz refer to #40 , and give it a try with the latest develop branch, thx.