@@ -192,7 +192,7 @@ pipeline {
192
192
}
193
193
post {
194
194
always {
195
- recordIssues(
195
+ recordIssues(
196
196
id : " lint_doc_checks" ,
197
197
name : " Linting & Doc checks" ,
198
198
enabledForFailure : true ,
@@ -264,8 +264,8 @@ pipeline {
264
264
SET \" PATH=C:\\ PROGRA~1\\ R\\ R-4.1.2\\ bin;%PATH%\"
265
265
SET \" PATH=C:\\ PROGRA~1\\ Microsoft^ MPI\\ Bin;%PATH%\"
266
266
SET \" MPI_HOME=C:\\ PROGRA~1\\ Microsoft^ MPI\\ Bin\"
267
- mingw32- make.exe -f lib/stan_math/make/standalone math-libs
268
- mingw32- make.exe -j${ PARALLEL} test-headers
267
+ make.exe -f lib/stan_math/make/standalone math-libs
268
+ make.exe -j${ PARALLEL} test-headers
269
269
"""
270
270
setupCXX(false , WIN_CXX , stanc3_bin_url())
271
271
runTestsWin(" src/test/unit" )
@@ -448,7 +448,7 @@ pipeline {
448
448
SET \" PATH=C:\\ PROGRA~1\\ Microsoft^ MPI\\ Bin;%PATH%\"
449
449
SET \" MPI_HOME=C:\\ PROGRA~1\\ Microsoft^ MPI\\ Bin\"
450
450
cd performance-tests-cmdstan/cmdstan
451
- mingw32- make.exe -j${ PARALLEL} build
451
+ make.exe -j${ PARALLEL} build
452
452
cd ..
453
453
python ./runPerformanceTests.py -j${ PARALLEL} ${ integration_tests_flags()} --runs=0 stanc3/test/integration/good
454
454
python ./runPerformanceTests.py -j${ PARALLEL} ${ integration_tests_flags()} --runs=0 example-models
@@ -496,7 +496,7 @@ pipeline {
496
496
post {
497
497
always {
498
498
node(" linux" ) {
499
- recordIssues(
499
+ recordIssues(
500
500
id : " pipeline" ,
501
501
name : " Entire pipeline results" ,
502
502
enabledForFailure : true ,
0 commit comments