Zaktualizuj 'Jenkinsfile'
This commit is contained in:
parent
0c2498a3cc
commit
c299585acc
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -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!'
|
||||
|
Loading…
Reference in New Issue
Block a user