]
Filip Brychta resolved SWSQE-927.
---------------------------------
Resolution: Done
Bash scripts called from jenkins pipeline can't use cd command
--------------------------------------------------------------
Key: SWSQE-927
URL:
https://issues.jboss.org/browse/SWSQE-927
Project: Kiali QE
Issue Type: Bug
Reporter: Filip Brychta
Assignee: Filip Brychta
Priority: Major
Labels: infrastructure
When running a bash script which contains 'cd' commands from jenkinsfile step sh,
some commands are not reflecting changed working directory. It's safer to use always
full paths.