fixed build path
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -16,7 +16,7 @@ pipeline {
|
||||
stage('Build Docker Image') {
|
||||
steps {
|
||||
script {
|
||||
sh 'docker build -t csserver:csdm ./csserver'
|
||||
sh 'docker build -t csserver:csdm .'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user