Commit 41528a1b authored by Serdar TURKEL's avatar Serdar TURKEL

final 5

parent 261c96c2
...@@ -17,6 +17,10 @@ pipeline { ...@@ -17,6 +17,10 @@ pipeline {
NEXUS_REPOSITORY = "inity" NEXUS_REPOSITORY = "inity"
// Jenkins credential id to authenticate to Nexus OSS // Jenkins credential id to authenticate to Nexus OSS
NEXUS_CREDENTIAL_ID = "nexus-credential" NEXUS_CREDENTIAL_ID = "nexus-credential"
JAVA_HOME="${tool 'JDK 1.8'}"
PATH="${env.JAVA_HOME}/bin:${env.PATH}"
} }
stages { stages {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment