0

(sorry for my english)

I have a job Jenkins that executes a script that will check free space on different tablespaces of a Oracle Database,then put in a file with a good layout.

Finally, jenkins job will publish the file contained in the wiki Confluence .

My problem is that the layout does not stay ... I tested several solutions but nothing happens

please help me :)

1 Answers1

0

You can accomplish this quite easily with the Confluence REST API

Have your jenkins job create the file (or generate the content). Then in an "execute shell" simply call the confluence REST API with curl, and either create a page with the content, or upload the file as an attachment.

This This question will help you too.

Community
  • 1
  • 1
Somaiah Kumbera
  • 7,063
  • 4
  • 43
  • 44