test
parent
eb3effb06a
commit
182d2403c3
|
|
@ -14,7 +14,7 @@ pipeline {
|
|||
stage('Build and Run Container') {
|
||||
steps {
|
||||
sh '''
|
||||
docker build -t parse-saby .
|
||||
docker-compose up --build -d
|
||||
docker logs parse-saby
|
||||
'''
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue