RE: Vaadin Jenkins Build Failed

As per https://vaadin.com/docs/v8/board/webcomponents-api/getting-started.html you need to install a license for the Board component to work. You can get an evaluation license from https://vaadin.com/pro/licenses

Hi all,

We want to build Vaadin app with Jenkins, but we get error below.

[ERROR]
Failed to execute goal com.vaadin:vaadin-maven-plugin:8.2.0:update-widgetset (default) on project TEDAMFaceV2: Cval license check failed! License for Vaadin Board 1 not found.

Thanks in advance…

we have licence and tried to install on jenkins server. How can we install on jenkins? Which jenkins setups must we set?

Putting the license file in the home directory of the jenkins user should suffice. If that doesn’t work, pass the information via command line or environment variable to maven/ant.

See https://vaadin.com/docs/v8/framework/addons/addons-cval.html