Making the build work
This commit is contained in:
parent
667179306d
commit
601fd28f24
|
@ -1,5 +1,9 @@
|
|||
pipeline {
|
||||
agent any
|
||||
agent {
|
||||
dockerfile {
|
||||
path 'Dockerfile.jenkins'
|
||||
}
|
||||
}
|
||||
options {
|
||||
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue