init commit
test-org/runner-rs/pipeline/pr-rc There was a failure building this commit Details

pull/20/head
prplV 2025-01-13 15:09:53 +03:00
parent 5486b6d584
commit e7e7eb99d8
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -1,7 +1,7 @@
pipeline {
agent any
stages {
stage('Tests and compiling binaries1') {
stage('Tests and compiling binaries') {
when {
expression { env.CHANGE_BRANCH?.startsWith('feature/') }
}