Skip to content

Commit e1f6175

Browse files
committed
Jenkins Pipeline Initial Test
1 parent 597c473 commit e1f6175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ stage('Build') {
44
sh 'echo hello world'
55
checkout scm
66
dir ('./build')
7-
sh 'ant'
7+
sh 'ant -f ./build.xml'
88
}
99
}

0 commit comments

Comments
 (0)