aws-codebuild-jenkins-plugin icon indicating copy to clipboard operation
aws-codebuild-jenkins-plugin copied to clipboard

AWS CodeBuild integration as a Jenkins build step.

Results 27 aws-codebuild-jenkins-plugin issues
Sort by recently updated
recently updated
newest added

When try to use `sourceLocationOverride` with AWS Gov Cloud bucket the build fail with the message below. ``` com.amazonaws.services.s3.model.AmazonS3Exception: The specified bucket is not valid. (Service: Amazon S3; Status Code:...

An environment variable set by an `environment` directive gets ignored in `envVariables`: ``` stage('Deploy') { environment { SOME_VAR = "TEST" } steps { awsCodeBuild( region: 'eu-central-1', projectName: 'TestProject', envVariables: '[{...

Bumps [org.jenkins-ci.plugins:cloudbees-folder](https://github.com/jenkinsci/cloudbees-folder-plugin) from 6.1.0 to 6.848.ve3b_fd7839a_81. Release notes Sourced from org.jenkins-ci.plugins:cloudbees-folder's releases. 6.848.ve3b_fd7839a_81 Security fixes 6.846.v23698686f0f6 👷 Changes for plugin developers Bump plugin from 4.64 to 4.66 and update to...

dependencies

We aim to launch a GPU-based pipeline on CodeBuild, however, to do so, we require a GPU-based node. Currently, the CodeBuild Jenkins plugin only supports LINUX_CONTAINERS. We would appreciate assistance...

I have a variable in Jenkins containing a pipe '|' which does not get sent to AWS. I have tried single and double escapes, but it makes no difference. JMeter...

Hi There I am using aws codebuild to spin up new slave nodes. I have configured it into Jenkins cloud with label. When I run a pipeline with a label...

I am facing an issue where the final part of the log file is missing in jenkins, however when I open same build in AWS UX, the log lines are...