Smaller changes
All checks were successful
KnarCraft/FFmpegConvert/master This commit looks good

This commit is contained in:
2020-02-11 21:17:07 +01:00
parent fd55abec4d
commit 1c7d6ad0c9
2 changed files with 3 additions and 3 deletions

2
Jenkinsfile vendored
View File

@ -16,7 +16,7 @@ pipeline {
stage('Deploy') {
steps {
echo 'Deploying...'
sh 'mvn clean & mvn compile & mvn package & mvn verify & mvn install & mvn deploy'
sh 'mvn clean & mvn compile & mvn package & mvn verify & mvn install'
}
}
}