You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/02/22 09:41:25 UTC

[GitHub] csantanapr opened a new issue #19: Deploy action should have a gitVersion parameter

csantanapr opened a new issue #19: Deploy action should have a gitVersion parameter 
URL: https://github.com/apache/incubator-openwhisk-package-deploy/issues/19
 
 
   Currently the deploy action takes a fitUrl but there is no way to specify what to use when doing the checkout meaning it always forces to do a fit checkout HEAD
   
   Having an optional parameter allows to pass a specific git branch,  tag or commit hash
   
   Then it will look like this ?git checkout [gitVersion]?
   
   The handling of the preinstalled git repos need to be adjusted as there would be cases that user will want preinstalled 2 versions of the same repo for blue green deployments one or just staging
   
   preInstalled/$user/$repo/
   
   Or
   preInstalled/$user/$repo/HEAD
   preInstalled/$user/$repo/2.x
   preInstalled/$user/$repo/fef727a
   
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services