You've already forked sap-jenkins-library
							
							
				mirror of
				https://github.com/SAP/jenkins-library.git
				synced 2025-10-30 23:57:50 +02:00 
			
		
		
		
	wip
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user