-
Bug
-
Resolution: Cannot Reproduce
-
Blocker
-
None
-
copyartifact-plugin: 770.va_6c69e063442
jenkins: 2.504.1
After upgrading plugin to latest version jobs using copyArtifact fails with:
java.lang.NoSuchMethodError: No such DSL method 'specific' found among steps [ansiColor, archive
Job definition to reproduce:
pipeline { agent { kubernetes { inheritFrom 'node20 allure' defaultContainer 'nodejs' } } stages { stage('Main') { steps { copyArtifacts(projectName: 'Tests/postman', selector: specific("171")); } } } }