mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-07-27 16:01:37 +00:00
Update Jenkinsfile
This commit is contained in:
parent
1744eaac69
commit
ce804ac23b
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -4,7 +4,7 @@ pipeline {
|
||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
mvn build
|
mvn -B package --file pom.xml
|
||||||
archiveArtifacts artifacts: '**/target/*.jar', fingerprint: true
|
archiveArtifacts artifacts: '**/target/*.jar', fingerprint: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue