Skip to content

Commit e815ac6

Browse files
committed
JENKINS-386: removed baseDocker build paramter (moved to job dsl)
1 parent f9380db commit e815ac6

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Jenkinsfile.baseDocker

+1-7
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,7 @@ pipeline {
1010
DOCKER_DIR = 'docker'
1111
DOCKER_REPO = "catrobat"
1212
}
13-
14-
parameters {
15-
booleanParam name: 'TAG_STABLE', defaultValue: false, description: 'When selected image will be tagged stable'
16-
booleanParam name: 'TAG_TESTING', defaultValue: true, description: 'When selected image will be tagged testing'
17-
string name: 'IMAGE_NAME', defaultValue: 'catrobat-android', description: 'Name for docker image to build'
18-
}
19-
13+
2014
options {
2115
timeout(time: 2, unit: 'HOURS')
2216
timestamps()

0 commit comments

Comments
 (0)