Skip to content

Commit

Permalink
RT-1583: Updated the jenking agent (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
yashpmohod authored Sep 26, 2024
1 parent 6ff9049 commit 2fd1328
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pipeline {
agent any
agent { label 'ecs' }
options {
buildDiscarder(logRotator(numToKeepStr: '10'))
}
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile-prod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pipeline {
agent any
agent { label 'ecs' }
options {
buildDiscarder(logRotator(numToKeepStr: '10'))
}
Expand Down

0 comments on commit 2fd1328

Please sign in to comment.