Changes in Jenkinsfile [cc9ec56:a33dcd5]
- File:
-
- 1 edited
-
Jenkinsfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
rcc9ec56 ra33dcd5 29 29 BuildDir = pwd tmp: true 30 30 SrcDir = pwd tmp: false 31 currentBuild.description = "${currentBuild.description} on ${env.NODE_NAME}"32 31 33 32 Tools.Clean() … … 172 171 echo "Archiving core dumps" 173 172 dir (BuildDir) { 174 def exists = fileExists 'tests/crashes' 175 if( exists ) { 176 sh """${SrcDir}/tools/jenkins/archive-gen.sh""" 177 archiveArtifacts artifacts: "tests/crashes/**/*,lib/**/lib*.so*,setup.sh", fingerprint: true 178 } 173 archiveArtifacts artifacts: "tests/crashes/**/*,lib/**/lib*.so*", fingerprint: true 179 174 } 180 175 throw err
Note:
See TracChangeset
for help on using the changeset viewer.