]
Nick Boldt commented on JBIDE-22630:
------------------------------------
I've updated the three jiralint jobs to add this to the label:
{code}&&!EAP-RHEL7{code}
bzira/jiralint fails often because of missing pip install
---------------------------------------------------------
Key: JBIDE-22630
URL:
https://issues.jboss.org/browse/JBIDE-22630
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: build
Reporter: Max Rydahl Andersen
Fix For: 4.4.1.M1
bzia/jiralint oftenn fails because pip are missing from the servers it runs on.
shuold limit the nodes it runs on or get pip installed more generally.
error from build mails
{code}
+ pip install --upgrade --user bugzilla bugzillatools python-bugzilla jira pytz
Traceback (most recent call last):
File "/qa/services/hudson/.local/bin/pip", line 7, in <module>
from pip import main
ImportError: No module named pip
{code}