Dodanie 'Jenkinsfile'
This commit is contained in:
parent
a2b6d067eb
commit
b563e9d74c
11
Jenkinsfile
vendored
Normal file
11
Jenkinsfile
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage('Build test code') {
|
||||
steps {
|
||||
sh 'mvn clean install -DskipTests'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user