Save the build directory

add_jenkins_pipeline
Eugene Kim 6 years ago
parent 8a2bd4afb7
commit 32b5022e75
  1. 5
      Jenkinsfile

5
Jenkinsfile vendored

@ -37,5 +37,10 @@ tr \'\\n\' \'\\0\' | \\
xz -9 > mcl.cpio.xz'''
}
}
stage('Save Build') {
steps {
archiveArtifacts 'build/**'
}
}
}
}
Loading…
Cancel
Save