We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6bdf0b commit 7044662Copy full SHA for 7044662
Jenkinsfile
@@ -1,5 +1,5 @@
1
pipeline {
2
- agent { docker { image 'python:3.6' } }
+ agent { docker { image 'python:3.6-alpine' } }
3
stages {
4
stage('build') {
5
steps {
0 commit comments