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

Implement IgnoredInternalClasses #736

Merged
merged 4 commits into from
Aug 28, 2024

https://github.com/jenkinsci/workflow-cps-plugin/pull/929 released

f9c2c77
Select commit
Loading
Failed to load commit list.
Merged

Implement IgnoredInternalClasses #736

https://github.com/jenkinsci/workflow-cps-plugin/pull/929 released
f9c2c77
Select commit
Loading
Failed to load commit list.
Jenkins Incrementals Publisher / Incrementals succeeded Aug 28, 2024 in 0s

Deployed version 2.2213.vf9c2c7789d10 to Incrementals

Download links:

Plugin Installation Manager input format: (documentation)

pipeline-model-api:incrementals;org.jenkinsci.plugins;2.2213.vf9c2c7789d10
pipeline-model-definition:incrementals;org.jenkinsci.plugins;2.2213.vf9c2c7789d10
pipeline-model-extensions:incrementals;org.jenkinsci.plugins;2.2213.vf9c2c7789d10
pipeline-stage-tags-metadata:incrementals;org.jenkinsci.plugins;2.2213.vf9c2c7789d10

Details

<dependency>
  <groupId>org.jenkinsci.plugins</groupId>
  <artifactId>pipeline-model-api</artifactId>
  <version>2.2213.vf9c2c7789d10</version>
</dependency>
<dependency>
  <groupId>org.jenkinsci.plugins</groupId>
  <artifactId>pipeline-model-definition</artifactId>
  <version>2.2213.vf9c2c7789d10</version>
</dependency>
<dependency>
  <groupId>org.jenkinsci.plugins</groupId>
  <artifactId>pipeline-model-extensions</artifactId>
  <version>2.2213.vf9c2c7789d10</version>
</dependency>
<dependency>
  <groupId>org.jenkinsci.plugins</groupId>
  <artifactId>pipeline-model-parent</artifactId>
  <version>2.2213.vf9c2c7789d10</version>
</dependency>
<dependency>
  <groupId>org.jenkinsci.plugins</groupId>
  <artifactId>pipeline-stage-tags-metadata</artifactId>
  <version>2.2213.vf9c2c7789d10</version>
</dependency>