Added Steps

This commit is contained in:
2022-10-21 12:15:16 -04:00
parent 33450b2ee1
commit 366f9e6a6f
Vendored
+3 -1
View File
@@ -12,7 +12,9 @@ pipeline {
stages {
stage("Pull Source Code"){
git credentialsId: 'd8a95129-132d-46d9-a864-06514d16feba', url: 'https://src.ossez.com/USVisaTrack/Usvisatrack-Ui-Docker.git'
steps {
git credentialsId: 'd8a95129-132d-46d9-a864-06514d16feba', url: 'https://src.ossez.com/USVisaTrack/Usvisatrack-Ui-Docker.git'
}
}
stage('Config') {