jenkins-pipeline-shared-libraries-gradle-plugin icon indicating copy to clipboard operation
jenkins-pipeline-shared-libraries-gradle-plugin copied to clipboard

Gradle plugin to help with build and test of Jenkins Pipeline Shared Libraries (see https://jenkins.io/doc/book/pipeline/shared-libraries/)

Results 36 jenkins-pipeline-shared-libraries-gradle-plugin issues
Sort by recently updated
recently updated
newest added

Just by adding this dependency **{"com.google.cloud", "google-cloud-storage", "1.105.0"}** in my gradle project , one of the integration tests which looks something like this : **---------------------------------------------------------------------** void "buildInit library that uses...

λ gradlew build > Configure project : Inferred project: jenkins-pipeline-shared-libraries-gradle-plugin, version: 0.11.0-dev.0+cd5f95c > Task :compileTestKotlin The `kotlin-dsl` plugin applied to root project 'jenkins-pipeline-shared-libraries-gradle-plugin' enables experimental Kotlin compiler features. For more...

Hi, thank you for creating this library! We are hoping to run an integration test with a particular set of files in our workspace directory to ensure our pipeline is...

Current process: 1. update `version` in `build.gradle.kts` 1. update release notes and version in changelog 1. update versioning information in readme 1. run local build, make sure `HEAD` up-to-date with...

Example repository at https://github.com/mkobit/jenkins-pipeline-shared-library-example * Use composite builds * Deterministic revision of https://github.com/mkobit/jenkins-pipeline-shared-library-example * Try to make use of shallow clone as much as possible * Think about implications of...

Hi @mkobit again !! So I succeed reproducing the issue I was talking on in the previous comment. Before the steps I will try to present the dev environment: We...

*Motivation*: As a a developer, I am (most likely) writing shared libraries/Jenkinsfiles for a specific instance, so I would like my build to closely mirror the configuration of that instance....

Epic

If this dependency is added: `dependency("com.openshift.jenkins", "openshift-pipeline", "1.0.54")` the integrationTests fail in a `java.lang.StackOverflowError`. This answer [here](https://stackoverflow.com/a/32366618/850036) indicates that this might be a problem of an unwanted dependency. We might...

https://github.com/jenkinsci/configuration-as-code-plugin

Epic

When running in Jenkins `import com.cloudbees.groovy.cps.NonCPS` is not needed to use `@NonCPS`. Is it possible to do this with `jenkins-pipeline-shared-libraries-gradle-plugin`? Or maybe I'm missing something?