...
Object Type Identification
- Describe how files are identified at populate timeAs there is only one object type called File, all files are detected as that type.
- Files are sorted alphabetically.
File Extensions
- All files are assumed as FILE object type as there is no other In general, you will extract files from SCM like Git, Subversion when using Generic project type.
Object Type Code
- FILE
- Display Name - File
Attributes
Name | Code | Description | Default Value | Supported Values |
---|---|---|---|---|
Source | SOURCE | This is hidden and defaults to SCM | SCM | SCM |
Target Location | TARGET | Target Folder to place the file into. You can ignore this if value is not necessary for deployment. | ||
Attribute 1 | ATTRIBUTE1 | You can ignore this if value is not necessary for deployment. | ||
Attribute 2 | ATTRIBUTE2 | You can ignore this if value is not necessary for deployment. | ||
Attribute 3 | ATTRIBUTE3 | You can ignore this if value is not necessary for deployment. | ||
Attribute 4 | ATTRIBUTE4 | You can ignore this if value is not necessary for deployment. | ||
Attribute 5 | ATTRIBUTE5 | You can ignore this if value is not necessary for deployment. |
Related Project Properties
Name | Code | Description | Default Value | Supported Values |
---|---|---|---|---|
Considerations
- Use Workflows used by partial deployment projects must use plugin operations compatible with partial deployment capability. Refer plugin guides documentation but in this case use
partialExecute
operations from Unix Shell, Windows Shell and Powershell plugins. Other plugins like File can work with Generic project type, but that is not recommended to avoid confusion on various properties. Plugin SDK is not available for partial deployment operations yet. - Build workflow can be created with simple script code like
echo $SOURCE_FILE
. Files are automatically extracted from source control system when build is executed for partial deployment projects. - Deploy workflow should implement script necessary to deploy individual file.
- Note that script provided with partialExecute is invoked for each individual file by plugin.
- As always build and deploy workflow can define Project or Environment Instance scoped properties.