Skip to content

Commit 71f2ae0

Browse files
dmsuehirashahba
authored andcommitted
Update Jenkinsfile to parameterize the 'node' (#56)
* Update to parameterize node * params.NODE
1 parent e7e51b6 commit 71f2ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
node('skx') {
1+
node(params.NODE) {
22
deleteDir()
33
// Create a workspace path. We need this to be 79 chars max, otherwise some nodes fail.
44
// The workspace path varies by node so get that path, and then add on 10 chars of a UUID string.

0 commit comments

Comments
 (0)