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.
1 parent e7e51b6 commit 71f2ae0Copy full SHA for 71f2ae0
Jenkinsfile
@@ -1,4 +1,4 @@
1
-node('skx') {
+node(params.NODE) {
2
deleteDir()
3
// Create a workspace path. We need this to be 79 chars max, otherwise some nodes fail.
4
// The workspace path varies by node so get that path, and then add on 10 chars of a UUID string.
0 commit comments