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 {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
|
tools {
|
||||||
|
jdk 'JDK8'
|
||||||
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user