Use default Dockerfile name, don’t look for a label.
This commit is contained in:
parent
c965dd4033
commit
6bfbcb4850
1 changed files with 1 additions and 6 deletions
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
|
@ -1,10 +1,5 @@
|
|||
pipeline {
|
||||
agent {
|
||||
dockerfile {
|
||||
filename 'Dockerfile.build'
|
||||
label 'crafting-interpreters-build'
|
||||
}
|
||||
}
|
||||
agent { dockerfile true }
|
||||
|
||||
stages {
|
||||
stage('Build') {
|
||||
|
|
Loading…
Reference in a new issue