jenkins-pipeline-shared-library-example
jenkins-pipeline-shared-library-example copied to clipboard
Basic template example of a Jenkins Pipelines Shared Library that is tested using https://github.com/mkobit/jenkins-pipeline-shared-libraries-gradle-plugin
Been having a few problems with the latest edition of your excellent and helpful plugin. Getting intermittent failures resolving dependencies from jcenter. I use this plugin to perform unit and...
From a clean clone, & import into intellij as gradle project, reports: ``` Groovyc: unable to resolve class com.mkobit.jenkins.pipelines.codegen.LocalLibraryRetriever ``` Something missing to resolve this? ![Screen Shot 2021-06-01 at 16...
Starting at line 77 in test/integration/groovy/com/mkobit/libraryexample/ExampleSrcSpockSpec.groovy: ```groovy then: // JenkinsRule has different assertion capabilities WorkflowRun run = rule.assertBuildStatusSuccess(futureRun) rule.assertLogContains(''' [Pipeline] lock Trying to acquire lock on [myLock] Resource [myLock] did...
Hi there, I'm wondering if you can elaborate on this step `Activating the resources/idea.gdsl to see how the Jenkins steps auto-completion works`? I imported the project but can't find a...
@kleini commented on [Thu Mar 15 2018](https://github.com/mkobit/jenkins-pipeline-shared-libraries-gradle-plugin/issues/59) I would to stay at first with Groovy DSL in build.gradle files. Can you provide an example how to use your plugin in...
Sort of depends on one of: * https://github.com/jenkinsci/JenkinsPipelineUnit/pull/64 * https://github.com/jenkinsci/JenkinsPipelineUnit/pull/75 Related to https://github.com/jenkinsci/JenkinsPipelineUnit/issues/70