Бочарников Дмитрий
Results
1
comments of
Бочарников Дмитрий
No Working PipeLine Text ``` pipeline { agent { label 'S1' } post { failure { bat "echo failure" } success { bat "echo success" } } stages { stage('Send')...