We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a70026c + 9b47415 commit a102973Copy full SHA for a102973
Jenkinsfile
@@ -3,7 +3,7 @@ def imageName = "memphis-rest-gateway"
3
def gitURL = "[email protected]:Memphisdev/memphis-rest-gateway.git"
4
def repoUrlPrefix = "memphisos"
5
6
-node {
+node ("memphis-jenkins-big-fleet,") {
7
git credentialsId: 'main-github', url: gitURL, branch: gitBranch
8
def versionTag = readFile "./version.conf"
9
0 commit comments