Skip to content

Commit

Permalink
chore: Update jenkins agent specification
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoses committed Apr 10, 2023
1 parent 21da877 commit 18b582a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ pipeline {
agent {
docker {
image "us.gcr.io/logdna-k8s/node:${NODE_VERSION}-ci"
label 'ec2-fleet'
}
}

Expand Down Expand Up @@ -93,6 +94,7 @@ pipeline {
docker {
image "us.gcr.io/logdna-k8s/node:12-ci"
customWorkspace "${PROJECT_NAME}-${BUILD_NUMBER}"
label 'ec2-fleet'
}
}

Expand All @@ -113,6 +115,7 @@ pipeline {
docker {
image "us.gcr.io/logdna-k8s/node:12-ci"
customWorkspace "${PROJECT_NAME}-${BUILD_NUMBER}"
label 'ec2-fleet'
}
}

Expand Down

0 comments on commit 18b582a

Please sign in to comment.