About 50 results
Open links in new tab
  1. Use AWS CodePipeline variables in a custom stage

    Jun 2, 2023 · Use AWS CodePipeline variables in a custom stage Asked 2 years, 8 months ago Modified 2 years, 4 months ago Viewed 2k times

  2. What are the pros and cons of using AWS CodePipeline vs Jenkins

    Mar 6, 2017 · 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 AWS.

  3. AWS CodePipeline: source action has insufficient permissions for ...

    Oct 11, 2020 · AWS CodePipeline: source action has insufficient permissions for CodeStar connection Asked 5 years, 4 months ago Modified 11 months ago Viewed 11k times

  4. Conditionally execute stage in AWS Codepipeline

    Aug 7, 2020 · 2 I would like to conditionally execute certain stage in AWS Codepipeline depending on that if I put certain file on repo location. So, if I put "some_file.txt" on certain location in repo, I want …

  5. I'm trying to integrate Bitbucket into AWS Code Pipeline? What is the ...

    Jan 17, 2017 · 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 …

  6. Cleaning Up Old Files in AWS CodePipeline - Stack Overflow

    Dec 26, 2019 · I have CodePipeline set up to build and deploy a static Vue site from my Github repo to an S3 bucket. But since the built files have hashed names (e.g. app.2c71f2bb.js), after each deploy, …

  7. 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...

  8. AWS Codepipeline: Deployment failed. The provided role does not …

    I am using Beanstalk and Codepipeline. It works fine until build, but Deployment failed. The provided role does not have sufficient permissions: Failed to deploy application. Service:AWSLogs,

  9. AWS CodePipeline not able to access Organization's repositories

    Sep 4, 2015 · 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 => …

  10. AWS Pass in variable into buildspec.yml from CodePipeline

    Jan 18, 2017 · 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 …