Skip to content

Commit b401ae7

Browse files
committed
ruby: fix include expression for tests stash
1 parent 932894f commit b401ae7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ruby/ruby-build-pipeline.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ pipeline {
9191
}
9292
}
9393
stash(name: "scripts-${PLATFORM}-${CB_RUBY_VERSION}", includes: "bin/jenkins/*")
94-
stash(name: "tests-${PLATFORM}-${CB_RUBY_VERSION}", includes: "test/*,test_data/*")
94+
stash(name: "tests-${PLATFORM}-${CB_RUBY_VERSION}", includes: "Gemfile,test/**/*,test_data/**/*")
9595
}
9696
}
9797
}

0 commit comments

Comments
 (0)