1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-02-21 19:48:53 +02:00
This commit is contained in:
Marcus Holl 2019-05-21 12:45:46 +02:00
parent cc5cd1d047
commit d0e6b1a8ed
3 changed files with 2 additions and 2 deletions

View File

@ -579,7 +579,7 @@ def handleStep(stepName, prepareDefaultValuesStep, gse, customDefaults) {
File theStep = new File(stepsDir, "${stepName}.groovy")
File theStepDocu = new File(stepsDocuDir, "${stepName}.md")
File theStepDeps = new File('jenkins_workspace/result.json')
File theStepDeps = new File('documentation/jenkins_workspace/result.json')
if(!theStepDocu.exists()) {
System.err << "[WARNING] step docu input file for step '${stepName}' is missing.\n"

View File

@ -7,7 +7,7 @@ export CLASSPATH_FILE='target/cp.txt'
mvn clean test dependency:build-classpath -Dmdep.outputFile=${CLASSPATH_FILE} > /dev/null 2>&1
groovy "${d}steps" -in target/trackedCalls.json --out target/performedCalls.json
WS_OUT="$(pwd)/jenkins_workspace"
WS_OUT="$(pwd)/documentation/jenkins_workspace"
WS_IN=/workspace
REL_CALLS=calls.json