|
@@ -20,13 +20,9 @@ pipeline {
|
|
stages {
|
|
stages {
|
|
stage("Build docker image") {
|
|
stage("Build docker image") {
|
|
steps {
|
|
steps {
|
|
- dir('C:\Temp\Infoclinica') {
|
|
|
|
- bat git clone https://git.sdsys.ru/labportal/analis-service.git
|
|
|
|
- bat cd analis-service
|
|
|
|
- bat image.bat
|
|
|
|
- bat cd ..
|
|
|
|
- deleteDir()
|
|
|
|
- }
|
|
|
|
|
|
+ bat git clone https://git.sdsys.ru/labportal/analis-service.git
|
|
|
|
+ bat cd analis-service
|
|
|
|
+ bat image.bat
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|