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

Extract interfaces for objects to be used through the executors widget #9749

Merged
merged 19 commits into from
Oct 2, 2024

Move permission declaration to the right place, closer to usage

82adfa0
Select commit
Loading
Failed to load commit list.
Merged

Extract interfaces for objects to be used through the executors widget #9749

Move permission declaration to the right place, closer to usage
82adfa0
Select commit
Loading
Failed to load commit list.
Jenkins Incrementals Publisher / Incrementals succeeded Oct 2, 2024 in 0s

Deployed version 2.479-rc35409.82a_dfa_0ec1de to Incrementals

Details

<dependency>
  <groupId>org.jenkins-ci.main</groupId>
  <artifactId>cli</artifactId>
  <version>2.479-rc35409.82a_dfa_0ec1de</version>
</dependency>
<dependency>
  <groupId>org.jenkins-ci.main</groupId>
  <artifactId>jenkins-bom</artifactId>
  <version>2.479-rc35409.82a_dfa_0ec1de</version>
</dependency>
<dependency>
  <groupId>org.jenkins-ci.main</groupId>
  <artifactId>jenkins-core</artifactId>
  <version>2.479-rc35409.82a_dfa_0ec1de</version>
</dependency>
<dependency>
  <groupId>org.jenkins-ci.main</groupId>
  <artifactId>jenkins-parent</artifactId>
  <version>2.479-rc35409.82a_dfa_0ec1de</version>
</dependency>
<dependency>
  <groupId>org.jenkins-ci.main</groupId>
  <artifactId>jenkins-war</artifactId>
  <version>2.479-rc35409.82a_dfa_0ec1de</version>
</dependency>
<dependency>
  <groupId>org.jenkins-ci.main</groupId>
  <artifactId>websocket-jetty12-ee9</artifactId>
  <version>2.479-rc35409.82a_dfa_0ec1de</version>
</dependency>
<dependency>
  <groupId>org.jenkins-ci.main</groupId>
  <artifactId>websocket-spi</artifactId>
  <version>2.479-rc35409.82a_dfa_0ec1de</version>
</dependency>