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

Update build parent to 3.4 #10

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

jmcgeheeiv
Copy link

This PR contains mainly a modernized build:

  • Upgraded the Maven build parent to version 3.4
  • Corrected or elided findbugs problems
  • Replaced MyFilePath with the standard FilePath. Original author Romain Seguy used MyFilePath to work around some problems he found in the standard FilePath. Then he fixed the standard FilePath per JENKINS-7999.

IMPORTANTLY, THE SECURITY PROBLEM WITH THIS PLUGIN REMAINS.

Copy link
Member

@oleg-nenashev oleg-nenashev left a comment

Choose a reason for hiding this comment

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

Once the Core version issue is fixed, I think it can be merged

<version>1.4.8</version>
<packaging>hpi</packaging>
<properties>
<jenkins.version>1.625</jenkins.version>
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
<jenkins.version>1.625</jenkins.version>
<jenkins.version>2.60.3</jenkins.version>

If you want to support Java 8 only, we need to use the core version which supports Java 8 only

@@ -0,0 +1,10 @@
<!-- FindBugs exclude file -->
<!-- This is just a (currently unused, as-yet invalid) template. If you want
Copy link
Member

Choose a reason for hiding this comment

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

Hm? Do you need it then?

// JENKINS-7999 is fixed, so now use Jenkins FilePath instead of the
// custom MyFilePath included in this plugin
rootFilePathOnMaster.copyRecursiveTo(includes, excludes,
projectWorkspaceOnSlave);
Copy link

Choose a reason for hiding this comment

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

This removes silently the flatten feature from https://issues.jenkins-ci.org/browse/JENKINS-8220


<scm>
<connection>scm:git:ssh://github.com:jmcgeheeiv/copy-to-slave-plugin.git</connection>
<developerConnection>scm:git:ssh://[email protected]/jmcgeheeiv/copy-to-slave-plugin.git</developerConnection>
Copy link

Choose a reason for hiding this comment

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

do we want this change in the published pom.xml?


<issueManagement>
<url>https://github.com/jenkinsci/copy-to-slave-plugin/issues</url>
<system>GitHub</system>
Copy link

Choose a reason for hiding this comment

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

Issues for this plugin are currently managed on the Jenkins JIRA, not on GitHub; in fact, GitHub issues are disabled as of 2020-05-03

<organization>
<name>Wave Computing, Inc.</name>
<url>http://www.wavecomp.ai</url>
</organization>
Copy link

Choose a reason for hiding this comment

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

Is Wave Computing now supporting the plugin...?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants