The file paths that will be deployed.
You can use wildcards like module/dist/**/*.py
. See the includes attribute of Ant fileset for the exact format. Multiple files
can be separated by ',
'. The base directory is the workspace. You can only deploy files that are located in your
workspace.
Examples:
Java
webapps/*.war
Note: For Java application, usually you should put your war file under the 'webapps' directory.
PHP
**/*.php,composer.json
Python
**/*.py,requirements.txt
Node.js
**/*.js,package.json,process.json