fix jenkinsfile docker build
This commit is contained in:
parent
a8ca76cbc1
commit
da117156df
|
|
@ -40,7 +40,7 @@ pipeline {
|
|||
|
||||
stage('Build docker image') {
|
||||
steps {
|
||||
sh "docker build -f docker/Dockerfile -t pfsdn:${VERSION} ."
|
||||
sh "docker build -f Dockerfile -t pfsdn:${VERSION} ."
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue