Skip to content

Commit

Permalink
switch to xlarge node
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschaper committed Jun 13, 2024
1 parent 9e81321 commit 543b64a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pipeline {
agent { label 'monarch-agent-large' }
agent { label 'monarch-agent-xlarge' }
environment {
HOME = "${env.WORKSPACE}"
RELEASE = sh(script: "echo `date +%Y-%m-%d`", returnStdout: true).trim()
Expand Down

0 comments on commit 543b64a

Please sign in to comment.