Merge remote-tracking branch 'origin/devops' into feature/task-30-docker
Hedgehog_server/ServerMonitorBot/pipeline/head There was a failure building this commit
Details
Hedgehog_server/ServerMonitorBot/pipeline/head There was a failure building this commit
Details
commit
74f02e7827
|
@ -0,0 +1,15 @@
|
|||
pipeline {
|
||||
agent {
|
||||
docker {
|
||||
image 'maven'
|
||||
args '-v /root/.m2:/root/.m2'
|
||||
}
|
||||
}
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh 'mvn -B -DskipTests clean package'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue