Jenkinsfile
This commit is contained in:
parent
99f5eea678
commit
ff22523457
1 changed files with 2 additions and 1 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
|
@ -6,9 +6,10 @@ pipeline {
|
||||||
steps {
|
steps {
|
||||||
sh 'echo worker:test'
|
sh 'echo worker:test'
|
||||||
script {
|
script {
|
||||||
docker.build('worker:test', '-f src/worker/Dockerfile . --no-cache')
|
docker.build('worker:test', '-f src/worker/Dockerfile ./src/worker/ --no-cache')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue