Moves stuff around
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
Fixes packages for use with maven Updates pom Fixes broken link in licence Updates Jenkinsfile
This commit is contained in:
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -4,16 +4,24 @@ pipeline {
|
||||
stage('Build') {
|
||||
steps {
|
||||
echo 'Building...'
|
||||
mvn clean
|
||||
mvn validate
|
||||
mvn compile
|
||||
}
|
||||
}
|
||||
stage('Test') {
|
||||
steps {
|
||||
echo 'Testing...'
|
||||
mvn test
|
||||
}
|
||||
}
|
||||
stage('Deploy') {
|
||||
steps {
|
||||
echo 'Deploying...'
|
||||
mvn package
|
||||
mvn verify
|
||||
mvn install
|
||||
mvn deploy
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user