Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Divya Madala <[email protected]>
  • Loading branch information
Divyaasm committed Dec 6, 2023
1 parent 69ae753 commit 7e07c85
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions jenkins/opensearch/index.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ pipeline {
}
}
}
stage('build-and-test-linux-x64-tar') {
stage('build-and-test-linux-x64-zip') {
when {
beforeAgent true
expression {
Expand All @@ -130,16 +130,15 @@ pipeline {
agent {
docker {
label AGENT_LINUX_X64
image dockerAgent.image
args dockerAgent.args
image 'opensearchstaging/ci-runner:ci-runner-windows2019-servercore-opensearch-build-v1'
registryUrl 'https://public.ecr.aws/'
alwaysPull true
}
}
steps {
script {

echo "In build-and-test-linux-x64-tar stage"
echo "In build-and-test-windows-x64-zip stage"

}
}
Expand Down

0 comments on commit 7e07c85

Please sign in to comment.