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