Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Version published after converting to the new editor



Table of Contents

General Information

...

A unique identifier of the organization. You can receive an API token in the administration section of your WhiteSource account.

Service url

URL to where the request is sent. 

Use the 'WhiteSource Server URL' which can be retrieved from your 'Profile' page on the 'Server URLs' panel. For example: "https://saas.whitesourcesoftware.com".

...

ParameterMeaning

Environment variable support

Product name or Token

Name or token to uniquely identify the product to update.

Yes
Product versionVersion of the product to update.Yes
Check only new librariesOptionally override this property from global configuration.Yes
Force check all librariesOptionally override this property from global configuration.No
Force updateUpdates organization inventory regardless of policy violations. No
Override API tokenOptionally override this property from Global WhiteSource Configuration.Yes
Override userKeyUnique identifier of user, can be generate from the profile page in your whitesource account.Yes
Project tokenUnique identifier of the White Source project to update. If omitted, default naming convention will apply.Yes
Requester emailEmail of the WhiteSource user that requests to update WhiteSource.Yes
Connection RetriesConnection retries when unable to connect to WhiteSource service.Yes
Connection Retries IntervalWait time between connection retries.Yes

* Environment variable support from version 1.8.1

...

ParameterMeaning
Module tokensMap of module artifactId to WhiteSource project token.
Modules to includeOnly modules with an artifactId matching one of these patterns will be processed by the plugin.
Modules to excludeModules with an artifactId matching any of these patterns will not be processed by the plugin.
Ignore pom modulesSet to true to ignore this maven modules of type pom.
Connection RetriesConnection retries when unable to connect to WhiteSource service (default value is 1).
Connection Retries IntervalConnection interval in seconds between two connection retries to WhiteSource service (default value is: 3 seconds).

...

Link to known versions of whitesource jenkins plugin 

https://updates.jenkins.io/download/plugins/whitesource/

Change Log


Version
Features
Release Date
Comments
20.8.1
19.1.1
  • Update agents version
 
18.10.2
  • Minor bug fixes

18.10.1
  • Minor bug fix - fix text message
  • Support both service URL with and without "/agent"  

18.8.2
  • Minor bug fixes

18.6.3
  • Minor bug fixes

18.6.2
  • Resume Build upon failed communication to server

18.5.2
  • Bug fix - using project token as identifier.

18.5.1
  • Added support for user-level access control in integrations
  • Minor fixes.
 
18.1.3Add support for Jenkins 2.102 
18.1.1Bug fix - Freestyle job runinng 
17.12.1

Add support  for maven pipeline job

 


17.11.4

Minor fixes

 
1.8.2

Bug fix - NPE exception on enviroment variables

 
1.8.1

Add support for enviroment variables

 
1.8.0

Minor fixes - remove jelly importing

 
1.7.9

Add support for generic pipeline job

 
1.7.8

Enable build failure on policy violation (even when force update is enabled)

 
1.7.7Bug fix - ignore for pom modules field 
1.7.6Add force update option 
1.7.5Bug fix - save proxy port 
1.7.4Bug fix - fixing possible NPEs

 


1.7.3Minor fixes 
1.7.2Move to JDK 1.7 
1.7.1Bug fix - includes/excludes parameter in generic job 
1.7Add check policies for all libraries 
1.5.2Add fail on error param to global config 
1.5.1Update latest version of maven-release-plugin 
1.4Fix for proxy configuration 
1.3
  • Product identification
  • Well known file extensions are now scanned by default in free style jobs
  • Bug fixes
 
1.2Shelved version. Disregard 
1.1

Minor changes:

  • Communication with White Source servers is now encrypted using SSL by default
  • Several bug fixes in policy check report
 
1.0First release of the plugin 


...