Skip to content

Commit 13726c2

Browse files
authored
Add archive artifacts to stanc3 binary builder
1 parent d26f65e commit 13726c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile-test-binaries

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ pipeline {
191191
sh "mv _build/default.windows/src/stan2tfp/stan2tfp.exe bin/windows-stan2tfp"
192192

193193
stash name:'windows-exe', includes:'bin/*'
194+
archiveArtifacts 'bin/*'
194195
}
195196
post {always { runShell("rm -rf ./*")}}
196197
}

0 commit comments

Comments
 (0)