change jnkinsfile

This commit is contained in:
TomPGrid 2025-02-27 09:36:21 +01:00
parent 6bf48d17d6
commit eceaf61394

7
Jenkinsfile vendored
View file

@ -1,9 +1,8 @@
pipeline { pipeline {
agent any agent {
docker { image 'maven:3.8.5-openjdk-17' }
tools {
maven 'M3'
} }
stages { stages {
stage('Build') { stage('Build') {
steps { steps {