If the "Clean after checkout" option you are referencing is the option from
the git plugin, then I would rather suggest that you should adapt and
maintain some form of build specific clean within your maven pom.xml,
rather than complicating the git plugin with inclusions and exclusions for
the oper
I'm using the "Clean after checkout" option a lot with my Gerrit verification
Maven jobs.
I also have these jobs use a local repository, sitting in the job's workspace.
Because of the "Clean after checkout" option set, the job's local repository
gets wiped and
the subsequent build has to time-c
Thanks got that working, changed my *.git/HEAD* in jenkins workspace with
file content
*ref: refs/heads/master*Jyotir
On Thursday, 13 February 2014 23:31:20 UTC+5:30, Kevin Fleming wrote:
>
> If you commit changes on a detached HEAD (this is a Git term that means
> you are not on any branch
If you commit changes on a detached HEAD (this is a Git term that means you are
not on any branch), then nothing can be pushed. Only branches (references) can
be pushed to another location.
Your build job needs to check out a specific branch, modify it, then push it
back.
- Original Messag
Hi
Please help me in this regards.
i dont know why after git commit the status revert to old revision and push
does not occur.
+ /usr/bin/git add .
+ /usr/bin/git status
# Not currently on any branch.
# Changes to be committed:
# (use "git reset HEAD ..." to unstage)
#
# new file: xxx
This looks very similar to the following bug which I filed recently:
https://issues.jenkins-ci.org/browse/JENKINS-21554
If you want to take a look and add your comments to the bug I'd appreciate
it.
Thanks!
Dan
On Thursday, February 13, 2014 4:28:40 AM UTC-8, Juha Syrjälä wrote:
>
> I am runn
Hey Julian, did you make it work? Please share =)
I have same issue and same versions as you.
Thx,
On Monday, January 20, 2014 8:19:41 AM UTC-7, Julian wrote:
>
> I'm facing the same problem with Jenkins v1.547 and the Promoted Builds
> v2.14.
>
> As there is no detailed log output to provide
Yeah I noticed that when I was pasting the json on my reply. Thanks, I will
check out what the cucumber people have to say about it.
On Thursday, February 13, 2014 9:35:23 AM UTC-6, James Nord (jnord) wrote:
>
> Hi Josh,
>
>
>
> There’s no results at all in that json file – so the plugin won’t
Hi Josh,
There’s no results at all in that json file – so the plugin won’t know if it
ran ok or failed.
I would ask on the cucumber mailing list why the ruby implantation is missing
this vital information (unless I am missing something..)
/James
From: jenkinsci-users@googlegroups.com
[ma
I have a user who used to have his email address typo'd in his git
configuration. He fixed it months ago, but Jenkins continues to send to the
wrong address when the build fails, if one of his commits is in the list of
changes. The email address even shows up correctly when I 'git show '
for th
I am deployin using maven jetty
jetty:run-war -X -Dmaven.test.skip=true -Denv=dev
-Djetty.home="/ngs/app/jetty7.4.4/tmp0"
-Dinstall.jetty.home="/path/jetty7.4.4/" -DVERBOSE -Djetty.port=8090
-DSTOP.PORT=8091 -DSTOP.KEY=secret
Logs:
[INFO] Started Jetty Server
===After this it gets
1. I did have git plugin installed
2. I am very new,... what is the full stacktrace?
Is it from the console output of the job?
Lily
From: jenkinsci-users@googlegroups.com [jenkinsci-users@googlegroups.com] on
behalf of nicolas de loof [nicolas.del...@gmail.com]
S
I am using the cucumber ruby implementation and its version 1.3.10. I am
using an Scenario Outline with Examples. I am trying to switch to this
reporting plugin because the other Cucumber Reports plugin can't handle
Scenario Outlines right and always fails the build.
Scenario Outline: Verify th
Hi
I am newbie to jenkins, and since morning I am trying to push changes to
git repositories, but after git commit, it just does not executes git push
command in pre build scm.
I have tried tit publisher in post script but then build process just
checks-out stable release available to him and
Looks like you have an old version of the Mailer plugin installed.
https://issues.jenkins-ci.org/browse/JENKINS-20954
On Thu, Feb 13, 2014 at 6:14 AM, João Francisco Amorim Enomoto <
jfaenom...@gmail.com> wrote:
> Reporting an issue while running a build and doing some post build steps
> (buil
Reporting an issue while running a build and doing some post build
steps (build went successful) on my Jenkins instance. Just doing what
error message tells me to do.
I'm using Jenkins 1.544.
ERROR: Processing failed due to a bug in the code. Please report this
to jenkinsci-us...@googlegroups.c
I am running Jenkins as a standalone app.
On Thursday, February 13, 2014 2:26:32 PM UTC+2, Juha Syrjälä wrote:
>
> I don't see anything even remotely related in jenkins.log
>
> There this when the job is triggered, but there no corresponding SUCCESS
> or FAILURE message.
> Feb 13, 2014 12:52:14 P
I don't see anything even remotely related in jenkins.log
There this when the job is triggered, but there no corresponding SUCCESS or
FAILURE message.
Feb 13, 2014 12:52:14 PM hudson.triggers.SCMTrigger$Runner run
INFO: SCM changes detected in my-app. Triggering #201
The job is running on a sla
Sorry, I meant the Jenkins logs. How are you running Jenkins? Are you
running under Tomcat or another container, or just standalone?
On Thu, Feb 13, 2014 at 4:39 AM, Juha Syrjälä wrote:
> There is no stack trace, the log I posted is the end of the jenkins
> console log. It seems that something i
There is no stack trace, the log I posted is the end of the jenkins console
log. It seems that something is catching the exception and just logging the
exception.getMessage() and not the full stack trace.
On Thursday, February 13, 2014 1:09:28 PM UTC+2, slide wrote:
>
> Is there any additional
Is there any additional information in the Jenkins logs? Perhaps a full
stack trace?
On Thu, Feb 13, 2014 at 3:00 AM, Juha Syrjälä wrote:
> Hello,
>
> I am experiencing this NullPointerException when using Jenkins 1.509.4,
> not tested with other Jenkins versions. Exception comes at the end of t
Hello,
I am experiencing this NullPointerException when using Jenkins 1.509.4, not
tested with other Jenkins versions. Exception comes at the end of the job
after doing archiving. This doesn't happen every time, but for example 3
out of 4 executions.
Any idea if this is known problem or any wo
Do you use a clean workspace each time (requiring a clone rather than fetch)?
I found a non-clean workspace + fetch worked – but clean workspace + clone
failed.
This however have been fixed in 2.0.1
From: jenkinsci-users@googlegroups.com
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Ro
you should be able to use credentials in URL (legacy mode).
Please attach full stacktrace
2014-02-12 21:27 GMT+01:00 Kevin Fleming (BLOOMBERG/ 731 LEXIN) <
kpflem...@bloomberg.net>:
> You cannot include credentials in the repository URL. They must be
> specified in the 'credentials' area of the
24 matches
Mail list logo