Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
Signed-off-by: Divya Madala <[email protected]>
  • Loading branch information
Divyaasm committed Mar 7, 2024
1 parent a9c2a8b commit 14bc093
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/jenkins/jobs/InputManifest_Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ pipeline {
echo inputManifest.build.version
echo inputManifest.build.getFilename()
echo inputManifest.getSHAsRoot('bundle-build')
def componentNames = inputManifest.getNames()
echo componentNames.join(', ')
echo inputManifest.getRepo('OpenSearch')
echo inputManifest.getRepo('dashboards-reports')
}
}
}
Expand Down
6 changes: 6 additions & 0 deletions tests/jenkins/jobs/InputManifest_Jenkinsfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,9 @@
InputManifest_Jenkinsfile.echo(opensearch)
InputManifest.getSHAsRoot(bundle-build)
InputManifest_Jenkinsfile.echo(bundle-build/1.2.0/shas)
InputManifest.getNames()
InputManifest_Jenkinsfile.echo(index-management, job-scheduler, anomaly-detection, performance-analyzer, common-utils, cross-cluster-replication, asynchronous-search, OpenSearch, alerting, sql, security, k-NN, dashboards-reports, opensearch-observability)
InputManifest.getRepo(OpenSearch)
InputManifest_Jenkinsfile.echo(https://github.com/opensearch-project/OpenSearch.git)
InputManifest.getRepo(dashboards-reports)
InputManifest_Jenkinsfile.echo(https://github.com/opensearch-project/dashboards-reports.git)

0 comments on commit 14bc093

Please sign in to comment.