Sha256: 20c68a2f5035d857325a6f68166af2172e0734eea52ea22a421d1cac31d21af5
Contents?: true
Size: 655 Bytes
Versions: 8
Compression:
Stored size: 655 Bytes
Contents
pipeline { agent any stages { stage('Render html documentation') { steps { echo "workspace path: ${env.WORKSPACE}" // render html versions of all docs found under the 'docs' subdir // in the repo sh "giblish -n -f html -w ${env.WORKSPACE} -s giblish -r docgen/resources docs gendocs" } } // stage('Render pdf documentation') { // steps { // sh "giblish -n -f pdf -s vironova-theme -r scripts/adocgen/resources Documents/MiniTEM/third_party_software/ MiniTEM/Deployment/doc" // } // } } }
Version data entries
8 entries across 8 versions & 1 rubygems