Skip to content

codefresh-plugins/cfstep-codecommit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cfstep-codecommit

Codefresh Step for Cloning an AWS CodeCommit Git repository

ENVIRONMENT VARIABLE DEFAULT TYPE REQUIRED DESCRIPTION
GIT_PASSWORD null string Yes AWS CodeCommit Git password
GIT_USER null string Yes AWS CodeCommit Git username
  GitClone:
    image: codefreshplugins/cfstep-codecommit
    environment:
      - GIT_PASSWORD=########
      - GIT_USER=mygituser

Recommend putting GIT Credentials into a Shared Configuration

Note that you need to create a webhook from AWS to use this plugin - see more details in this blog post https://docs.google.com/document/d/1mIVMLl9WbVHvBaHRduorkS3NhIE42KJRcONg8302ib8/edit?usp=sharing

Releases

No releases published

Packages

No packages published

Languages

  • Shell 80.1%
  • Dockerfile 19.9%