Compare commits
2 Commits
56206c02bb
...
b8c9b382d8
| Author | SHA1 | Date | |
|---|---|---|---|
| b8c9b382d8 | |||
|
|
56aa4c7b3a |
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@@ -1,5 +1,10 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
|
|
||||||
|
tools {
|
||||||
|
jdk 'jdk25'
|
||||||
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('Compilation') {
|
stage('Compilation') {
|
||||||
steps {
|
steps {
|
||||||
|
|||||||
Reference in New Issue
Block a user