Skip to content
Snippets Groups Projects
Commit 06f436a0 authored by Lars Bilke's avatar Lars Bilke
Browse files

[Jenkins] Fixed typo in docset job.

parent a30bcf75
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ stage('Docset') { ...@@ -8,7 +8,7 @@ stage('Docset') {
cd docs cd docs
tar --exclude='.DS_Store' -cvzf ogs6.tgz ogs6.docset tar --exclude='.DS_Store' -cvzf ogs6.tgz ogs6.docset
""".stripIndend()) """.stripIndent())
archiveArtifacts 'build/docs/ogs6.tgz, build/docs/ogs6.xml' archiveArtifacts 'build/docs/ogs6.tgz, build/docs/ogs6.xml'
post.cleanup() post.cleanup()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment