hi
Is there any plugin or way to execute shell commands in a separate terminal
?
Thanks.
--
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+un
Hi,
I have a jenkins build flow job, which creates ~200 downstream jobs and
runs them in parallel.
The downstream jobs are all different builds of the same job, with
different parameters.
I use the throttle concurrent builds option on the downstream job, to limit
the number of builds that run i
Hello all !
I'm playing with Jenkins Workflow and am wondering how I can send a basic
mail telling the team the build has failed.
What I would really like is something like the "email notification" step
with option "Send e-mail for every unstable build" in the classic jobs.
Please detail if this
Using strategy: Default
Last Built Revision: Revision d37b1d8bfb810c37bab726ff1f1b733b407b
(origin/master)
Installing JDK Java SE Development Kit 8u60
java.io.IOException: JDK data is empty.
at hudson.tools.JDKInstaller.locate(JDKInstaller.java:418)
at hudson.tools.JDKInstal
Hi,
Have you tried something like?
node {
sh 'might fail'
mail (to: 'admin@somewhere',
subject: "Job '${env.JOB_NAME}' (${env.BUILD_NUMBER}) failed!",
body: "Your job failed, please review it ${env.BUILD_URL}.");
}
Cheers
On Wednesday, 9 September 2015 11:24:18
Have you tried to upgrade your Jenkins version? It seems there were some
tickets (which they are already solved):
- https://issues.jenkins-ci.org/browse/JENKINS-22401
- https://issues.jenkins-ci.org/browse/JENKINS-22347
Have you configured your global settings and configure the JDK installation
I set it up no problem java installed and have IIS on the system if needed.
RIght now the only way to access the server is the Http://serverip:8080
I want to access it via the http://serverIP/Jenkins
How can I set this up without getting Reverse Proxy issues and so others
can actually access
How do I allow jenkins to access GIT source from the VSOnline GIT source?
https://company.visualstudio.com/DefaultCollection/_git/company
Failed to connect to repository : Command "C:\Program Files\Git\bin\git.exe
-c core.askpass=true ls-remote
-h 'https://company.visualstudio.com/DefaultCollec
Some of the things you can test to see if any of them help:
1. Use a command line git version that is new enough to support
credentials (1.8 or newer is enough, 1.7.10 is also reported to work)
2. Confirm you can clone your repository using command line git and the
specific URL, userna
Hi, great idea. BUT I think you should really have a look at the work being
done mostly by Gus Reiber. I suppose that might impact that kind of
plugins, so I think it's better to sync with him.
If you want to have a glimpse into what it could look like, look for the
Jenkins office hours recording
10 matches
Mail list logo