Skip to content

Commit

Permalink
chore(Jenkinsfile_gc) updates the agent used to jnlp-linux-arm64 (#…
Browse files Browse the repository at this point in the history
…1537)

chore(Jenkinsfile_gc) updates the agent used to linux-arm64

Signed-off-by: jayfranco999 <[email protected]>
  • Loading branch information
jayfranco999 authored Nov 19, 2024
1 parent 2a6e742 commit 9ca653d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile_gc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pipeline {
agent {
label "linux-arm64-docker"
label 'jnlp-linux-arm64'
}
triggers {
cron('@hourly')
Expand Down

0 comments on commit 9ca653d

Please sign in to comment.