Skip to content

Commit 56c5f46

Browse files
Update Jenkinsfile
1 parent bf3eb0a commit 56c5f46

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Jenkinsfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
node ('nodes')
22
{
33

4-
def mavenHome=tool name: "maven3.6.2"
4+
// def mavenHome=tool name: "maven3.6.2"
5+
6+
echo "I am running in slave 1"
57

68
/*
79
stage('Checkout')

0 commit comments

Comments
 (0)