Fix
This commit is contained in:
parent
7027ffe538
commit
238e1988ef
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -1,5 +1,7 @@
|
||||
pipeline {
|
||||
agent any
|
||||
agent {
|
||||
docker { image 'ubuntu:latest' }
|
||||
}
|
||||
parameters{
|
||||
password(
|
||||
defaultValue: '',
|
||||
|
Loading…
Reference in New Issue
Block a user