diff --git a/Jenkinsfile_Stats b/Jenkinsfile_Stats index 3169d4a..16d1c8a 100644 --- a/Jenkinsfile_Stats +++ b/Jenkinsfile_Stats @@ -12,5 +12,11 @@ pipeline { archiveArtifacts "stats.txt" } } + stage ("Lab04 CW3"){ + agent{ docker {image 's430705/ium:1'}} + steps { + sh 'python3 ./script2.py' + } + } } } \ No newline at end of file