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 {
|
pipeline {
|
||||||
agent {
|
agent { dockerfile true }
|
||||||
dockerfile {
|
|
||||||
filename 'Dockerfile.build'
|
|
||||||
label 'crafting-interpreters-build'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
|
|
Loading…
Reference in a new issue