Skip to content

Commit 3856f62

Browse files
author
Mark Waite
authored
Merge pull request #8 from carlosrodlop/badJenkinsfile
[ZD-75831]: Fixing Jenkinsfile
2 parents 7f70479 + 76a482f commit 3856f62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • pipeline-template-examples/templates/simple-java-maven-app

pipeline-template-examples/templates/simple-java-maven-app/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pipeline {
22
agent any
3-
}
3+
44
stages {
55
stage('Build') {
66
steps {

0 commit comments

Comments
 (0)