Dodanie Dockerfile LAB4
This commit is contained in:
parent
54d0355326
commit
d3978f1b64
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -4,6 +4,11 @@ pipeline{
|
||||
string(defaultValue: '5', description: 'Amount of lines to cut off the file.', name: 'CUTOFF', trim: false)
|
||||
}
|
||||
stages{
|
||||
stage('Docker') {
|
||||
steps {
|
||||
sh 'python3 script.py'
|
||||
}
|
||||
}
|
||||
stage('Stage 1'){
|
||||
steps{
|
||||
echo 'Hello World!'
|
||||
|
Loading…
Reference in New Issue
Block a user