1
0
mirror of https://github.com/firstBitMarksistskaya/jenkins-lib.git synced 2025-08-25 20:09:25 +02:00

Исправлен синтаксис пайплайна

This commit is contained in:
Nikita Gryzlov
2020-04-03 17:51:57 +03:00
parent 331a2d9b12
commit aae6f782b6

View File

@@ -63,7 +63,7 @@ void call() {
}
}
stages {
stage('Проверка качества') {
parallel {
stage('Синтаксический контроль') {
steps {