init
This commit is contained in:
6
install/Jenkinsfile
vendored
Normal file
6
install/Jenkinsfile
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
stage('install') {
|
||||
steps {
|
||||
echo 'starting installing'
|
||||
sh 'npm install'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user