aboutsummaryrefslogtreecommitdiff
path: root/JenkinsD
diff options
context:
space:
mode:
Diffstat (limited to 'JenkinsD')
-rw-r--r--JenkinsD16
1 files changed, 0 insertions, 16 deletions
diff --git a/JenkinsD b/JenkinsD
deleted file mode 100644
index 866bb1a78..000000000
--- a/JenkinsD
+++ /dev/null
@@ -1,16 +0,0 @@
-pipeline {
- agent any
- stages {
-
- stage ('Build') {
- steps {
- sh "rm -rf build/libs/"
- sh "chmod +x gradlew"
- sh "./gradlew clean --stacktrace"
- sh "./gradlew build publish --refresh-dependencies --stacktrace"
-
- archiveArtifacts artifacts: '**/build/libs/*.jar', fingerprint: true
- }
- }
- }
-} \ No newline at end of file