Little experiment
All checks were successful
multibranch-hello-world/pipeline/head This commit looks good

This commit is contained in:
Tomasz Ziętkiewicz 2021-04-19 10:56:02 +02:00
parent b1fab2b436
commit 076f954e4f

1
Jenkinsfile vendored
View File

@ -5,6 +5,7 @@ pipeline {
steps { steps {
sh 'make --version' sh 'make --version'
sh 'sclite --help || true' sh 'sclite --help || true'
echo "Experimenting!"
} }
} }
} }