Merge pull request #323 from jaredlll08/patch-1
Future proof Jenkinsfile
This commit is contained in:
commit
61aba0c6a0
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
|
@ -2,6 +2,9 @@
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
|
tools {
|
||||||
|
jdk "jdk8u292-b10"
|
||||||
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Clean') {
|
stage('Clean') {
|
||||||
steps {
|
steps {
|
||||||
|
|
@ -26,4 +29,4 @@ pipeline {
|
||||||
archive 'build/libs/**.jar'
|
archive 'build/libs/**.jar'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user