Skip to content

Instantly share code, notes, and snippets.

@lyenliang
Created April 25, 2017 09:30
Show Gist options
  • Save lyenliang/383edfff7a9c4fd9f8ed22dec8ff3acc to your computer and use it in GitHub Desktop.
Save lyenliang/383edfff7a9c4fd9f8ed22dec8ff3acc to your computer and use it in GitHub Desktop.
[INFO] Checking in modified POMs...
[INFO] Executing: cmd.exe /X /C "git add -- pom.xml"
[INFO] Working directory: C:\jenkins\display-console-output\display-console-output
[INFO] Executing: cmd.exe /X /C "git rev-parse --show-toplevel"
[INFO] Working directory: C:\jenkins\display-console-output\display-console-output
[INFO] Executing: cmd.exe /X /C "git status --porcelain ."
[INFO] Working directory: C:\jenkins\display-console-output\display-console-output
[WARNING] Ignoring unrecognized line: ?? bin/
[INFO] Executing: cmd.exe /X /C "git commit --verbose -F C:\Users\fuco\AppData\Local\Temp\maven-scm-1009006819.commit pom.xml"
[INFO] Working directory: C:\jenkins\display-console-output\display-console-output
[INFO] Executing: cmd.exe /X /C "git symbolic-ref HEAD"
[INFO] Working directory: C:\jenkins\display-console-output\display-console-output
[INFO] Executing: cmd.exe /X /C "git push lyenliang:********@github.com:jenkinsci/display-console-output-plugin.git refs/heads/master:refs/heads/master"
[INFO] Working directory: C:\jenkins\display-console-output\display-console-output
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:40 min
[INFO] Finished at: 2017-04-25T16:55:31+08:00
[INFO] Final Memory: 19M/265M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.5.3:prepare (default-cli) on project display-console-output: Unable to commit files
[ERROR] Provider message:
[ERROR] The git-push command failed.
[ERROR] Command output:
[ERROR] ssh: Could not resolve hostname lyenliang: Name or service not known
[ERROR] fatal: Could not read from remote repository.
[ERROR]
[ERROR] Please make sure you have the correct access rights
[ERROR] and the repository exists.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment