Simple stats from docker container
This commit is contained in:
parent
83ad133327
commit
edae70473f
15
jenkins/Jenkinstats_docker
Normal file
15
jenkins/Jenkinstats_docker
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
pipeline {
|
||||||
|
agent {
|
||||||
|
docker {
|
||||||
|
image 's478841-create-dataset'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
stages {
|
||||||
|
stage ('Show stats') {
|
||||||
|
steps {
|
||||||
|
sh 'ls -al'
|
||||||
|
sh 'chmod +x /app/data_stats.sh && /app/data_stats.sh'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user