Skip to content

Jenkins plugin for Cantata, unit testing tool. Developed by Verifa, https://verifa.io

License

Notifications You must be signed in to change notification settings

verifa/cantata-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cantata-plugin

Cantata plugin for Jenkins.

Can be used from Jenkinsfile as well as from freestyle job.

Example pipeline syntax

cantataWrapper() {
    cantataRunTest customArguments: 'APPEND_TO_TOP_LEVEL_LOG=1,EXECUTE=1,OUTPUT_TO_CONSOLE=1', cantataExecDir: 'Cantata/tests'
}

How to build

Prequisites:

  • JDK 8
  • Maven

Build with mvn install.

Debug locally with mvn hpi:run.

How to deploy to Jenkins

Package with mvn package and then target/cantata-plugin.hpi-file is created and that file can be imported to Jenkins from:

Manage Jenkins -> Manage Plugins -> Advanced -> Upload Plugin.

License

Copyright © Verifa Oy, 2019-2020.

See the LICENSE file in the root of this project for license details.

SPDX-License-Identifier: MIT

About

Jenkins plugin for Cantata, unit testing tool. Developed by Verifa, https://verifa.io

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages