Mooved Tellstick plugin to plugin folder and added all targets to build xml
This commit is contained in:
parent
efdbc56859
commit
da290e570f
25 changed files with 155 additions and 11 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue