draft
This commit is contained in:
parent
6e0b343de3
commit
9bbff158c0
@ -27,8 +27,13 @@ generateJavaDoc:
|
|||||||
tags:
|
tags:
|
||||||
- dind
|
- dind
|
||||||
script:
|
script:
|
||||||
|
- pwd
|
||||||
|
- gradle --version
|
||||||
- echo "Generating Javadoc..."
|
- echo "Generating Javadoc..."
|
||||||
- gradle generateJavaDoc
|
- gradle generateJavaDoc
|
||||||
|
- ls -la docs/javadoc/ || echo "Javadoc directory does not exist"
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- redaction-service-v1/redaction-service-server-v1/docs/javadoc/
|
- docs/javadoc/
|
||||||
|
- build/ # Temporarily upload the whole build directory for inspection
|
||||||
|
rules:
|
||||||
Loading…
x
Reference in New Issue
Block a user