在Jenkins服务中更改帐户后,无法再使用Jenkins进行部署

时间:2018-06-06 09:55:58

标签: jenkins github jenkins-pipeline

我是Jenkins en GIT的新手,之前管理它的人不再在这里了。我们必须更改服务帐户,因为其他帐户是用户帐户。在我们更改Jenkins服务的登录后,我们无法再部署。

我们收到以下错误:

 org.jvnet.winp.WinpException: Process with pid=6416 is not a 32bit process (or it is not running). Cannot query it from a 32bit library error=268435458 at envvar-cmdline.cpp:183
    at org.jvnet.winp.Native.getCmdLine(Native Method)
    at org.jvnet.winp.WinProcess.parseCmdLine(WinProcess.java:132)
    at org.jvnet.winp.WinProcess.getCommandLine(WinProcess.java:107)
    at hudson.util.ProcessTree$WindowsOSProcess.getArguments(ProcessTree.java:451)
    at hudson.plugins.msbuild.MsBuildKillingVeto.vetoProcessKilling(MsBuildKillingVeto.java:56)
    at hudson.util.ProcessTree$OSProcess.getVeto(ProcessTree.java:243)
    at hudson.util.ProcessTree$WindowsOSProcess.killRecursively(ProcessTree.java:429)
    at hudson.util.ProcessTree.killAll(ProcessTree.java:146)
    at hudson.Proc$LocalProc.destroy(Proc.java:384)
    at hudson.Proc$LocalProc.join(Proc.java:357)
    at hudson.Proc.joinWithTimeout(Proc.java:170)
    at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1920)
Caused: hudson.plugins.git.GitException: Error performing git command
    at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1933)
    at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1643)
    at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
    at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:352)
    at jenkins.plugins.git.GitSCMFileSystem$BuilderImpl.build(GitSCMFileSystem.java:351)
    at jenkins.scm.api.SCMFileSystem.of(SCMFileSystem.java:196)
    at jenkins.scm.api.SCMFileSystem.of(SCMFileSystem.java:172)
    at org.jenkinsci.plugins.workflow.cps.CpsScmFlowDefinition.create(CpsScmFlowDefinition.java:99)
    at org.jenkinsci.plugins.workflow.cps.CpsScmFlowDefinition.create(CpsScmFlowDefinition.java:59)
    at org.jenkinsci.plugins.workflow.job.WorkflowRun.run(WorkflowRun.java:263)
    at hudson.model.ResourceController.execute(ResourceController.java:97)
    at hudson.model.Executor.run(Executor.java:429)
Finished: FAILURE

有人可以帮我们解决这个问题吗?我认为问题是它无法访问Git。我可以使用serviceaccount

登录GIT

0 个答案:

没有答案