mirror of
https://github.com/YatopiaMC/Yatopia.git
synced 2024-11-22 02:25:51 +01:00
Jenkinsfile fix 4
This commit is contained in:
parent
ff504832ac
commit
e7dfd4d75e
16
Jenkinsfile
vendored
16
Jenkinsfile
vendored
@ -74,15 +74,13 @@ pipeline {
|
||||
}
|
||||
}
|
||||
|
||||
stage('Archive Jars') {
|
||||
steps {
|
||||
archiveArtifacts(artifacts: 'target/*.jar', fingerprint: true)
|
||||
}
|
||||
}
|
||||
post {
|
||||
always {
|
||||
cleanWs()
|
||||
sh 'rm -rf /home/jenkins/workspace/YatopiaMC_Yatopia_ver_1.16.5'
|
||||
stage('Archive Jars') {
|
||||
steps {
|
||||
archiveArtifacts(artifacts: 'target/*.jar', fingerprint: true)
|
||||
}
|
||||
post {
|
||||
always {
|
||||
cleanWs()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user