Update Jenkinsfile
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -73,7 +73,7 @@ pipeline {
|
||||
// Login to registry
|
||||
docker.withRegistry('https://git.ruff.co.il', registryCredentialsId) {
|
||||
|
||||
// Run container
|
||||
// Run container on build
|
||||
docker.image(imageName).run('-p 10002:80 --name otomai')
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user