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