testing jenkins

This commit is contained in:
Fedor Katurov 2020-03-20 19:49:21 +07:00
parent b2ba661d56
commit 7fa24d2fe6

2
Jenkinsfile vendored
View file

@ -2,7 +2,7 @@ pipeline {
agent any
stages {
stage('Do nothing 2') {
stage('Do nothing 3') {
steps {
sh '/bin/true'
}