Adds artifact to generate

This commit is contained in:
zontreck 2024-07-08 23:53:44 -07:00
parent 16c9ba0769
commit 50a6523d49

6
Jenkinsfile vendored
View file

@ -24,7 +24,9 @@ pipeline {
} }
} }
} }
archiveArtifacts { post {
artifacts: 'docs.tgz' always {
archiveArtifacts artifacts: 'docs.tgz' onlyIfSuccessful: true
}
} }
} }