FATAL: Unable to run checkout callout dimension;jenkins in linux env -


i having issues jenkins while setting job in linux machine. in windows machine working fine. here console output linux , windows, thank in advance. dimension project using test:test , folder monitor 'testapp'

---linux machine console error---  started user  [envinject] - loading node environment variables. building in workspace /opt/jenkins/workspace/testapp deleting project workspace... done [dimensions] running checkout on master... [dimensions] running build in '/opt/jenkins/workspace/testapp'... [dimensions] checking out project "test:test"... [dimensions] checking out directory 'testapp'... fatal: unable run checkout callout - dimension command failed -    (update /brief /dir="testapp"/workset="test:test" /user_dir="/opt/jenkins/workspace/testapp" )     (using current project 'test:test'. using '/opt/jenkins/workspace/testapp/' project work area. cor0006326e error: project 'test:test' not contain specified directory 'testapp' scanning repository: 0.00 sec getting project: 0.00 sec )finished: failure   -------- windows machine success---- started user anonymous building in workspace c:\users\order\.jenkins\workspace\testapp [dimensions] running checkout on master... [dimensions] running build in 'c:\users\order\.jenkins\workspace\testapp'... [dimensions] removing 'file:/c:/users/order/.jenkins/workspace/testapp/'... [dimensions] checking out project "test:test"... [dimensions] checking out directory 'testapp'... [dimensions] (note: dimensions command output -  [dimensions] success: using current project 'test:test'. [dimensions] using 'c:\users\order\.jenkins\workspace\testapp\'   project work area. [dimensions] scanning repository: 0.24 sec [dimensions] scanning local work area: 0.28 sec [dimensions]       updated 'c:\users\order\.jenkins\workspace\testapp\testapp\.project' using   item 'test:project--1329969986.a-dat;1' 

i able rid of issue removing entry against folder monitor option. checkout code dimension. pre step-->> execute shell helpful. strangely, when provided pwd (present working directory) check directory available, showing testapp.


Comments

Popular posts from this blog

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -