1
0

Add test jenkinsfile

This commit is contained in:
Andrea Cavalli 2020-10-03 01:21:57 +02:00
parent fc29745226
commit 1b6cd286fe
2 changed files with 8 additions and 0 deletions

5
Jenkinsfile vendored
View File

@ -6,5 +6,10 @@ pipeline {
sh 'mvn -B -DskipTests clean package'
}
}
stage('Deliver') {
steps {
bash './jenkins/scripts/deliver.sh'
}
}
}
}

View File

@ -0,0 +1,3 @@
#!/bin/bash -e
mvn deploy -P publish-to-mchv