Plugin

We are happy to announce an official version of tikal mutlijob plugin for Jenkins has been released.

 

The plugin can be found and downloaded by the following ways:

 

You can read more details about the plugin usage at Jenkins wiki:

wiki.jenkins-ci.org/display/JENKINS/Multijob+Plugin

roni 17/01/2012 - 13:33

A new multijob plugin was created by Tikal ALM team.

Using this job you can add full hierarchy of Jenkins jobs that will be executed in sequence or in parallel.

When creating new Jenkins job you have an option to create MultiJob project. This job can define in the Build section phases that contains one job or more. All jobs belong to one phase will be executed in parallel (if there are enough executors on the node), and all jobs in phase 2 will be executed only after jobs in phase 1 are completed etc.

For example we create MultiJob project called jenkins-multijob-inherent that contains 3 multijob phases:

roni 15/09/2011 - 16:00

From version 3.6.4 Firefox started to use plugin-container.exe as external container over browser plugins in general and flash player specifically

 

This to prevent browser crashes in case of plugin crash. The idea is nice, the implementation caused to common plugins instability.

 

In cases when plugin is "hard-working" (and Flash is good candidate), the communication between browser and plugin-container can be lost. In that cases FF counts till 45 and kills the plugin, sometimes it causes to FF freeze also.

 

There are 2 workarounds - return to version 3.6.3 or disable "plugin-container" feature in FF about:config (search for "ipc" string):

dom.ipc.plugins.enabled = true

dom.ipc.plugins.enabled.npctrl.dll = false

dom.ipc.plugins.enabled.npqtplugin.dll = false

vladislavm 02/12/2010 - 14:39
Syndicate content