testing jenkins

This commit is contained in:
Fedor Katurov 2020-03-20 19:47:08 +07:00
parent 12fa07f243
commit b2ba661d56

2
Jenkinsfile vendored
View file

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