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