Hello list
I have a Django project running builds every day. My build process has a
shell command that compiles and install all my requirements located in
requirements/*.txt.
I would like to run the shell command only if these files were changed. It
is consuming like 3 minutes and I am using Gi
Thank you Daniel
Den 21. mars 2014 19.51 skrev "Daniel Beck" følgende:
> The link is wrong. You used the component 'reverse-proxy-auth' (likely
> correct), while the link points to a report using
> 'reverse-proxy-auth-plugin'.
>
> Try this one:
> https://issues.jenkins-ci.org/secure/IssueNavigato
Can you try replacing 127.0.0.1 with actual ip of the box or change it
to localhost. I remember a problem sometimes back where definition of
localhost was different for java and c code. Don't remember the exact
details, but changing it localhost did make it work.
On 03/20/2014 09:05 AM, Dennis
Assuming all your build artifacts are archived in Jenkins, the easiest solution
is probably another job that copies them over using Copy Artifact plugin to do
some work. There's also a build selector parameter type you could use to
determine which build of the original job to copy from.
On 21.0
Hi,
On 20/03/2014 16:05, Dennis Jacobfeuerborn wrote:
Hi,
I just installed a fresh Jenkins behind Apache httpd and while Jenkins
is available it tells me "It appears that your reverse proxy set up is
broken." but I don't know why.
I came across the same problem earlier today. My setup had been
I have a variety of tasks that I need to perform occasionally on build
products. For example, I might need to re-provision one of our old iOS
builds with the latest profile to test upgrade scenarios or reproduce a
bug. I'd really like to be able to set up buttons in the build results
view tha
I finally got it to work. I did not realize i needed to create Selenium
Grid configurations in Jenkins, and tie that name to the "label" in the
node that i created. Once i did that i was able to finally get them to run.
Thank you for your help!
On Friday, March 21, 2014 1:08:42 PM UTC-4, slp
The link is wrong. You used the component 'reverse-proxy-auth' (likely
correct), while the link points to a report using 'reverse-proxy-auth-plugin'.
Try this one:
https://issues.jenkins-ci.org/secure/IssueNavigator.jspa?mode=hide&reset=true&jqlQuery=project+%3D+JENKINS+AND+status+in+(Open%2C+"I
On 20.03.2014, at 17:05, Dennis Jacobfeuerborn
wrote:
> I just installed a fresh Jenkins behind Apache httpd and while Jenkins is
> available it tells me "It appears that your reverse proxy set up is broken."
> but I don't know why.
Does the error message show up after you access 'Manage Jen
No. Only if i run the acutal selenium node will i see those show up. If i
just launch the slave from Jenkins nothing ever appears in that list under
the Selenium Grid Link. I cannot figure out why.
On Friday, March 21, 2014 12:03:41 PM UTC-4, LesMikesell wrote:
> Hmmm, looking at mine, eve
So, there is no test suite for pipeline testing, right?
On Mon, Mar 10, 2014 at 1:01 PM, Andrey Brindeyev <
abrinde...@griddynamics.com> wrote:
> Hi, everybody!
>
> I have an overly complicated pipeline which depends on external services.
>
> I need to choose an approach on that pipeline testing.
Hmmm, looking at mine, everything seems to be using :. Are the
registered remote controls showing up when you click the selinum grid
link?
On Fri, Mar 21, 2014 at 10:52 AM, slpoole1 wrote:
> The firewall is turned off, checked that as well.
>
>
> On Friday, March 21, 2014 11:38:53 AM UTC-4,
The firewall is turned off, checked that as well.
On Friday, March 21, 2014 11:38:53 AM UTC-4, LesMikesell wrote:
> On Fri, Mar 21, 2014 at 10:30 AM, slpoole1 >
> wrote:
> >>
> > 1. System.InvalidOperationException : Error forwarding the new session
> > Error forwarding the request Connec
HI Friends,
We are conducting a session on "Mastering Continuous Integration with
Jenkins in 4 hours". I will cover every thing about jenkins starting from
installation to configuration and using Jenkins for continuous deployment.
Below is the url to register
https://www.eventbrite.com/e/maste
On Fri, Mar 21, 2014 at 10:30 AM, slpoole1 wrote:
>>
> 1. System.InvalidOperationException : Error forwarding the new session
> Error forwarding the request Connection to http://ipaddress: refused
Host firewal on the node running the browser for selenium?
--
Les Mikesell
lesmikes..
I have Jenkins ver 1.555
I installed the Selenium Plugin 2.3
And I am using selenium 2.40 webdriver c#.
After installing the selenium plug in I configured a new node (to another
VM). I log onto that VM and launch the node. It says “connected”
I then go back to Jenkins and see it connec
On Thu, Mar 20, 2014 at 09:05:47AM -0700, Dennis Jacobfeuerborn wrote:
> I just installed a fresh Jenkins behind Apache httpd and while Jenkins is
> available it tells me "It appears that your reverse proxy set up is
> broken." but I don't know why.
https://wiki.jenkins-ci.org/display/JENKINS/Je
Thank you so much, and finally I know why it fails.
I have to parse the output manually, I guess.
--
Levski Weng
www.levskiweng.me
On Fri, Mar 21, 2014 at 08:23:48AM +0100, Mike Bayliss wrote:
| After an example of including the failure cause in the email was posted to
| this last last Decembe
Hi,
this is a fixed issue (https://issues.jenkins-ci.org/browse/JENKINS-14247).
Vincent
2014-03-20 8:20 GMT+01:00 Amir Misgav :
>
> use full path to cleartool.
> Example :"C:/Program Files/IBM/RationalSDLC/ClearCase/bin/cleartool.exe
>
> Amir
>
> --
> You received this message because you are
hi
Having just filled a ticket [1] in Jira for the Reverse Proxy Auth Plugin.
I checked the "Open Issues" link from the wiki page [2] and it did not
display my just submitted Jira ticket.
Have I done something wrong or have is the link in the wiki page wrong?
Åsmund
--
[1] https://issues.jenk
I would update the plugin. There was a fix I in 2.35 related to this:
2.35 (October 12, 2013)
• Refactored descriptor to follow recommended method
• Added tests for global config default values
• Updated to latest LTS for parent version
• Updated exclusion list to be for fu
what version of the email-ext plugin are you on?
- Original Message -
From: sonar...@gmail.com
To: jenkinsci-users@googlegroups.com
Sent: Friday, March 21, 2014 6:56:19 AM
Subject: Editable Email Notification parameters are not saved
Hi everyone,
I am trying to modify the default
What version of email-ext?
On Mar 21, 2014 4:56 AM, wrote:
> Hi everyone,
>
> I am trying to modify the default parameters in "Editable Email
> Notification" section in post builds actions of a job. Modifications are
> simply NOT saved.
>
> Here is what is shown by default:
>
> Project Recipient
Hi everyone,
I am trying to modify the default parameters in "Editable Email
Notification" section in post builds actions of a job. Modifications are
simply NOT saved.
Here is what is shown by default:
Project Recipient List: $DEFAULT_RECIPIENTS
Project Reply-To List: $DEFAULT_REPLYTO
Con
Hi - has anyone gotten the copy artifact plugin working with dynamic
project names?
--
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+unsubscr...@
After an example of including the failure cause in the email was posted to
this last last December I tried to get it working. Eventually I contacted
the owner of the build failure plugin off list and received an explanation
that this will never work because the build failure analyzer always runs
af
26 matches
Mail list logo