mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-02-21 19:48:53 +02:00
wip
This commit is contained in:
parent
cc5cd1d047
commit
d0e6b1a8ed
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user