Skip to content

Commit

Permalink
[JENKINS-54096] Implemented gitlab permissions for multibranch, pipel…
Browse files Browse the repository at this point in the history
…ine and downstream job types
  • Loading branch information
betterphp committed Nov 19, 2021
1 parent 1594521 commit f83b8ee
Show file tree
Hide file tree
Showing 9 changed files with 823 additions and 528 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ work
.settings
*.iml
.idea
*.swp
*.swo
19 changes: 17 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<version>1.5-SNAPSHOT</version>
<packaging>hpi</packaging>
<properties>
<jenkins.version>2.89.2</jenkins.version>
<jenkins.version>2.150.1</jenkins.version>
<java.level>8</java.level>
<!--
<jersey.version>2.26</jersey.version>
Expand Down Expand Up @@ -69,12 +69,27 @@
<artifactId>mailer</artifactId>
<version>1.20</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-job</artifactId>
<version>2.31</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-cps</artifactId>
<version>2.61</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-multibranch</artifactId>
<version>2.20</version>
</dependency>
<dependency>
<groupId>org.gitlab</groupId>
<artifactId>java-gitlab-api</artifactId>
<version>4.0.0</version>
</dependency>
<dependency>
<dependency>
<groupId>org.jenkins-ci</groupId>
<artifactId>annotation-indexer</artifactId>
<version>1.12</version>
Expand Down
Loading

0 comments on commit f83b8ee

Please sign in to comment.