Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More efficient use of GroovyCategorySupport #877

Merged
merged 2 commits into from
Apr 2, 2024

Failure seems to have been an artifact of the order of initialization…

9874f12
Select commit
Loading
Failed to load commit list.
Merged

More efficient use of GroovyCategorySupport #877

Failure seems to have been an artifact of the order of initialization…
9874f12
Select commit
Loading
Failed to load commit list.
Jenkins Incrementals Publisher / Incrementals succeeded Mar 29, 2024 in 0s

Deployed version 3893.v9874f128085d to Incrementals

Download links:

Plugin Installation Manager input format: (documentation)

workflow-cps:incrementals;org.jenkins-ci.plugins.workflow;3893.v9874f128085d

Details

<dependency>
  <groupId>org.jenkins-ci.plugins.workflow</groupId>
  <artifactId>workflow-cps-parent</artifactId>
  <version>3893.v9874f128085d</version>
</dependency>
<dependency>
  <groupId>com.cloudbees</groupId>
  <artifactId>groovy-cps</artifactId>
  <version>3893.v9874f128085d</version>
</dependency>
<dependency>
  <groupId>com.cloudbees</groupId>
  <artifactId>groovy-cps-dgm-builder</artifactId>
  <version>3893.v9874f128085d</version>
</dependency>
<dependency>
  <groupId>org.jenkins-ci.plugins.workflow</groupId>
  <artifactId>workflow-cps</artifactId>
  <version>3893.v9874f128085d</version>
</dependency>