adding logs from the application
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -11,9 +11,11 @@ pipeline {
|
||||
sh "docker-compose up -d"
|
||||
}
|
||||
}
|
||||
stage('logs'){
|
||||
stage('Deploy') {
|
||||
steps {
|
||||
sleep time: 1, unit: 'MINUTES'
|
||||
sh 'docker logs klaus'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user