Updates Jenkinsfile
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
0b3d46c704
commit
1887d7c1fe
11
Jenkinsfile
vendored
11
Jenkinsfile
vendored
@ -4,24 +4,19 @@ pipeline {
|
||||
stage('Build') {
|
||||
steps {
|
||||
echo 'Building...'
|
||||
mvn clean
|
||||
mvn validate
|
||||
mvn compile
|
||||
sh 'mvn clean & mvn validate & mvn compile'
|
||||
}
|
||||
}
|
||||
stage('Test') {
|
||||
steps {
|
||||
echo 'Testing...'
|
||||
mvn test
|
||||
sh 'mvn test'
|
||||
}
|
||||
}
|
||||
stage('Deploy') {
|
||||
steps {
|
||||
echo 'Deploying...'
|
||||
mvn package
|
||||
mvn verify
|
||||
mvn install
|
||||
mvn deploy
|
||||
sh 'mvn package & mvn verify & mvn install & mvn deploy'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user