test auto build

This commit is contained in:
Adam Wojdyla 2022-03-31 23:31:59 +02:00
parent 5631c784ea
commit fcfd2bdc24

View File

@ -6,6 +6,7 @@ pipeline {
stage('Test') {
steps {
sh 'cat /etc/issue'
}
}
}