Torsten Kleiber
Torsten Kleiber
I have seen now, that I have to configure input in confluence.with section to "build/html5/arc42-template.html". Then the error goes away! Question: How can I configure more than one file export?
Forget, have seen now that this an array!
I get this information from the docs. But I dont RTFM before. I only looked at the errors. In the documentation I see the commented Config.groovy. Maybe it will be...
- You can see my Jenkinsfile here: https://github.com/tkleiber/de.kleiber.demos.plsql.testing.unit/tree/develop - there you can see I use maven 3.2.5 and jdk 8u144 - Jenkins Versions is LTS 2.73.1 - git-commit-id-plugin is 2.2.3...
I have used now following workaround in my pom.xml for maven ``` ${git.branch} ``` From jenkins pipeline I call now following step ``` steps { sh 'mvn clean verify -Dbranch=$BRANCH_NAME'...
I did not override it, it is "https://github.com/rahmanusta/Asciidoc-RevealJs-Demo".
As already mentioned - I did not find configuration options for proxy in AsciidocFX.
Have tried this, but only with partial success. The log shows now: ``` DEBUG => Downloading template from: https://github.com/rahmanusta/Asciidoc-RevealJs-Demo DEBUG => Template provided: https://github.com/rahmanusta/Asciidoc-RevealJs-Demo ``` But there is no directory...
I try latest development version utPLSQL-cli-develop-201711161046.zip. There is no error shown in the output or log. But I get an exit code 1 from the call.
Our project files = this and another smaller whole DB schema! BTW I found no call to map these both together. We don't have sonar or coveralls at the moment...