java - Builds are tagged unstable even when they are successful -


i running jenkins version 1.411 , use maven building.

even though application builds successfully, jenkins treats unstable build. have disabled tests isolate problem.

[info] ------------------------------------------------------------------------ [info] build success [info] ------------------------------------------------------------------------ [info] total time: 45.389s [info] finished at: wed may 11 12:16:57 est 2011 [info] [doclinks] skip document adaptiv generated site ... (no such directory: site) final memory: 27m/543m [info] ------------------------------------------------------------------------ channel stopped archiving artifacts email triggered for: unstable sending email trigger: unstable attempt send e-mail empty list of recipients, ignored. finished: success 

it's time ago used hudson/jenkins should have @ jenkins terminology

unstable build: a build unstable if built , 1 or more publishers report unstable. example if junit publisher configured , test fails build marked unstable.

publisher: a publisher part of build process other compilation, example junit test runs. publisher may report stable or unstable result depending on result of processing. example, if junit test fails, whole junit publisher may report unstable.

so suppose have other build parts (apart junit) report unstable result. have @ whole build process log.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -