Compare commits
2 Commits
ea38d0a6e6
...
dfb70f63cb
| Author | SHA1 | Date |
|---|---|---|
|
|
dfb70f63cb | |
|
|
1c2f0a433a |
|
|
@ -4,7 +4,7 @@ pipeline {
|
||||||
stages {
|
stages {
|
||||||
stage('recreate > build > reun container') {
|
stage('recreate > build > reun container') {
|
||||||
steps {
|
steps {
|
||||||
sh "docker-compose up --force-recreate --build -d parse_saby"
|
sh "docker-compose up --force-recreate --build parse_saby"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue