JazzForumWelcome to the Jazz Community Forum
Connect and collaborate with IBM Engineering experts and users
Help with error Check the log for details about the error at "/var/lib/jenkins/.jazz-scm". If you have configured custom logging check your log configuration settings for the path to the log file.
Help with error Check the log for details about the error at "/var/lib/jenkins/.jazz-scm". If you have configured custom logging check your log configuration settings for the path to the log file.
Building in workspace /var/lib/jenkins/jobs/shell/workspace
[workspace] $ /bin/bash /tmp/hudson9068519956279807045.sh
Logged in to https://jazz.
Problem running 'share':
Share attempt failed.
Error getting sharing path
Check the log for details about the error at "/var/lib/jenkins/.jazz-scm". If you have configured custom logging check your log configuration settings for the path to the log file.
source code in Jenkins build.
#!/bin/bash
#/opt/IBM/jazz/scmtools/eclipse/lscm help add
/opt/IBM/jazz/scmtools/eclipse/lscm login -r -n local -u ---- -P ----
#/opt/IBM/jazz/scmtools/eclipse/lscm create stream -r local "Fluxoteste" --projectarea "DevOps (CCM)"
#/opt/IBM/jazz/scmtools/eclipse/lscm create ws "workspaceteste" -s "Fluxoteste" -r local
#/opt/IBM/jazz/scmtools/eclipse/lscm load -r local workspaceteste
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means.
Learn more here.
Comments
Lily Wang
Sep 29 '16, 8:16 p.m.Please clarify what operation you tried and what exact error you got.
Lily Wang
Sep 29 '16, 8:18 p.m.BTW, in my RTC and Jenkins integration build environment, I used RTC build toolkit to load the source code and I don't see ".jazz-scm" folder.
caroline oliveira
Mar 10 '17, 5:26 p.m.source code in Jenkins build.Lily Wang
Oct 09 '16, 7:46 p.m.It seems lscm commands are called in a shell script during Jenkins build.
caroline oliveira
Oct 20 '16, 8:10 a.m.Hi