On Sun, May 20, 2018 at 2:30 PM Kernel Panic <[email protected]> wrote:
> And this is the error I get when building the project > > Building on master in workspace /var/lib/jenkins/jobs/project-name/workspace > [workspace] $ /bin/sh -xe /tmp/jenkins1514082732430590998.sh > > That message says that you have a shell step (probably in a Freestyle job) that is executing on the master agent in the workspace /var/lib/jenkins/jobs/project-name/workspace*. * + git checkout master > fatal: Not a git repository (or any parent up to mount point > /var/lib/jenkins/jobs) > Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). > > The 'sh' step is calling command line git with the command "git checkout master". Command line git expects to find a git repository in /var/lib/jenkins/jobs/project-name/workspace. Command line does not see a git repository in /var/lib/jenkins/jobs/project-name/workspace and thus fails. If this is a Freestyle job that was defined to use the git plugin but now the git plugin is no longer able to be loaded, then that is probably an expected failure. You'll likely need to fix whatever is preventing the git plugin from being loaded. Mark Waite > Build step 'Execute shell' marked build as failure > Skipped archiving because build is not successful > Finished: FAILURE > > > > > El domingo, 20 de mayo de 2018, 16:54:48 (UTC-3), Mark Waite escribió: >> >> Have you checked in the "Plugin Manager" section of "Manage Jenkins" to >> confirm that there are no warnings about unsatisfied dependencies? >> >> I think that type of message might appear if a new git plugin were >> manually uploaded to a system that hadn't yet updated the git client plugin >> to the latest version. >> >> On Sun, May 20, 2018 at 1:50 PM Kernel Panic <[email protected]> wrote: >> >>> Hello >>> I inherited a server with git 2.107.3 installed, it seems the previous >>> admin upgraded it, now when I got to project config I get this error: >>> >>> org.apache.commons.jelly.JellyTagException: >>> jar:file:/var/cache/jenkins/war/WEB-INF/lib/jenkins-core-2.107.3.jar!/lib/hudson/project/config-scm.jelly:36:91: >>> <st:include> Type org.eclipse.jgit.transport.RemoteConfig not present >>> >>> If I scroll down to Source Management I do not see the git option, only >>> None, CVS, and CVS Project set. >>> If I got to Manage Jenkins / Configure System I get the same java error. >>> >>> The git plugin version is 3.9.0 and I do no see an option to downgrade, >>> so Im lost in here, any idea how can I troubleshoot this issue? >>> The servert is Debian 8.2 >>> >>> Thanks in advance >>> Regards >>> >>> -- >>> 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 [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/jenkinsci-users/44b9093d-75d9-4f3f-9a01-39d953c3a64c%40googlegroups.com >>> <https://groups.google.com/d/msgid/jenkinsci-users/44b9093d-75d9-4f3f-9a01-39d953c3a64c%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> -- > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/f3a61d48-a4ce-4547-89d3-eb8cb321b05d%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/f3a61d48-a4ce-4547-89d3-eb8cb321b05d%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAO49JtG_CPHYFmCWCLVd2efALF7jQB3j89mtamM46NJHGydgtQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
