Would it be possible to see your job configuration?
-- Sami
Kamal Ahmed kirjoitti 25.2.2013 kello 20.27:
> I am using Jenkins 1.500 on ubuntu 12.04
> and using git plugin version 1.2.0
> https://wiki.jenkins-ci.org/display/JENKINS/Git+Client+Plugin
> The target system is debian
>
> I have cre
I've thought about this too, there could be a logistics issues with
how/where to find the dependent projects unless you have a multi-module POM
(parent + children) or some other way to either tell it where to find the
dependencies or impose a rigid project/folder structure.
I wonder if this type o
Hello, there!
I am curious : "How to better manage cascading releases"
for the following use case and what you think about possible solution:
#
Releasing core bundles and dependent bundles
Changing the API of a core bundle for an application
Bummer. Ok, I'd like to modify the default HTML Jelly template to include
two things. Maybe you could provide some pointers or a sample that already
does this?
1. The default includes the test method failures. I'd like the actual
output of all failed tests included inline. That is the Error Me
Sadly there currently isn't a nice way to do this. There is a bug filed
requesting the ability to test using a previous build, but I haven't had a
chance to implement it.
Sent from my Windows Phone
--
From: Josh Unger
Sent: 2/25/2013 17:36
To: jenkinsci-users@googlegrou
I have an Ubuntu 10.04 server running Jenkins. I did a:
sudo apt-get upgrade
and all packages installed correctly except for Jenkins. It returned a "302
found".
Google says this is related to apt-get not chasing forwarded urls, but it
was fixed in 2009. And then the trail goes cold.
I have up
The Email-ext of Jenkins allows you to write a Jelly email template. How do
you write and test one without triggering a build every time? Basically,
I'm looking for a 1 second iteration where I can modify a Jelly script, hit
refresh on a browser, and it will automatically render the template (th
On Wed, Feb 20, 2013 at 9:35 AM, Marciano Pitargue wrote:
> I have a new Ubuntu play server w/ v1.502 Jenkins running under apache as
> a virtual host with mod_proxy. (not https) It's a brand new install of
> jenkins.
>
> So, playing around, I decided to set up the standard security.
> https://w
I think you may not have realized that you need two plugins to enable Git SCM
on Jenkins. The Git client plugin provides a Git API which is usable by other
plugins.
The Git plugin uses the Git client plugin to provide access to Git as an SCM
system for Jenkins jobs.
Install both the Git c
On Mon, Feb 25, 2013 at 5:28 PM, JonathanRRogers
wrote:
>
>
> On Sunday, February 24, 2013 11:02:58 AM UTC-5, LesMikesell wrote:
>>
>> On Sun, Feb 24, 2013 at 4:27 AM, Syed Mahdi wrote:
>> > >
>> > (I am under the impression that slaves are only job running machines so
>> > the
>> > configuration
On Sunday, February 24, 2013 11:02:58 AM UTC-5, LesMikesell wrote:
>
> On Sun, Feb 24, 2013 at 4:27 AM, Syed Mahdi
> >
> wrote:
> > >
> > (I am under the impression that slaves are only job running machines so
> the
> > configuration lies only in Master. So if that is not true, also, if i
Hi JC,
On Monday 25 February 2013 09:01:36 JC wrote:
> I know this is an older thread, but I thought maybe somebody has news on
> this matter... is there still no MSI-testing possibility around?
this is IMHO not available in Jenkins directly. But you can start Msival2 [1]
in a batch build step t
When using the selenium grid plugin, what is the best way to arrange
for the nodes to have working displays? I have it working on VMware
guests by logging into the vmware client console and starting a
desktop, then running xhost + so anything can connect. This makes
display :0 work in the confi
I am using both the Jenkins Job Configuration History plugin v2.2 and
EnvInject v 1.73
As has been noted in the Jira, envinject seems to modify the config each
time the job is run creating long job config histories.
I have just noticed that there are some optins for configuring Job Config
Hist
I am using Jenkins 1.500 on ubuntu 12.04
and using git plugin version 1.2.0
https://wiki.jenkins-ci.org/display/JENKINS/Git+Client+Plugin
The target system is debian
I have created a Dummy user on the Target System ( Where the git repo is ) user
= "jenkins"
from my slave i am able to do a git
Hello,
As the subject suggests, I am installing Jenkins CI on an Ubuntu Linux VM:
Unbuntu 10.04 LTS.
I've got Jenkins itself up and running, and I've installed Git and it is
running as it stands.
Now I want to persuade Jenkins to install Git. Supposedly I've got the Git
client plugin installe
Hello David,
Can you give us more details on how you installed your keystore? Did you
have a single keystore containing both self-signed and CA issued
certificates? What params did you pass to Jenkins at start-up?
--
JC
Le lundi 25 février 2013 17:11:24 UTC+1, David Doughty a écrit :
>
> I'v
I know this is an older thread, but I thought maybe somebody has news on
this matter... is there still no MSI-testing possibility around?
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails
I've beening running jenkins 1.466.12.1 as jenkins on RHEL6.2 (we don't
have root access), under https for a few weeks now, using a self signed
certificate, no problems, other than than the issues for end users and
their browsers. We have now been issued an offical certificate CA chain
root-int
Yes, I know that. But it would also be handy if a change that had security
implications at least had a link to the security advisory in the change log ;)
-Allen
On Feb 21, 2013, at 6:51 PM, Christopher Orr wrote:
> On 02/20/2013 06:36 PM, Stephen Connolly wrote:
>> I'm not complaining
Just wanted to know that the solution right below Richard's on the link below
worked like a charm. Thanks for all the help.
-Allen
On Feb 20, 2013, at 2:44 PM, "Fisher, Allen"
mailto:afis...@makemusic.com>> wrote:
There are quite a few examples of how to setup the configuration in
https://is
Or the use running Jenkins is not allowed to see that file. Those pesky file
permissions...
-- Sami
alok kumar kirjoitti 25.2.2013 kello 16.23:
> Hi,
> Try giving the ip address of the machine on which you have that srcsafe.ini
> and see if it works.
> I guess that the machine on which the jo
No, this is not what a multi-configuration job is for. Its purpose is to build
the *same* content, but in multiple configurations.
If you have three jobs that the multi-config job is dependent on, you should
make those separate jobs and set them as upstream/downstream of each other so
that Jenk
Hi,
Try giving the ip address of the machine on which you have that *srcsafe.ini
*and see if it works.
I guess that the machine on which the job is running isn't able to resolve *
inv23webapps4*.
Thanks
On Mon, Feb 25, 2013 at 5:11 PM, Share Point 2010
wrote:
> Hello,
>
> I am newbie in Jenkins.
If you can get to the failure reason from code, using the groovy template
feature of email-ext might work for you
Sent from my Windows Phone
--
From: Joern Boegeholz
Sent: 2/25/2013 6:04
To: jenkinsci-users@googlegroups.com
Subject: Email-Notification with build failure
Hi,
Using multi-configuration job, I am trying to have
- on the first axis my deps (deps0, deps1, deps2 and need to keep them
done in this order).
- on the second axis one my targets (t0, t1) order can be random here.
When I run my job, order seems to be random even with the option "Run each
To decouple syncing from the rcs and building multiple variants of our
project we use "trigger/call builds on other projects" as build trigger in
a "poll" job.
The poll job syncs and triggers multiple build jobs (e.g. release / debug
version)
It fails when one build job fails.
This approach min
Hi,
When I create a multi-configuration job in Jenkins, it creates a directory
called default inside jobs//workspace directory.
This is not the case with free-style jobs or Maven jobs. What should I do
to get rid of the default directory?
Thanks
--
You received this message because you are sub
I've solved it right now by linking selenium.log to dev/null
Am Freitag, 15. Februar 2013 17:43:41 UTC+1 schrieb bcla...@globalcloud.net:
>
> Having the same issue as well. Any info would be greatly appreciated!
>
> Ben
>
> On Tuesday, February 5, 2013 5:40:53 AM UTC-5, DarkRift wrote:
>>
>> I'll
+1
Thomas Fields
发件人: jenkinsci-users@googlegroups.com
2013-02-25 17:07
请答复 给
jenkinsci-users@googlegroups.com
收件人
jenkinsci-users@googlegroups.com
抄送
主题
Re: Matrix build performs full checkout
See https://issues.jenkins-ci.org/browse/JENKINS-12983 - please vote on
the issue and i
See https://issues.jenkins-ci.org/browse/JENKINS-12983 - please vote on the
issue and it might actually get fixed at some point.
On Thursday, 21 February 2013 18:27:18 UTC, Julian wrote:
>
> Hi, I could only find a really old post through Google about this, but I
> notice that the Master node, w
31 matches
Mail list logo