We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 932894f commit b401ae7Copy full SHA for b401ae7
1 file changed
ruby/ruby-build-pipeline.groovy
@@ -91,7 +91,7 @@ pipeline {
91
}
92
93
stash(name: "scripts-${PLATFORM}-${CB_RUBY_VERSION}", includes: "bin/jenkins/*")
94
- stash(name: "tests-${PLATFORM}-${CB_RUBY_VERSION}", includes: "test/*,test_data/*")
+ stash(name: "tests-${PLATFORM}-${CB_RUBY_VERSION}", includes: "Gemfile,test/**/*,test_data/**/*")
95
96
97
0 commit comments