Dodanie Dockerfile LAB4

This commit is contained in:
Michał Zaręba 2021-04-08 21:10:33 +02:00
parent 54d0355326
commit d3978f1b64

5
Jenkinsfile vendored
View File

@ -4,6 +4,11 @@ pipeline{
string(defaultValue: '5', description: 'Amount of lines to cut off the file.', name: 'CUTOFF', trim: false) string(defaultValue: '5', description: 'Amount of lines to cut off the file.', name: 'CUTOFF', trim: false)
} }
stages{ stages{
stage('Docker') {
steps {
sh 'python3 script.py'
}
}
stage('Stage 1'){ stage('Stage 1'){
steps{ steps{
echo 'Hello World!' echo 'Hello World!'