Global web icon
stackoverflow.com
https://stackoverflow.com/questions/42629103/what-…
What are the pros and cons of using AWS CodePipeline vs Jenkins
CodePipeline and Jenkins can accomplish the same thing. Also you don't have to necessarily use the web UI for CodePipeline it can be setup through an AWS SAM CLI template, very similar to CloudFormation templates. CodePipeline also supports a lot of source code providers, AWS CodeCommit, AWS S3, GitHub, and BitBucket. I personally like CodePipeline a lot better than Jenkins if your working in ...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/62857925/how-t…
How to invoke a pipeline based on another pipeline success using AWS ...
How to invoke a pipeline based on another pipeline success using AWS CodeCommit, CodeBuild, CodePipeline Asked 5 years, 4 months ago Modified 12 months ago Viewed 9k times
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/41704517/aws-p…
AWS Pass in variable into buildspec.yml from CodePipeline
62 I have an AWS CodePipeline that invokes CodeBuild in the Build Stage. The question is how do I pass in an environment variable from CodePipeline that can be read in the CodeBuild's buildspec.yml? I know I can set environment variables in CodeBuild, but I want to use the same CodeBuild project for dev, qa, and prod environments.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/79379174/aws-c…
amazon web services - AWS CodePipeline not able to retrieve Bitbucket ...
I am trying to configure an AWS CodePipeline that retrieves code from a Bitbucket repository and then executes a script. So far manipulating the repository in AWS CodePipeline has proven to be
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/72132661/aws-c…
AWS Codepipeline Multiple Output Artifacts - Stack Overflow
Still fairly new to AWS Codepipeline and I am trying to pass an output artifact out into the next stage of my build. In this particular case, I want to do two artifacts for the builds phase which ...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/41686602/im-tr…
I'm trying to integrate Bitbucket into AWS Code Pipeline? What is the ...
And to clarify for the commenters, this link talks about integrating with CodeBuild not CodePipeline: you still need to find a way to trigger the pipeline, but when it is triggered CodeBuild will pull the code from BitBucket rather than having to copy the code to S3 or AWS CodeCommit before triggering the pipeline.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/53351558/integ…
Integrating Github Enterprise with AWS Codepipeline
I have a repository in a [company hosted] GitHub enterprise site that I need to integrate within a CI/CD pipeline in AWS using the CodePipeline service. The CodePipeline service then will connect w...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/32397338/aws-c…
AWS CodePipeline not able to access Organization's repositories
Hi Steffen, I am not an owner of this organization but I can still see a green tick beside organization name in AWS Codepipeline permission page (GitHub profile => Settings => Applications => AWS CodePipeline). Though, I can see my organization name in "organization access" part, codepipeline is till not able to read private repos of the organization.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/77880092/codec…
CodeCommit cross account deploys with CodePipeline
amazon-web-services aws-codepipeline aws-codecommit asked Jan 25, 2024 at 12:45 Math.Random 202 2 15
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/48829167/dynam…
Dynamically change branches on AWS CodePipeline
Dynamically change branches on AWS CodePipeline Asked 7 years, 9 months ago Modified 6 years, 2 months ago Viewed 11k times