Adds archiving
Some checks failed
KnarCraft/FFmpegConvert/master There was a failure building this commit

This commit is contained in:
Kristian Knarvik 2020-02-12 07:09:55 +01:00
parent 1c7d6ad0c9
commit 458ff9d5d2

1
Jenkinsfile vendored
View File

@ -5,6 +5,7 @@ pipeline {
steps {
echo 'Building...'
sh 'mvn clean & mvn validate & mvn compile'
archiveArtifacts artifacts: '**/target/*.jar', fingerprint: true
}
}
stage('Test') {