This repository has been archived by the owner on Jul 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from infOpen/devel
Misc changes
- Loading branch information
Showing
6 changed files
with
68 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -176,14 +176,13 @@ Follow the possible variables with their default values | |
|
||
# Plugins: debian package builder | ||
jenkins_plugins_debian_package_builder_remove_repositories: True | ||
jenkins_plugins_debian_package_builder: | ||
gpg: | ||
name: 'Foo Bar' | ||
email: '[email protected]' | ||
public_key: 'foo_public_key' | ||
private_key: 'foo_private_key' | ||
passphrase: 'foo_passphrase' | ||
repo: [] | ||
jenkins_plugins_debian_package_builder_gpg: | ||
name: 'Foo Bar' | ||
email: '[email protected]' | ||
public_key: 'foo_public_key' | ||
private_key: 'foo_private_key' | ||
passphrase: 'foo_passphrase' | ||
jenkins_plugins_debian_package_builder_repo: [] | ||
|
||
# Plugins : gitlab | ||
jenkins_plugins_gitlab_api_token: '' | ||
|
@@ -286,30 +285,29 @@ Example: | |
You can manage the plugin configuration with these settings, example with | ||
repositories for publisher step: | ||
|
||
jenkins_plugins_debian_package_builder: | ||
gpg: | ||
name: 'Foo Bar' | ||
email: '[email protected]' | ||
public_key: 'foo_public_key' | ||
private_key: 'foo_private_key' | ||
passphrase: 'foo_passphrase' | ||
repo: | ||
- name: 'repo_1' | ||
method: 'scpb' | ||
fqdn: 'foo.bar.fr' | ||
incoming: '/foo' | ||
login: 'foo' | ||
key_path: '/bar/foo.key' | ||
options: 'foo_options' | ||
state: 'present' | ||
- name: 'repo_2' | ||
method: 'scpb' | ||
fqdn: 'foobar.bar.fr' | ||
incoming: '/foobar' | ||
login: 'foobar' | ||
key_path: '/bar/foobar.key' | ||
options: 'foobar_options' | ||
state: 'absent' | ||
jenkins_plugins_debian_package_builder_gpg: | ||
name: 'Foo Bar' | ||
email: '[email protected]' | ||
public_key: 'foo_public_key' | ||
private_key: 'foo_private_key' | ||
passphrase: 'foo_passphrase' | ||
jenkins_plugins_debian_package_builder_repo: | ||
- name: 'repo_1' | ||
method: 'scpb' | ||
fqdn: 'foo.bar.fr' | ||
incoming: '/foo' | ||
login: 'foo' | ||
key_path: '/bar/foo.key' | ||
options: 'foo_options' | ||
state: 'present' | ||
- name: 'repo_2' | ||
method: 'scpb' | ||
fqdn: 'foobar.bar.fr' | ||
incoming: '/foobar' | ||
login: 'foobar' | ||
key_path: '/bar/foobar.key' | ||
options: 'foobar_options' | ||
state: 'absent' | ||
|
||
You can remove all repositories before plugin configuration. Just set True to | ||
"jenkins_plugins_debian_package_builder_remove_repositories" variable. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -145,14 +145,13 @@ jenkins_plugins_github_servers: [] | |
|
||
# Plugins: debian package builder | ||
jenkins_plugins_debian_package_builder_remove_repositories: True | ||
jenkins_plugins_debian_package_builder: | ||
gpg: | ||
name: 'Foo Bar' | ||
email: '[email protected]' | ||
public_key: 'foo_public_key' | ||
private_key: 'foo_private_key' | ||
passphrase: 'foo_passphrase' | ||
repo: [] | ||
jenkins_plugins_debian_package_builder_gpg: | ||
name: 'Foo Bar' | ||
email: '[email protected]' | ||
public_key: 'foo_public_key' | ||
private_key: 'foo_private_key' | ||
passphrase: 'foo_passphrase' | ||
jenkins_plugins_debian_package_builder_repo: [] | ||
|
||
# Plugins : gitlab | ||
jenkins_plugins_gitlab_api_token: '' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,30 +73,29 @@ jenkins_plugins_github_servers: | |
|
||
# Plugins : debian package builder | ||
jenkins_plugins_debian_package_builder_remove_repositories: False | ||
jenkins_plugins_debian_package_builder: | ||
gpg: | ||
name: 'Foo Bar' | ||
email: '[email protected]' | ||
public_key: 'foo_public_key' | ||
private_key: 'foo_private_key' | ||
passphrase: 'foo_passphrase' | ||
repo: | ||
- name: 'repo_1' | ||
method: 'scpb' | ||
fqdn: 'foo.bar.fr' | ||
incoming: '/foo' | ||
login: 'foo' | ||
key_path: '/bar/foo.key' | ||
options: 'foo_options' | ||
state: 'present' | ||
- name: 'repo_2' | ||
method: 'scpb' | ||
fqdn: 'foobar.bar.fr' | ||
incoming: '/foobar' | ||
login: 'foobar' | ||
key_path: '/bar/foobar.key' | ||
options: 'foobar_options' | ||
state: 'absent' | ||
jenkins_plugins_debian_package_builder_gpg: | ||
name: 'Foo Bar' | ||
email: '[email protected]' | ||
public_key: 'foo_public_key' | ||
private_key: 'foo_private_key' | ||
passphrase: 'foo_passphrase' | ||
jenkins_plugins_debian_package_builder_repo: | ||
- name: 'repo_1' | ||
method: 'scpb' | ||
fqdn: 'foo.bar.fr' | ||
incoming: '/foo' | ||
login: 'foo' | ||
key_path: '/bar/foo.key' | ||
options: 'foo_options' | ||
state: 'present' | ||
- name: 'repo_2' | ||
method: 'scpb' | ||
fqdn: 'foobar.bar.fr' | ||
incoming: '/foobar' | ||
login: 'foobar' | ||
key_path: '/bar/foobar.key' | ||
options: 'foobar_options' | ||
state: 'absent' | ||
|
||
# Plugins : mailer | ||
jenkins_plugin_mailer_default_suffix: 'bar.org' | ||
|