添加代码下载的 stage
This commit is contained in:
Vendored
+6
-1
@@ -11,11 +11,16 @@ pipeline {
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('CONFIG') {
|
||||
stage("Pull Source Code"){
|
||||
git credentialsId: 'd8a95129-132d-46d9-a864-06514d16feba', url: 'https://src.ossez.com/USVisaTrack/Usvisatrack-Ui-Docker.git'
|
||||
}
|
||||
|
||||
stage('Config') {
|
||||
steps {
|
||||
echo 'Building..'
|
||||
sh 'cd Vuejs/Admin'
|
||||
sh 'yarn install'
|
||||
sh 'npx browserslist@latest --update-db'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user