Skip to content

Commit 76a482f

Browse files
author
carlosrodlop
committed
fixing Jenkinsfile
1 parent 7f70479 commit 76a482f

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)