Skip to content

Commit

Permalink
Support commit message based skip without breaking existing consumers (
Browse files Browse the repository at this point in the history
  • Loading branch information
c42-arthur authored Aug 11, 2023
1 parent d7bf654 commit 11f4d08
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import com.code42.jenkins.pipelinekt.core.writer.ext.toGroovy
import java.io.File

fun generatePipeline(
imports: List<String> = emptyList(),
pipeline: Pipeline,
outFile: String,
indentStr: String = " "
indentStr: String = " ",
imports: List<String> = emptyList()
) {
val dir = outFile.substringBeforeLast('/')
File(dir).mkdirs()
Expand Down

0 comments on commit 11f4d08

Please sign in to comment.