Tries fixing maven build errors by cleaning
Some checks failed
KnarCraft/FFmpegConvert/master There was a failure building this commit
Some checks failed
KnarCraft/FFmpegConvert/master There was a failure building this commit
This commit is contained in:
parent
93f8a28872
commit
fd55abec4d
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -10,13 +10,13 @@ pipeline {
|
||||
stage('Test') {
|
||||
steps {
|
||||
echo 'Testing...'
|
||||
sh 'mvn test'
|
||||
sh 'mvn clean & mvn test'
|
||||
}
|
||||
}
|
||||
stage('Deploy') {
|
||||
steps {
|
||||
echo 'Deploying...'
|
||||
sh 'mvn package & mvn verify & mvn install & mvn deploy'
|
||||
sh 'mvn clean & mvn compile & mvn package & mvn verify & mvn install & mvn deploy'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user