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