Browse Source

Add Jenkinsfile for Jenkins CI

pull/5/head
JT 1 year ago
parent
commit
87501dca6e
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

@ -22,4 +22,4 @@ node("Windows") {
stage ('Archive Artifacts') {
archiveArtifacts artifacts: 'out/**/*.*', followSymlinks: false
}
}
}

Loading…
Cancel
Save