This commit is contained in:
ulaniuk 2022-04-03 20:50:01 +02:00
parent 7027ffe538
commit 238e1988ef

4
Jenkinsfile vendored
View File

@ -1,5 +1,7 @@
pipeline {
agent any
agent {
docker { image 'ubuntu:latest' }
}
parameters{
password(
defaultValue: '',