Remove parameters
This commit is contained in:
parent
7ae3e52844
commit
b94056a335
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -2,8 +2,6 @@ pipeline {
|
|||||||
agent {
|
agent {
|
||||||
dockerfile true
|
dockerfile true
|
||||||
}
|
}
|
||||||
parameters {
|
|
||||||
}
|
|
||||||
stages {
|
stages {
|
||||||
stage('Check out from version control') {
|
stage('Check out from version control') {
|
||||||
steps {
|
steps {
|
||||||
|
@ -2,8 +2,6 @@ pipeline {
|
|||||||
agent {
|
agent {
|
||||||
docker {image 'agakul/ium:2.0'}
|
docker {image 'agakul/ium:2.0'}
|
||||||
}
|
}
|
||||||
parameters {
|
|
||||||
}
|
|
||||||
stages {
|
stages {
|
||||||
stage('Check out from version control') {
|
stage('Check out from version control') {
|
||||||
steps {
|
steps {
|
||||||
|
Loading…
Reference in New Issue
Block a user