Mooved Tellstick plugin to plugin folder and added all targets to build xml

This commit is contained in:
Ziver Koc 2017-05-29 17:02:31 +02:00
parent efdbc56859
commit da290e570f
25 changed files with 155 additions and 11 deletions

6
Jenkinsfile vendored
View file

@ -10,12 +10,12 @@ node {
stage('Build') {
sh 'ant clean'
sh 'ant build'
sh 'ant build-all'
}
stage('Test') {
try {
sh 'ant test'
sh 'ant test-all'
} finally {
step([$class: 'JUnitResultArchiver', testResults: 'build/reports/*.xml'])
}
@ -23,7 +23,7 @@ node {
stage('Package') {
sh 'ant package'
sh 'ant package-all'
archiveArtifacts artifacts: 'build/release/**', fingerprint: true
// Tag artifact