添加代码下载的 stage

This commit is contained in:
2022-10-21 12:13:26 -04:00
parent dd65972cc7
commit 33450b2ee1
Vendored
+6 -1
View File
@@ -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'
}
}