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
Hey, thanks for this project, we're making good use of it.
I saw that pipeline support was added in #61. We are using the same pipeline plugin referenced in this issue, but there seems to be an issue parsing this block: <org.jenkinsci.plugins.workflow.job.properties.DisableConcurrentBuildsJobProperty/>. Instead of setting this to concurrent: false, it sets the output to concurrent: true.
Based on this line, it looks to me like it is searching for a property like this one, but can't find it and is subsequently setting that property to true.
Maybe the plugin has changed its conventions since this was originally implemented. Sorry if I am missing something obvious, I just started using jjwrecker yesterday :-)
The text was updated successfully, but these errors were encountered:
Hey, thanks for this project, we're making good use of it.
I saw that pipeline support was added in #61. We are using the same pipeline plugin referenced in this issue, but there seems to be an issue parsing this block:
<org.jenkinsci.plugins.workflow.job.properties.DisableConcurrentBuildsJobProperty/>
. Instead of setting this toconcurrent: false
, it sets the output toconcurrent: true
.Based on this line, it looks to me like it is searching for a property like this one, but can't find it and is subsequently setting that property to true.
Here is a tiny repro case:
config.xml:
output/config.yml:
Maybe the plugin has changed its conventions since this was originally implemented. Sorry if I am missing something obvious, I just started using jjwrecker yesterday :-)
The text was updated successfully, but these errors were encountered: