Skip to content

Commit 6d0b404

Browse files
committed
Create and inspect volume
1 parent 9bf9a3b commit 6d0b404

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CI/Jenkinsfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ node {
55
/* Let's make sure we have the repository cloned to our workspace */
66

77
checkout scm
8+
9+
sh 'docker volume create vol-in'
10+
sh 'docker volume create vol-out'
11+
sh 'docker volume ls'
12+
sh 'docker volume inspect vol-in'
813
}
914

1015
stage('Build image') {

0 commit comments

Comments
 (0)