Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
Signed-off-by: Zelin Hao <[email protected]>
  • Loading branch information
zelinh committed Jan 6, 2025
1 parent 2ec708f commit c041911
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jenkins/opensearch/smoke-test.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ pipeline {
currentBuild.description = "$TEST_MANIFEST, $version, $architecture, $platform, $buildId, $distribution"

// Stash the current working directory files, aka opensearch-build repo
// Unstash later in each triggered stage to run integTest
stash includes: '**', name: "smoketest-opensearch-$BUILD_NUMBER"

timeout(time: 1, unit: 'HOURS') {
Expand Down

0 comments on commit c041911

Please sign in to comment.