This commit is contained in:
commit
dcc030110c
11
Jenkinsfile
vendored
Normal file
11
Jenkinsfile
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
/* Requires the Docker Pipeline plugin */
|
||||
pipeline {
|
||||
agent { docker { image 'maven:3.9.0-eclipse-temurin-11' } }
|
||||
stages {
|
||||
stage('build') {
|
||||
steps {
|
||||
sh 'mvn --version'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user