feat(ci): add docker tool configuration to Jenkins pipeline
This commit is contained in:
4
ci/Jenkinsfile
vendored
4
ci/Jenkinsfile
vendored
@@ -108,6 +108,10 @@ pipeline {
|
||||
// se la credenziale non esiste, prima ancora che giri qualsiasi stage.
|
||||
}
|
||||
|
||||
tools {
|
||||
dockerTool 'docker'
|
||||
}
|
||||
|
||||
options {
|
||||
disableConcurrentBuilds()
|
||||
timestamps()
|
||||
|
||||
Reference in New Issue
Block a user