Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
Signed-off-by: Divya Madala <divyaasm@amazon.com>
  • Loading branch information
Divyaasm committed Mar 7, 2024
1 parent a9c2a8b commit 5baf9ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/jenkins/jobs/InputManifest_Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ pipeline {
echo inputManifest.build.version
echo inputManifest.build.getFilename()
echo inputManifest.getSHAsRoot('bundle-build')
echo inputManifest.getRepo('OpenSearch')
echo inputManifest.getRepo('dashboards-reports')
}
}
}
Expand Down
4 changes: 4 additions & 0 deletions tests/jenkins/jobs/InputManifest_Jenkinsfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@
InputManifest_Jenkinsfile.echo(opensearch)
InputManifest.getSHAsRoot(bundle-build)
InputManifest_Jenkinsfile.echo(bundle-build/1.2.0/shas)
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 5baf9ec

Please sign in to comment.