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

Parameterize jenkins plugin repository and add support for core plugins #130

Closed
wants to merge 1 commit into from

Conversation

backuitist
Copy link

This is useful when you want jenkins to download plugins from an enterprise repository.
Repository base url can be redefined and accept a maven style layout. When necessary plugins can use a different groupId:

dynamicparameter : {
    version: "0.2.0",
    group_id: "com.seitenbau.jenkins.plugins"
}

As for the core plugin support this should fix #118
Simply set core to the core plugins that you want to upgrade:

matrix-auth : { 
    version: "1.2",
    core: true
}

This is useful when you want jenkins to download plugins from an enterprise
repository.

As for the core plugin support this should fix
voxpupuli#118
@jenkinsadmin
Copy link

Thank you for a pull request! Please check this document for how the Jenkins project handles pull requests

@jhoblitt
Copy link
Member

This functionality was merged in #190. This PR can be closed.

@jhoblitt
Copy link
Member

@backuitist Actually, #190 didn't fully cover this functionality. However, I'm going to close this PR due to code drift and lack of activity. Please feel free to reopen it in the future.

@jhoblitt jhoblitt closed this Oct 10, 2015
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.

Some plugins not updating
3 participants