LAB04 CW3.2

This commit is contained in:
Michał Zaręba 2021-04-08 22:55:00 +02:00
parent 2c6c008e35
commit 289bca1e8f

View File

@ -12,5 +12,11 @@ pipeline {
archiveArtifacts "stats.txt" archiveArtifacts "stats.txt"
} }
} }
stage ("Lab04 CW3"){
agent{ docker {image 's430705/ium:1'}}
steps {
sh 'python3 ./script2.py'
}
}
} }
} }