mirror of
https://github.com/YatopiaMC/Yatopia.git
synced 2024-11-22 10:35:42 +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') {
|
stage('Archive Jars') {
|
||||||
steps {
|
steps {
|
||||||
archiveArtifacts(artifacts: 'target/*.jar', fingerprint: true)
|
archiveArtifacts(artifacts: 'target/*.jar', fingerprint: true)
|
||||||
}
|
}
|
||||||
}
|
post {
|
||||||
post {
|
always {
|
||||||
always {
|
cleanWs()
|
||||||
cleanWs()
|
|
||||||
sh 'rm -rf /home/jenkins/workspace/YatopiaMC_Yatopia_ver_1.16.5'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user