Update Jenkinsfile
This commit is contained in:
parent
894dde52a4
commit
aee267f767
1 changed files with 1 additions and 15 deletions
16
Jenkinsfile
vendored
16
Jenkinsfile
vendored
|
@ -29,20 +29,6 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
stage('Deliver') {
|
||||
agent {
|
||||
docker {
|
||||
image 'six8/pyinstaller-alpine'
|
||||
}
|
||||
}
|
||||
steps {
|
||||
sh 'six8/pyinstaller-alpine --noconfirm --onefile --clean sources/add2vals.py'
|
||||
}
|
||||
post {
|
||||
success {
|
||||
archiveArtifacts 'dist/add2vals'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue