ImportError No module named Image in Jenkins

2016-05-22 Thread Cherry Tsai
Hi guys, I had python trouble. I want to compare two images using python in Jenkins. When I added "import Image" or "from PIL import Image" in my script, it will show error message "ImportError: No module named Image". But use "import os, time", it was working. Basic environment: 1.

Exception with New Project Type Build

2016-05-22 Thread nandish reddy
Hi, Is there any example or tutorial on how to create a plugin new Project type ? I tried to create one by referring the code of some of the existing plugins like Multi-Job, Maven etc.. I have extended hudson.model.Project , hudson.model.Build; With this a new Project Type gets created, but

Custom metrics

2016-05-22 Thread Andrew Melo
Hello, I had two short questions about what was possible with pipeline jobs: 1) Suppose I want to track some arbitrary values between builds and fail if they have decreased. Is there a way to stash integers/values between builds? For example, let's say I want to enforce that the lint of the

getFailedSinceRun()

2016-05-22 Thread Marky Jackson
I am writing a jelly script and using getFailedSinceRun() method and the email-ext plugin to send results of failed test via email. This works and shows for example: failed since #5 with an associated link to that build. What I am trying to do is actually take getFailedSinceRun() and the current