You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to create a AWS Codepipeline with source->build->deploy->test
We are able to write source and deploy stage using terraform.
For Build and Test stage, we plan to use jenkins (which is custom action or third party)
I had used the same pipeline skeleton using cloudformation and we need to create Custom action for Jenkins followed by codepipeline.
But I dont see any option to create a custom action for jenkins.
I cloned terraform engine code but I dont see anything related to Custom action for aws codepipeline.
I would like to know if such feature is planned to release or anyone has used any work around?
Attempted Solutions
I tried some random option for Owner/Provider (purely guess though) but it keep throwing below error:
Error creating CodePipeline: InvalidActionDeclarationException: ActionType (Category: 'Build', Provider: 'Jenkins', Owner: 'ThirdParty', Version: '1') in action 'Build' is not available
status code: 400
aws_codepipeline.codepipeline: Error creating CodePipeline: InvalidActionDeclarationException: ActionType (Category: 'Build', Provider: 'Jenkins', Owner: 'Custom', Version: '1') in action 'Build' is not available
status code: 400
Proposal
Will it be wise to create clousformation stack as resource for this custom action followed by aws code pipeline?
References
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
Mar 30, 2020
This issue was closed.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Current Terraform Version
Use-cases
We are trying to create a AWS Codepipeline with source->build->deploy->test
We are able to write source and deploy stage using terraform.
For Build and Test stage, we plan to use jenkins (which is custom action or third party)
I had used the same pipeline skeleton using cloudformation and we need to create Custom action for Jenkins followed by codepipeline.
But I dont see any option to create a custom action for jenkins.
I cloned terraform engine code but I dont see anything related to Custom action for aws codepipeline.
I would like to know if such feature is planned to release or anyone has used any work around?
Attempted Solutions
I tried some random option for Owner/Provider (purely guess though) but it keep throwing below error:
Error creating CodePipeline: InvalidActionDeclarationException: ActionType (Category: 'Build', Provider: 'Jenkins', Owner: 'ThirdParty', Version: '1') in action 'Build' is not available
status code: 400
status code: 400
Proposal
Will it be wise to create clousformation stack as resource for this custom action followed by aws code pipeline?
References
The text was updated successfully, but these errors were encountered: