Cantata plugin for Jenkins.
Can be used from Jenkinsfile as well as from freestyle job.
cantataWrapper() {
cantataRunTest customArguments: 'APPEND_TO_TOP_LEVEL_LOG=1,EXECUTE=1,OUTPUT_TO_CONSOLE=1', cantataExecDir: 'Cantata/tests'
}
Prequisites:
- JDK 8
- Maven
Build with mvn install
.
Debug locally with mvn hpi:run
.
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.
Copyright © Verifa Oy, 2019-2020.
See the LICENSE file in the root of this project for license details.
SPDX-License-Identifier: MIT