Bitbucket中用于同步git仓库的插件,支持http(s)和ssh协议。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

15 lines
808 B

#put any key/value pairs here
mirror-repository-hook.name=Mirror Hook
mirror-repository-hook.description=Mirrors a bitbucket repository to one or more remote repositories.
mirror-repository-hook.mirrorRepoUrl.label=Mirror Repo URL
mirror-repository-hook.mirrorRepoUrl.description=The GIT URL (ssh, git, http(s), file) to the remote mirrored repo
mirror-repository-hook.username.label=Username
mirror-repository-hook.username.description=The username to use for pushing to the mirror over http(s)
mirror-repository-hook.password.label=Password
mirror-repository-hook.password.description=The password to use for pushing to the mirror over http(s)
mirror-repository-hook.refspec.label=Refspec
mirror-repository-hook.refspec.description=The git refspec(s) to mirror (defaults to +refs/heads/*:refs/heads/*)