Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jpdavis-prof committed Oct 24, 2024
1 parent 3ed47e3 commit e826b89
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Jenkinsfile.github
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ def isStable = (env.TAG_NAME != null & env.TAG_NAME ==~ stableToken) ? true : fa
def goImage = 'artifactory.algol60.net/csm-docker/stable/csm-docker-sle-go'
pipeline {

agent {
label "metal-gcp-builder"
}

options {
buildDiscarder(logRotator(numToKeepStr: "10"))
disableConcurrentBuilds()
Expand Down

0 comments on commit e826b89

Please sign in to comment.