CI/CD fix
All checks were successful
Hedgehog_server_CI/ServerMonitorBot/pipeline/head This commit looks good
Hedgehog_server_CD/ServerMonitorBot/pipeline/head This commit looks good

This commit is contained in:
2023-11-20 22:07:30 +03:00
parent 94485ab9d2
commit a20b0c4963
4 changed files with 13 additions and 12 deletions

View File

@@ -8,10 +8,7 @@ pipeline {
stages {
stage('Build') {
steps {
configFileProvider(
[configFile(fileId: 'maven-settings', variable: 'SETTINGS_XML_GLOBAL')]) {
sh 'mvn -B -DskipTests -X -s $MAVEN_SETTINGS clean package spring-boot:repackage'
}
sh 'mvn -B -DskipTests -X clean package spring-boot:repackage'
}
}
}