|
@@ -12,9 +12,10 @@ pipeline {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
steps {
|
|
steps {
|
|
- docker.image('node:16-alpine') { c ->
|
|
+ checkout scm
|
|
- sh 'docker -v'
|
|
+ /*docker.image('node:16-alpine') { c ->*/
|
|
- }
|
|
+ /* sh 'docker -v'*/
|
|
|
|
+ /* }*/
|
|
sh 'dockerio -v'
|
|
sh 'dockerio -v'
|
|
/* sh 'docker-compose down' */
|
|
/* sh 'docker-compose down' */
|
|
/* sh 'npm install --registry https://registry.npm.taobao.org' */
|
|
/* sh 'npm install --registry https://registry.npm.taobao.org' */
|