Skip to content
This repository was archived by the owner on May 14, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

// Builds a module using https://github.com/jenkins-infra/pipeline-library
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you can actually test the upstream PR prior to it being merged, using something like

@Library('github.com/oleg-nenashev/pipeline-library@7b106252928c000a81734f64eaa84f822a680134') _

Of course this only matters if organization scanning is fixed while both PRs are open.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For local testing I use jenkinsci/filesystem_scm-plugin#2.
For upstream PR testing I would like to get it hosted first :)

buildPlugin(platforms: ['linux'])
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<artifactId>maven-hpi-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<disabledTestInjection>true</disabledTestInjection>
<disabledTestInjection>false</disabledTestInjection>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or just simply delete the whole plugin section, since you are not overriding anything any more.

</configuration>
</plugin>
<plugin>
Expand Down