-
Task
-
Resolution: Unresolved
-
Minor
-
None
Support for this input type is unplanned
If you need support for this Input type please vote for this ticket and leave a comment explaining your use case with an example.
In Scope
- Support the "file" input parameter type
blue-ocean: 1.1.7
This error occurs when trying to use declarative pipeline for a file parameter.
"This pipeline uses input types that are unsupported. Use Jenkins Classic to resolve parametrized build."
Could support for file be added?
parameters {
choice(name: 'Environment', choices: 'DEV\nQA\nSTAGE\nPROD', description: 'Which environment to import to.')
file(name: 'import.json', description: 'The file to import.')
}