Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update Jenkinsfile
chubing committed Apr 19, 2019
1 parent 39aef68 commit 97305d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
@@ -145,10 +145,10 @@ def generateTagSet() {
exceriseSets.each{ course, stepCountPerExercise ->
stepCountPerExercise.eachWithIndex {stepCount, exIndex ->
for (int step = 0; step < stepCount; step++) {
tagSet.add("${course}.${exIndex+1}.${step+1}")
tagSet.add("${course}.${exIndex+1}.${step+1}-${tag}")
}

tagSet.add("${course}.${exIndex+1}.end")
tagSet.add("${course}.${exIndex+1}.end-${tag}")
}
}

0 comments on commit 97305d6

Please sign in to comment.