Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Building in workspace /Users/buildagent/.jenkins/workspace/Granny
- using credential da981fe4-110f-435c-bd1e-e0a8ed59c46c
- > git rev-parse --is-inside-work-tree # timeout=10
- Fetching changes from the remote Git repository
- > git config remote.origin.url https://gitlab.com/rmgames/granny.git # timeout=10
- Fetching upstream changes from https://gitlab.com/rmgames/granny.git
- > git --version # timeout=10
- using GIT_ASKPASS to set credentials
- > git fetch --tags --force --progress -- https://gitlab.com/rmgames/granny.git +refs/heads/*:refs/remotes/origin/*
- > git rev-parse refs/remotes/origin/pro^{commit} # timeout=10
- > git rev-parse refs/remotes/origin/refs/heads/pro^{commit} # timeout=10
- Checking out Revision fa9cab0ce96b5538be35e16d05bb3c53a60fe919 (refs/remotes/origin/pro)
- > git config core.sparsecheckout # timeout=10
- > git checkout -f fa9cab0ce96b5538be35e16d05bb3c53a60fe919
- Commit message: "pro-version"
- > git rev-list --no-walk fa9cab0ce96b5538be35e16d05bb3c53a60fe919 # timeout=10
- > git remote # timeout=10
- > git submodule init # timeout=10
- > git submodule sync # timeout=10
- > git config --get remote.origin.url # timeout=10
- > git submodule init # timeout=10
- > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10
- > git config --get submodule.IdleStrongGranny/Assets/Swift Framework.url # timeout=10
- > git config -f .gitmodules --get submodule.IdleStrongGranny/Assets/Swift Framework.path # timeout=10
- > git submodule update --init --recursive --remote IdleStrongGranny/Assets/Swift Framework
- hudson.plugins.git.GitException: Command "git submodule update --init --recursive --remote IdleStrongGranny/Assets/Swift Framework" returned status code 1:
- stdout:
- stderr: error: The following untracked working tree files would be overwritten by checkout:
- README.md.meta
- Please move or remove them before you switch branches.
- Aborting
- Unable to checkout 'ffd38d0527a4d59917cdc3c13cbefe6c5d421515' in submodule path 'IdleStrongGranny/Assets/Swift Framework'
- at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2172)
- at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1864)
- at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:78)
- at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$7.execute(CliGitAPIImpl.java:1305)
- at hudson.plugins.git.extensions.impl.SubmoduleOption.onCheckoutCompleted(SubmoduleOption.java:108)
- Caused: java.io.IOException: Could not perform submodule update
- at hudson.plugins.git.extensions.impl.SubmoduleOption.onCheckoutCompleted(SubmoduleOption.java:113)
- at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1270)
- at hudson.scm.SCM.checkout(SCM.java:504)
- at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
- at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
- at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
- at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
- at hudson.model.Run.execute(Run.java:1815)
- at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
- at hudson.model.ResourceController.execute(ResourceController.java:97)
- at hudson.model.Executor.run(Executor.java:429)
- Finished: FAILURE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement