+* 2.1.27
+- Fixed build server failure caused by job number
+== donghee yang <donghee.yang@samsung.com> 2013-04-19
* 2.1.26
- Added new user "sync-manager" for package synchronization
- Changed to insert error code when job is ended with "ERROR"
Source : dibs
-Version :2.1.26
+Version :2.1.27
Maintainer : taejun ha<taejun.ha@samsung.com>, jiil hyoun <jiil.hyoun@samsung.com>, donghyuk yang <donghyouk.yang@samsung.com>, donghee yang <donghee.yang@samsung.com>, sungmin kim <dev.sungmin.kim@samsung.com
Package : dibs
job_id = row['id']
end
- if not job_id.nil? and not job_id.empty? then
+ if not job_id.nil? then
return job_id.to_s
else
return "0"