Обновить Jenkinsfile
parent
a7364a1683
commit
7d2803df6a
|
|
@ -18,5 +18,12 @@ pipeline {
|
|||
'''
|
||||
}
|
||||
}
|
||||
stage('show logs') {
|
||||
steps {
|
||||
sh '''
|
||||
docker-compose logs -f
|
||||
'''
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue