docker3
This commit is contained in:
parent
6442eab2e3
commit
e380a345e3
11
copyArtiJenkins/Jenkinsfile
vendored
11
copyArtiJenkins/Jenkinsfile
vendored
@ -1,6 +1,8 @@
|
||||
|
||||
pipeline {
|
||||
agent any
|
||||
agent {
|
||||
docker {image 'owczarczykp/ium_s434766' }
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('checkout') {
|
||||
@ -10,13 +12,8 @@ pipeline {
|
||||
}
|
||||
}
|
||||
stage('Docker image'){
|
||||
agent {
|
||||
docker {
|
||||
image 'owczarczykp/ium_s434766'
|
||||
}
|
||||
}
|
||||
steps {
|
||||
sh 'python3 ./stats.py >> data_stats.txt'
|
||||
sh 'python3 "./stats.py" > data_stats.txt'
|
||||
}
|
||||
}
|
||||
stage('archiveArtifacts') {
|
||||
|
Loading…
Reference in New Issue
Block a user