mirror of
https://github.com/hwanny1128/HGZero.git
synced 2025-12-06 07:56:24 +00:00
Jenkinsfile 수정: workspace 자동 정리 제거
- post 블록에서 always의 cleanWs() 제거 - 빌드 후 workspace 유지하도록 변경 - 디버깅 및 아티팩트 확인 용이하게 함
This commit is contained in:
parent
3483c9c1b2
commit
ec4a23cc33
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -226,9 +226,5 @@ pipeline {
|
||||
failure {
|
||||
echo "❌ Pipeline failed!"
|
||||
}
|
||||
always {
|
||||
// Clean workspace
|
||||
cleanWs()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user