Zaktualizuj 'Jenkinsfile'
This commit is contained in:
parent
447f534840
commit
7d8301a62b
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -1,12 +1,13 @@
|
||||
pipeline{
|
||||
agent {
|
||||
dockerfile true
|
||||
}
|
||||
agent any
|
||||
parameters {
|
||||
string(defaultValue: '5', description: 'Amount of lines to cut off the file.', name: 'CUTOFF', trim: false)
|
||||
}
|
||||
stages{
|
||||
stage('Docker') {
|
||||
agent {
|
||||
dockerfile true
|
||||
}
|
||||
steps {
|
||||
sh 'python3 script2.py'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user