diff --git a/Jenkinsfile b/Jenkinsfile index b5074b8..31175fc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -115,6 +115,7 @@ pipeline { } } else { + currentBuild.result = "UNSTABLE" echo "Regular commit → marking as dev build" currentBuild.description = "Dev Build" }