forj-oss / jplugins

Jenkins plugins managed from code
GNU General Public License v3.0
2 stars 2 forks source link

Fixed dependency package generate and unwanted error #27

Closed clarsonneur closed 5 years ago

clarsonneur commented 6 years ago

Following content:

# This file has been generated by forjj-jenkins plugin from features.lst and templates/templates.yaml

feature:jenkins-init
feature:proxy
feature:seed-job
feature:github-authentication
feature:github-authorization
feature:tcp-slave-agent-port
feature:jenkins-pipeline
plugin:managed-scripts
plugin:embeddable-build-status
plugin:config-file-provider
feature:csrf
feature:credentials
feature:prometheus
feature:shared-lib
feature:multibranch-github-pipeline
plugin:cloudbees-folder
plugin:pipeline-aws
plugin:credentials-binding
plugin:timestamper
plugin:mask-passwords
plugin:blueocean
plugin:blueocean-github-pipeline
plugin:docker-workflow:1.14
**plugin:workflow-durable-task-step:2.19**
**plugin:durable-task:1.22**
plugin:ws-cleanup
plugin:next-build-number
feature:ec2

generate an error :

ERROR ! main.(*pluginsStatus).checkMinDep: durable-task: Your settings has fixed 1.22 as latest acceptable version. (latest is 1.25) 
But workflow-durable-task-step:2.19 requires durable-task:1.24, so, the dependencies requires an higher version 1.24. 
You have to fix it. 
Update durable-task to newer version or downgrade the dependency to lower versionto accept durable-task:1.22

This error should not occur as workflow-durable-task-step:2.19 is known to requires durable-task:1.22 and not 1.24

clarsonneur commented 5 years ago

Fixed