This commit is contained in:
Jan Nowak 2021-04-10 20:29:20 +02:00
parent c84defa3da
commit a8dd740c2f

3
Jenkinsfile vendored
View File

@ -1,5 +1,5 @@
pipeline {
agent any
agent { dockerfile true }
parameters {
string(
defaultValue: '0',
@ -27,7 +27,6 @@ pipeline {
}
stage('docker') {
agent { dockerfile true }
steps {
sh 'cat /etc/issue'
sh 'ls -l'