Skip to content
Snippets Groups Projects
Commit 84748b33 authored by Lars Bilke's avatar Lars Bilke
Browse files

[Jenkin] Set build status to NOT_BUILT instead UNSTABLE [ci skip].

parent c252883d
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ pipeline {
}
}
if(!(stage_required.build || stage_required.full)) {
currentBuild.result='UNSTABLE'
currentBuild.result='NOT_BUILT'
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment