aws-codebuild-jenkins-plugin
aws-codebuild-jenkins-plugin copied to clipboard
AWS CodeBuild integration as a Jenkins build step.
CodeBuild now supports conccurent/coordinated builds in a project with batch build. https://docs.aws.amazon.com/codebuild/latest/userguide/batch-build.html
As you can see, the plugins says one time and codebuild says another time. For some reason the plugin keeps waiting more than a minute after codebuild actually finished the...
The `aws codebuild start-build` command in the AWS CLI has a parameter `--image-pull-credentials-type-override` to override the service role used to pull/provision the custom images in a AWS CodeBuild build project....
I think codebuild credentials are not supported.. I add the configurations downoaod from 'configurations as code" tap. But it is not working. ``` java.lang.NullPointerException at io.jenkins.plugins.casc.impl.configurators.DataBoundConfigurator.tryConstructor(DataBoundConfigurator.java:121) at io.jenkins.plugins.casc.impl.configurators.DataBoundConfigurator.instance(DataBoundConfigurator.java:77) at io.jenkins.plugins.casc.BaseConfigurator.configure(BaseConfigurator.java:267)...
Hi, I am trying to run tests in CodeBuild plugin and showing results on Jenkins. I was able to put test results on CodeBuild reports, but I am struggling to...
Multi-branch pipeline with declarative syntax on Jenkins 2.121 and the latest codebuild plugin 0.24 Relevant Code: **buildspec.yml** ```version: 0.2 phases: build: commands: - fail ``` **Jenkinsfile** ```#!groovy String version =...
I am not sure if CodeBuild plugin can use temporary credentials like codedeploy plugin does. Our use case is Jenkins is running in 1 AWS account but the CodeBuild project...
I am using: Jenkins: 2.89.3 AWS Codebuild plugin: com.amazonaws:aws-codebuild:0.17 (maven ID) Pipeline plugin: org.jenkins-ci.plugins.workflow:workflow-aggregator:2.5 (maven ID) And I have a multibranch pipeline with Jenkinsfile which looks something like this: ```...
Sometimes builds fail to start simply due to network reliability in AWS--either the REST API calls to start up the build fail , or, very occasionally, Codebuild fails to pull...
23:09:14 [AWS CodeBuild Plugin] Using credentials provided by the DefaultAWSCredentialsProviderChain for authorization (provided from Jenkins credentials codebuild-dev-cred) 23:09:15 [AWS CodeBuild Plugin] Zipping directory to upload to S3: /var/lib/jenkins/workspace/backend_MR-942 23:09:16 [AWS...