We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4fc446 commit 1e0f26eCopy full SHA for 1e0f26e
Jenkinsfile
@@ -70,10 +70,8 @@ pipeline {
70
deleteDir()
71
unstash 'source'
72
script {
73
- docker.image('python:3.7-stretch').inside("-e PATH=${PATH}:${env.WORKSPACE}/bin"){
74
- dir("${BASE_DIR}"){
75
- preCommit(commit: "${GIT_BASE_COMMIT}", junit: true)
76
- }
+ dir(BASE_DIR){
+ preCommit(commit: "${GIT_BASE_COMMIT}", junit: true, dockerImage: 'python:3.7-stretch')
77
}
78
79
0 commit comments