codefresh create context git bitbucket <name>
Create a bitbucket context.
Git context are used to clone repositories during pipeline execution.
Learn more about git context here: https://codefresh.io/docs/docs/codefresh-yaml/steps/git-clone/.
To create bitbucket context you need to generate application password from here: https://bitbucket.org/account/user/{YOUR-USERNAME}/app-passwords.
codefresh create context git github <name>
Create a github context.
Git context are used to clone repositories during pipeline execution.
Learn more about git context here: https://codefresh.io/docs/docs/codefresh-yaml/steps/git-clone/.
To create Github context you need to generate the token here: https://github.com/settings/tokens.
codefresh create context git gitlab <name>
Create a gitlab context.
Git context are used to clone repositories during pipeline execution.
Learn more about git context here: https://codefresh.io/docs/docs/codefresh-yaml/steps/git-clone/.
To create gitlab context you need to generate the token here: https://gitlab.com/profile/personal_access_tokens.
codefresh create context git stash <name>
Create a stash context.
Git context are used to clone repositories during pipeline execution.
Learn more about git context here: https://codefresh.io/docs/docs/codefresh-yaml/steps/git-clone/.
To create Stash context you need to provider username and password.