Skip to content

Commit

Permalink
Add Hidden Parameter to the managed set (#3999)
Browse files Browse the repository at this point in the history
  • Loading branch information
darinpope authored Nov 21, 2024
1 parent bbf29f8 commit 66ea1de
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bom-2.452.x/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@
<artifactId>email-ext</artifactId>
<version>1844.v3ea_a_b_842374a_</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>hidden-parameter</artifactId>
<version>237.v4b_df26c7a_f0e</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>job-dsl</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions bom-2.462.x/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,11 @@
<artifactId>gitlab-plugin</artifactId>
<version>1.8.2</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>hidden-parameter</artifactId>
<version>366.v7024b_32e399e</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>job-dsl</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions bom-weekly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -844,6 +844,11 @@
<artifactId>handy-uri-templates-2-api</artifactId>
<version>2.1.8-30.v7e777411b_148</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>hidden-parameter</artifactId>
<version>374.v00e27777a_0eb_</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>htmlpublisher</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions sample-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,11 @@
<artifactId>google-storage-plugin</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>hidden-parameter</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>htmlpublisher</artifactId>
Expand Down

0 comments on commit 66ea1de

Please sign in to comment.