Jenkins/Jenkinsfile

3 lines
26 B
Plaintext
Raw Normal View History

2018-12-13 15:19:14 +00:00
node {
sh 'docker ps'
}