Making the build work
This commit is contained in:
parent
601fd28f24
commit
43f0a3e3ca
|
@ -1,7 +1,7 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent {
|
||||||
dockerfile {
|
dockerfile {
|
||||||
path 'Dockerfile.jenkins'
|
filename 'Dockerfile.jenkins'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
options {
|
options {
|
||||||
|
|
Loading…
Reference in New Issue