Skip to end of banner
Go to start of banner

createCommit

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 17 Next »

See also: Actions

Description

Create repository commit. Use parameter name for the commit message. If name is not provided, a system generated name will be used. Use parameter branch to specify the target branch of this commit. User required parameter path to specify the path of the repository file to be changed. Use parameter data or parameter file to provide new contents of the file. If parameter data and parameter file are not specified, the path specified repository file will be deleted.

Required Parameters

repository

Optional Parameters

workspace, name, userId, parent, path, data, file, branch

Type

Create

Category

Commits

Output Formats

Replacement Variables

commit, commitMessage

Since Version10.5

Examples

createCommit

Related How To's

  • No labels