diff --git a/Jenkinsfile b/Jenkinsfile index 00f38ea..c468291 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -162,7 +162,7 @@ pipeline { #job report cat ${previous_report_file} || echo "${previous_report_file} not available" - ls -lrt ${agent_root_folder}/ + ls -lrt ${AGENT_ROOT_FOLDER}/ echo "#Build ${PIPELINE_BUILD_NUMBER}" > ${JOB_REPORT} echo "#StartTime ${date}" >> ${JOB_REPORT} echo -e "JobName,Status" >> ${JOB_REPORT}