getting some stpe I did but its not coming to me. Please help.
>
>
> [04/07/15 16:47:35] [SSH] Opening SSH connection to 165.88.210.99:22.
>
> Connection refused: connect
Do you have the openssh-server package installed on your Ubuntu 12.04
desktop you're connecting to?
Marius
can start/restart with
>sudo service jenkins [re]start
I also recommend 'sudo apt-get install -f' in the middle, in case some
of the dependencies weren't satisfied before you did the dpkg -i.
Marius Gedminas
--
If you are smart enough to know that you're not smart enough t
h is
> successful so it ends up running things twice :)
>
> Ideally the hook would kick off my deployment, if that's successful then it
> would kick of my tests, etc. but I'm not sure of the correct way to wire
> that up.
Uncheck "Poll SCM" for jobs 2 and 3,
On Tue, Sep 16, 2014 at 08:11:16AM +0300, Marius Gedminas wrote:
> I've got a Jenkins job 'ivija-my360' that shows builds #1-#19 in the
> history sidebar, builds a build #20 every time I try to build it, and
> then forgets about it immediately.
...
> This is simila
eet the aforementioned
> requirements - as I am told that this is already a solved problem
> for many shops.
>
> BTW, we are pretty certain that we will need the following plugin:
> https://wiki.jenkins-ci.org/display/JENKINS/Github+pull+request+builder+plugin
>
> However, I am
a new one, which got number #25).
I'll see whether the fix works once my Jenkins gets through the build
queue, which will take a few hours (I'm moving to new slaves in fresh
VMs and am rebuilding EVERYTHING to make sure they're set up correctly).
It seems that OutOfOrderBuildMonitor
his?" help text
- Close button has both an "X" and a "Close" text overlapping each other
(and the text doesn't really fit)
- The shadow has very square edges, unlike popup menu shadows
- Vertical alignment between form fields and labels feels wrong, but
that's
stem time. How about changing your
builds to do
faketime -f '+7d' make test
or something like that? See http://github.com/wolfcw/libfaketime
(packaged for Ubuntu in the 'faketime' package).
(Of course LD_PRELOAD-based solutions only work for Linux builds. I've
no suggest
> > Thanks, Daniel but that did not help.
I got confused and thought you saw some other error with 1.562. But
you're still attempting to install 1.560. Why?
Marius Gedminas
--
Of course I use Microsoft. Setting up a stable unix network is no challenge ;p
signature.asc
Description: Digital signature
7;ll wait for 563 then. The releases are weekly, aren't they? (Another piece
of information I somehow didn't know about until today.)
> Hope that helps.
Yes, thank you.
Marius Gedminas
--
(Pdb) operationerr.w_value.w_value.w_value.w_value.w_value.w_value
Thread.run(SynchronousCommandTransport.java:48)
I never had this kind of problem before. Either my Ethernet suddenly became
less reliable, or it's a software issue.
I upgraded Jenkins to 1.560 on Apr 22, and to 1.561 on Apr 29. The
first failure of this kind happened on Apr 27.
Advice appreciated.
Marius Gedminas
--
--configure -a
it will tell you more about the failure.
> On Sunday, May 4, 2014 6:36:17 PM UTC+3, Daniel Beck wrote:
> > Wait for 1.562.
> >
> > https://issues.jenkins-ci.org/browse/JENKINS-22715
Marius Gedminas
--
(Why, oh! why is X not written in Lisp?)
-- Juliusz Chroboczek
signature.asc
Description: Digital signature
# sometimes tools that users want Jenkins to run need a shell,
# so use /bin/bash. See JENKINS-4830
addgroup --system --quiet $JENKINS_GROUP
adduser --system --quiet --home /var/lib/jenkins --no-create-home \
--ingroup $JENKINS_GROUP --disabled-password --shell
y it out, and do let me know your feedback.
A screenshot would be nice to have.
Marius Gedminas
--
I need a word processor on my laptop like I need a Selectric typewriter in my
laptop bag.
-- Don Marti
signature.asc
Description: Digital signature
Header edit Location ^http://([^/]+)/jenkins https://$1/jenkins
>
> # Authorization header inappropriately included for some
> reason when proxying
> # This causes Jenkins to repeatedly ask for login credentials
> RequestHeader unset Authorizat
ted
This is weird:
Order deny,allow
Allow from all
is Apache 2.0/2.2 syntax, no longer supported in 2.4 unless you enable a
compatibility module (which Debian/Ubuntu load by default).
Require all granted
is Apache 2.4 syntax, not supported in 2.2.
Why have both?
>
Marius Gedminas
--
EMACS is a good OS. The only thing it lacks is a decent text-editor.
signature.asc
Description: Digital signature
gt; To: jenkinsci-users@googlegroups.com
> At: Apr 9 2014 14:25:54
>
> Ah, no. Apologies, forgot to remove that. Initially I had it enabled
> as disabling it seemed to break the webhook feature. Today with
> Jobs:configure off, it seems to work fine.
>
> To clarify - Jobs:
o returns 403, IIRC.
> I've been poking around the settings for a while now but haven't turned up
> anything that looks suspicious.
I use Jenkins 1.558 with matrix-based security enabled. GitHub webhook
plugin works fine, once I turned off CSRF prevention. My security
matri
hes NoDecode
(I didn't know about this curl test and these requirements before this
thread, and so my configuration I pasted upthread didn't show them. I'm
somewhat curious why my Jenkins never complained about improper proxy
setup. Maybe I just dismissed that warning.)
Mari
thUserFile /etc/apache2/htpasswd
Require valid-user
I get the 'ProxyRequests Off' from Ubuntu's standard
/etc/apache2/mods-enabled/proxy.conf
Marius Gedminas
--
#define QUESTION ((bb) || !(bb)) /* Shakespeare */
signature.asc
Description: Digital signature
On Wed, Mar 12, 2014 at 08:07:56AM +0100, Dirk Heinrichs wrote:
> Am 12.03.2014 08:05, schrieb Marius Gedminas:
>
> > Be sure to also remove the /etc/init/jenkins.conf (since it's a
> > conffile, apt-get removing jenkins will leave it in place
>
> Not if you rem
installing the upstream version of the package.
Be sure to also remove the /etc/init/jenkins.conf (since it's a
conffile, apt-get removing jenkins will leave it in place -- and this
will break startup.) Another bug:
https://issues.jenkins-ci.org/browse/JENKINS-19329
Marius Gedminas
--
On Thu, Jan 16, 2014 at 09:33:34AM -0800, Kohsuke Kawaguchi wrote:
> On 01/16/2014 06:19 AM, Marius Gedminas wrote:
> >What about packaging? The Debian packages available from upstream start
> >the web server on the public IP right from the post-inst script, before
> >you g
ion
strategy for me.)
Should I file a bug? (I have filed a few bugs about packaging issues
(one involving data loss), but haven't seen any response at all after
many months, which made me stop caring. I have some small expertise
with Debian packaging, and I'm willing to post patches, if I
s://groups.google.com/d/msg/jenkinsci-users/dLr_1LRucGA/8stg_v9ofhUJ
HTH,
Marius Gedminas
--
The *REAL* Y2K is the year 2048.
signature.asc
Description: Digital signature
hing meaningful when browsed interactively, perhaps show
whether/when it was last accessed as a webhook.)
> Did I do something wrong or did I miss some settings?
The externally-accessible webhook URL bit, see above.
Marius Gedminas
--
(ಠಿ_ಠಿ)
signature.asc
Description: Digital signature
s problem.
> At the moment I use the following plugins:
>
> git
> github
> github oauth
>
> I tried a lot of things out, but nothing worked :-(
>
> I need help. PLEASE :-)
If you tell us precisely what you tried, maybe we can spot what went
wrong. Maybe.
Mar
e build job in Jenkins,
> and I've also verified that the service hook is working, Wondering if there
> are any obvious known issues I can check, that other users have ran into.
Maybe https://issues.jenkins-ci.org/browse/JENKINS-10263
Marius Gedminas
--
Power corrupts, but we need electricity.
signature.asc
Description: Digital signature
KINS-18797 dented mine. Luckily
I had all the configuration mirrored in Git, via
https://wiki.jenkins-ci.org/display/JENKINS/SCM+Sync+configuration+plugin
Marius Gedminas
--
...Unix, MS-DOS, and Windows NT (also known as the Good, the Bad, and
the Ugly).
-- Matt Welsh
signature.asc
Description: Digital signature
usr/java/latest/bin/java, /usr/local/bin/java, /usr/local/java/bin/java,
> /home/dmadaan/jdk/bin/java], and we also failed to install JDK as a fallback
You need to upgrade Java on the Linux machine. 1.4.2 is too old.
Marius Gedminas
--
Westheimer's Discovery:
A couple of months in
On Sat, Nov 23, 2013 at 03:55:44PM +0200, Marius Gedminas wrote:
> I'm trying to set up a Jenkins slave on Windows 2012. I can launch the
> slave agent using Java Web Start fine, but it fails to work when
> installed as a service.
>
> The problem shows up in c:\buildslave\j
changing the service to run as my user account.
I tried running the script from https://github.com/haron/startssl-java
in case my manual SSL cert installation procedure was wrong.
Nothing worked.
Help?
Marius Gedminas
--
I can barely exit nano.
-- Christian Neukirchen
signature.asc
Description: Digital signature
On Thursday, November 21, 2013 10:30:03 PM UTC+2, and...@wazoku.com wrote:
> Ah yes sorry I missed that..
> Now I followed the doc from that page but it still didn't work and left me
> in a half-configured state; I had to force a dpkg -i of the old package to
> fix it..
>
> Basically it was fail
33 matches
Mail list logo