Update jenkinsfile

Tento commit je obsažen v:
Mario 2018-11-27 14:28:54 -08:00
rodič 45c506f567
revize 5803d4dc19

1
Jenkinsfile vendorováno
Zobrazit soubor

@ -12,6 +12,7 @@ pipeline {
sh '''
echo "Multiline shell steps work too"
ls -lah
pwd
'''
}
}