Forces use of JDK8 for compilation
Some checks reported errors
EpicKnarvik97/Rogue101/pipeline/head Something is wrong with the build of this commit
Some checks reported errors
EpicKnarvik97/Rogue101/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
parent
38de5952ad
commit
9c565e197c
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -1,5 +1,8 @@
|
||||
pipeline {
|
||||
agent any
|
||||
tools {
|
||||
jdk 'JDK8'
|
||||
}
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
|
Loading…
Reference in New Issue
Block a user