Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <[email protected]>
  • Loading branch information
gaiksaya committed Nov 9, 2024
1 parent 844c11c commit 47fc97a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jenkins/opensearch/test-dist.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pipeline {
stage('build') {
parallel {
stage('build-and-test-linux-x64-tar') {
agent any
agent { label AGENT_LINUX_X64 }
steps {
script {
echo 'Stage 1'
Expand All @@ -42,7 +42,7 @@ pipeline {
}
}
stage('build-and-test-linux-arm64-tar') {
agent any
agent { label AGENT_LINUX_X64 }
steps {
script {
echo 'Stage 3'
Expand All @@ -58,7 +58,7 @@ pipeline {
}
}
stage('docker-build') {
agent any
agent { label AGENT_LINUX_X64 }
steps {
script {
waitUntil {
Expand Down

0 comments on commit 47fc97a

Please sign in to comment.