linux - Shell Error: Jenkins not reading sub command -


for reason, jenkins having issues running section of code:

svn merge --reintegrate ../branches/${branch_to_merge} --username "${ldap_user_id}" --password "${ldap_user_passwd}" >$logfile 2>&1 

however when written below...it works!!!?

cd ${workspace}/workspace/trunk

svn merge ../branches/${branch_to_merge} --username "${ldap_user_id}" --password "${ldap_user_passwd}" >$logfile 2>&1 

am missing something?


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -