updated jdk label
This commit is contained in:
parent
99c5608a1e
commit
b8b0a1e62b
1 changed files with 1 additions and 8 deletions
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
|
|
@ -1,7 +1,7 @@
|
||||||
// Jenkinsfile (Pipeline Script)
|
// Jenkinsfile (Pipeline Script)
|
||||||
node {
|
node {
|
||||||
// Configure environment
|
// Configure environment
|
||||||
env.JAVA_HOME = tool name: 'JDK8'
|
env.JAVA_HOME = tool name: 'jdk8'
|
||||||
env.REPO_URL = "repo.koc.se/hal.git" //scm.getUserRemoteConfigs()[0].getUrl()
|
env.REPO_URL = "repo.koc.se/hal.git" //scm.getUserRemoteConfigs()[0].getUrl()
|
||||||
env.BUILD_NAME = "BUILD-" + env.BUILD_ID
|
env.BUILD_NAME = "BUILD-" + env.BUILD_ID
|
||||||
|
|
||||||
|
|
@ -34,10 +34,3 @@ node {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//stage('Deploy') {
|
|
||||||
// input message: 'Deploy?', submitter: 'ziver'
|
|
||||||
// node {
|
|
||||||
// sh 'ant deploy'
|
|
||||||
// }
|
|
||||||
//}
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue