1 Commits

Author SHA1 Message Date
1ade9f67e5 тест коммита 2023-09-04 21:54:23 +03:00
2 changed files with 1 additions and 16 deletions

15
Jenkinsfile vendored
View File

@@ -1,15 +0,0 @@
pipeline {
agent {
docker {
image 'maven'
args '-v /root/.m2:/root/.m2'
}
}
stages {
stage('Build') {
steps {
sh 'mvn -B -DskipTests clean package'
}
}
}
}

View File

@@ -61,4 +61,4 @@ public class HddTempCommand extends CommandTemplate {
return null; return null;
} }
} }
} }