jenkins调整
This commit is contained in:
parent
6bd3f751c8
commit
34775ad690
@ -11,7 +11,6 @@ pipeline {
|
|||||||
nodejs 'nodejs-10'
|
nodejs 'nodejs-10'
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh 'npm update'
|
|
||||||
sh 'npm install'
|
sh 'npm install'
|
||||||
sh 'npm run build'
|
sh 'npm run build'
|
||||||
}
|
}
|
||||||
|
@ -11,7 +11,6 @@ pipeline {
|
|||||||
nodejs 'nodejs-10'
|
nodejs 'nodejs-10'
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh 'npm update'
|
|
||||||
sh 'npm install'
|
sh 'npm install'
|
||||||
sh 'npm run test'
|
sh 'npm run test'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user