mirror of
https://github.com/YatopiaMC/Yatopia.git
synced 2024-11-25 12:05:14 +01:00
Jenkinsfile fix 3
This commit is contained in:
parent
b7646294ed
commit
ff504832ac
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -72,8 +72,9 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
stage('Archive Jars') {
|
stage('Archive Jars') {
|
||||||
steps {
|
steps {
|
||||||
archiveArtifacts(artifacts: 'target/*.jar', fingerprint: true)
|
archiveArtifacts(artifacts: 'target/*.jar', fingerprint: true)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user