falldamagestudio / UE-Jenkins-BuildSystem

Build Unreal Engine & games with Jenkins on GKE/GCE
MIT License
46 stars 11 forks source link

Seed Job should disable/delete obsolete jobs #26

Closed Kalmalyzer closed 3 years ago

Kalmalyzer commented 3 years ago

Today, if you rename a job, the Seed Job will leave the old job as-is (remaining active) and create new jobs. It should disable or delete the old ones.

Kalmalyzer commented 3 years ago

Done in 0fe9d541f1ebb0d67351976435020dc5737e7d93 . Old ones are deleted.