We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bf9a3b commit 6d0b404Copy full SHA for 6d0b404
1 file changed
CI/Jenkinsfile
@@ -5,6 +5,11 @@ node {
5
/* Let's make sure we have the repository cloned to our workspace */
6
7
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'
13
}
14
15
stage('Build image') {
0 commit comments