Guest User

Untitled

a guest
Dec 18th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. Building in workspace C:UsersDELL.jenkinsworkspaceJenkinsGitTest
  2. > git.exe rev-parse --is-inside-work-tree # timeout=10
  3. Fetching changes from the remote Git repository
  4. > git.exe config remote.origin.url https://github.com/Satish152/GitTest.git # timeout=10
  5. Fetching upstream changes from https://github.com/Satish152/GitTest.git
  6. > git.exe --version # timeout=10
  7. > git.exe fetch --tags --progress https://github.com/Satish152/GitTest.git +refs/heads/*:refs/remotes/origin/*
  8. > git.exe rev-parse "refs/remotes/origin/master^{commit}" # timeout=10
  9. > git.exe rev-parse "refs/remotes/origin/origin/master^{commit}" # timeout=10
  10. Checking out Revision 2e7f307474859cf6d5a4323cf210fbdd8a63200b (refs/remotes/origin/master)
  11. > git.exe config core.sparsecheckout # timeout=10
  12. > git.exe checkout -f 2e7f307474859cf6d5a4323cf210fbdd8a63200b
  13. Commit message: "changes made in class name"
  14. > git.exe rev-list --no-walk fd6a75f2c57c49a45971fe35ec8b047910849b16 # timeout=10
  15. [JenkinsGitTest] $ cmd /c call C:UsersDELLAppDataLocalTempjenkins1401414693910390241.bat
  16.  
  17. C:UsersDELL.jenkinsworkspaceJenkinsGitTest>run.bat
  18.  
  19. C:UsersDELL.jenkinsworkspaceJenkinsGitTest>set classpath=H:workspaceGitHubTestbin;H:workspaceGitHubTestlib*;
  20.  
  21. C:UsersDELL.jenkinsworkspaceJenkinsGitTest>java -cp bin;lib* org.testng.TestNG testng.xml
  22. [TestNG] [ERROR]
  23. Cannot find class in classpath: gitTest.DemoGitTest
  24. Build step 'Execute Windows batch command' marked build as failure
  25. Finished: FAILURE
Add Comment
Please, Sign In to add comment