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
But when I run the test the following error occurs :
ERROR: (script, line 1) version 5.14 or later of plugin 'cloudbees-folder' needs to be installed
It looks that cloudbees folder plugin is not properly installed although job-dsl plugin works well.
I made a simple workaround using annotation @WithPlugin("cloudbees-folder-6.1.2.hpi") (plugin has to be placed in resource folder...) as You can see in the code above and then the test succeeded.
Any idea why the cloudbees-folder plugin installed using pluginDepndencies is not working ?
Or can You give me any advice how to investigate the problem?
Thanks' Pavel
The text was updated successfully, but these errors were encountered:
Hello, I trying to use Your plugin to test jobDsl including folder creation. To simulate my issue I've extended example:
I've added dependency to :
I've added new test into VarsExampleJunitTest:
But when I run the test the following error occurs :
It looks that cloudbees folder plugin is not properly installed although job-dsl plugin works well.
I made a simple workaround using annotation @WithPlugin("cloudbees-folder-6.1.2.hpi") (plugin has to be placed in resource folder...) as You can see in the code above and then the test succeeded.
Any idea why the cloudbees-folder plugin installed using pluginDepndencies is not working ?
Or can You give me any advice how to investigate the problem?
Thanks' Pavel
The text was updated successfully, but these errors were encountered: