make dev build unstable

This commit is contained in:
William Bell
2025-12-01 02:13:32 +00:00
parent 34a083a2a2
commit 7d272a2f4d

1
Jenkinsfile vendored
View File

@@ -115,6 +115,7 @@ pipeline {
}
} else {
currentBuild.result = "UNSTABLE"
echo "Regular commit → marking as dev build"
currentBuild.description = "Dev Build"
}