Skip to content

Commit 38bbe09

Browse files
committed
Jenkins Pipeline Initial Test
1 parent 2f4f46d commit 38bbe09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ node {
33
stage('Build') {
44
sh 'echo hello world'
55
checkout scm
6-
sh 'ant -f ./build/build.xml'
6+
dir (./build)
7+
sh 'ant'
78
}
89
}

0 commit comments

Comments
 (0)