Remove parameters

This commit is contained in:
Agata 2022-04-10 20:31:37 +02:00
parent 7ae3e52844
commit b94056a335
2 changed files with 0 additions and 4 deletions

2
Jenkinsfile vendored
View File

@ -2,8 +2,6 @@ pipeline {
agent {
dockerfile true
}
parameters {
}
stages {
stage('Check out from version control') {
steps {

View File

@ -2,8 +2,6 @@ pipeline {
agent {
docker {image 'agakul/ium:2.0'}
}
parameters {
}
stages {
stage('Check out from version control') {
steps {