Making the build work

This commit is contained in:
retropikzel 2025-04-18 07:53:06 +03:00
parent 601fd28f24
commit 43f0a3e3ca
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -1,7 +1,7 @@
pipeline {
agent {
dockerfile {
path 'Dockerfile.jenkins'
filename 'Dockerfile.jenkins'
}
}
options {