Integrate bugzilla with Jenkins, to block and automatically release jobs related to bugs

2015-03-09 Thread Greg Compestine
Hello,

I started working with Jenkins a few months ago in an environment that 
experiences occasional instability. I have hundreds of jobs running on 
different servers and operating systems. When a job fails, I'd like to hook 
it up to a Bugzilla entry that is tracking the issue, block the job until 
the bug fix is checked in, then automatically release the job.

Has anyone done this already? How difficult would this be to accomplish?

Thanks,

Greg

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/64830371-acce-479b-a86b-0df234ccc5f9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


ITeLearn - Software Testing Fundamentals, JIRA Tutorials, Bugzilla Tutorials

2015-02-18 Thread James Watson
 

Are you in a QA role? Then you need to know the fundamentals which can 
build a strong bridge for your professional career. Software testing 
fundamentals at ITeLearn helps you to get practice with the best methods 
and techniques used for the software testing to get the best testing 
results. 

ITeLearn http://www.itelearn.com/courses/software-testing-fundamentals/ 
provide training by top experts in testing industry. They will provide 
QA/Manual 
testing Course which includes basics of QA, JIRA basics, QA advance 
concepts, Bugzilla concepts and many more. Without any doubt, ITeLearn is 
your best choice to gain the right skills for growth in software testing 
field. 


http://www.itelearn.com/courses/software-testing-fundamentals/ 

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/77e6dc16-82e7-4bed-887a-e81382ebbf46%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Bugzilla

2014-05-01 Thread Mallepally Sandeep Reddy
Hi folks


i installed bugzilla Plugin but i did find Bugzilla tab in configuration 
.were we find bugzilla tab

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Bugzilla

2014-05-01 Thread Tim Jackson
A Bugzilla section shows up on the Configure page (http://your 
install/configure).  It allows three settings: 

Bug ID Regex - I have not found this to work completely to include things 
like Bug   I can only get it to put hyperlinks on numbers.  I 
use \b#?[0-9]{3}\b because, for now, all of our bugs are in the triple 
digits.  This works well as long as you are already signed into your 
bugzilla site in the same browser and I can open a bug by clicking that 
hyperlink.

Bugzilla base URL - This is the URL of your Bugzilla instance

Enable tooltips showing bug summary - This would enable use of an Admin 
level Bugzilla account that would, theoretically, show bug details in a 
tool tip or status bar.  I have not seen it work.

This plugin is no longer in development, but could be taken over by someone 
to continue.

Tim
On Thursday, May 1, 2014 5:55:25 AM UTC-6, Mallepally Sandeep Reddy wrote:

 Hi folks


 i installed bugzilla Plugin but i did find Bugzilla tab in configuration 
 .were we find bugzilla tab


-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.