Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Michał Zaręba 2021-04-08 22:05:15 +02:00
parent 0c2498a3cc
commit c299585acc

5
Jenkinsfile vendored
View File

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