Compare commits
1 Commits
devops
...
feature/ta
| Author | SHA1 | Date | |
|---|---|---|---|
| 1ade9f67e5 |
15
Jenkinsfile
vendored
15
Jenkinsfile
vendored
@@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -61,4 +61,4 @@ public class HddTempCommand extends CommandTemplate {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user