metrics calculation
This commit is contained in:
parent
c76c17c16b
commit
018096cf36
3
Dockerfile
Normal file
3
Dockerfile
Normal file
@ -0,0 +1,3 @@
|
||||
FROM node:7-alpine
|
||||
|
||||
RUN apk add -U subversion
|
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -1,5 +1,5 @@
|
||||
pipeline {
|
||||
agent any
|
||||
agent { dockerfile true }
|
||||
stages {
|
||||
stage('Copy Archive') {
|
||||
steps {
|
||||
@ -15,7 +15,8 @@ pipeline {
|
||||
|
||||
|
||||
sh 'python3 calculate_metrics.py'
|
||||
|
||||
sh 'node --version'
|
||||
sh 'svn --version'
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user