Skip to content
Snippets Groups Projects
Commit 92998b3c authored by Aline Gondim Santos's avatar Aline Gondim Santos
Browse files

CI: temporarily remove multiple parameters from jenkinsfiles

Change-Id: Iae3c7e809ea392a59cd84119f3ce2416b461c56b
GitLab: #38
parent e6b8e1dc
Branches
No related tags found
No related merge requests found
......@@ -48,16 +48,7 @@ pipeline {
parameters {
string(name: 'GERRIT_REFSPEC',
defaultValue: 'refs/heads/master',
description: 'The Gerrit plugins refspec to fetch.'),
string(name: 'GERRIT_TOPIC',
defaultValue: '',
description: ''),,
string(name: 'Dockerfile',
defaultValue: 'Dockerfile_ubuntu_20.04_onnxruntime',
description: 'Dockerfile in plugins/docker/ repository to use for the build')
string(name: 'DAEMON_REFSPEC',
defaultValue: 'refs/heads/master',
description: 'The Gerrit daemon refspec to fetch.')
description: 'The Gerrit plugins refspec to fetch.')
}
stages {
......
......@@ -48,16 +48,7 @@ pipeline {
parameters {
string(name: 'GERRIT_REFSPEC',
defaultValue: 'refs/heads/master',
description: 'The Gerrit plugins refspec to fetch.'),
string(name: 'GERRIT_TOPIC',
defaultValue: '',
description: ''),,
string(name: 'Dockerfile',
defaultValue: 'Dockerfile_ubuntu_20.04_onnxruntime',
description: 'Dockerfile in plugins/docker/ repository to use for the build')
string(name: 'DAEMON_REFSPEC',
defaultValue: 'refs/heads/master',
description: 'The Gerrit daemon refspec to fetch.')
description: 'The Gerrit plugins refspec to fetch.')
}
stages {
......
......@@ -48,16 +48,7 @@ pipeline {
parameters {
string(name: 'GERRIT_REFSPEC',
defaultValue: 'refs/heads/master',
description: 'The Gerrit plugins refspec to fetch.'),
string(name: 'GERRIT_TOPIC',
defaultValue: '',
description: ''),,
string(name: 'Dockerfile',
defaultValue: 'Dockerfile_ubuntu_20.04_onnxruntime',
description: 'Dockerfile in plugins/docker/ repository to use for the build')
string(name: 'DAEMON_REFSPEC',
defaultValue: 'refs/heads/master',
description: 'The Gerrit daemon refspec to fetch.')
description: 'The Gerrit plugins refspec to fetch.')
}
stages {
......
......@@ -48,16 +48,7 @@ pipeline {
parameters {
string(name: 'GERRIT_REFSPEC',
defaultValue: 'refs/heads/master',
description: 'The Gerrit plugins refspec to fetch.'),
string(name: 'GERRIT_TOPIC',
defaultValue: '',
description: ''),,
string(name: 'Dockerfile',
defaultValue: 'Dockerfile_ubuntu_20.04_onnxruntime',
description: 'Dockerfile in plugins/docker/ repository to use for the build')
string(name: 'DAEMON_REFSPEC',
defaultValue: 'refs/heads/master',
description: 'The Gerrit daemon refspec to fetch.')
description: 'The Gerrit plugins refspec to fetch.')
}
stages {
......
......@@ -48,16 +48,7 @@ pipeline {
parameters {
string(name: 'GERRIT_REFSPEC',
defaultValue: 'refs/heads/master',
description: 'The Gerrit plugins refspec to fetch.'),
string(name: 'GERRIT_TOPIC',
defaultValue: '',
description: ''),,
string(name: 'Dockerfile',
defaultValue: 'Dockerfile_ubuntu_20.04_onnxruntime',
description: 'Dockerfile in plugins/docker/ repository to use for the build')
string(name: 'DAEMON_REFSPEC',
defaultValue: 'refs/heads/master',
description: 'The Gerrit daemon refspec to fetch.')
description: 'The Gerrit plugins refspec to fetch.')
}
stages {
......
......@@ -48,16 +48,7 @@ pipeline {
parameters {
string(name: 'GERRIT_REFSPEC',
defaultValue: 'refs/heads/master',
description: 'The Gerrit plugins refspec to fetch.'),
string(name: 'GERRIT_TOPIC',
defaultValue: '',
description: ''),,
string(name: 'Dockerfile',
defaultValue: 'Dockerfile_ubuntu_20.04_onnxruntime',
description: 'Dockerfile in plugins/docker/ repository to use for the build')
string(name: 'DAEMON_REFSPEC',
defaultValue: 'refs/heads/master',
description: 'The Gerrit daemon refspec to fetch.')
description: 'The Gerrit plugins refspec to fetch.')
}
stages {
......
......@@ -48,16 +48,7 @@ pipeline {
parameters {
string(name: 'GERRIT_REFSPEC',
defaultValue: 'refs/heads/master',
description: 'The Gerrit plugins refspec to fetch.'),
string(name: 'GERRIT_TOPIC',
defaultValue: '',
description: ''),,
string(name: 'Dockerfile',
defaultValue: 'Dockerfile_ubuntu_20.04_onnxruntime',
description: 'Dockerfile in plugins/docker/ repository to use for the build')
string(name: 'DAEMON_REFSPEC',
defaultValue: 'refs/heads/master',
description: 'The Gerrit daemon refspec to fetch.')
description: 'The Gerrit plugins refspec to fetch.')
}
stages {
......
......@@ -48,16 +48,7 @@ pipeline {
parameters {
string(name: 'GERRIT_REFSPEC',
defaultValue: 'refs/heads/master',
description: 'The Gerrit plugins refspec to fetch.'),
string(name: 'GERRIT_TOPIC',
defaultValue: '',
description: ''),,
string(name: 'Dockerfile',
defaultValue: 'Dockerfile_ubuntu_20.04_onnxruntime',
description: 'Dockerfile in plugins/docker/ repository to use for the build')
string(name: 'DAEMON_REFSPEC',
defaultValue: 'refs/heads/master',
description: 'The Gerrit daemon refspec to fetch.')
description: 'The Gerrit plugins refspec to fetch.')
}
stages {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment