Skip to content

Commit 0758456

Browse files
committed
add post archive
1 parent 62236ac commit 0758456

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Jenkinsfile

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ pipeline {
1313
sh 'java -jar rectangle.jar 7 9'
1414
}
1515
}
16-
post {
17-
success {
18-
archiveArtifacts artifacts: 'rectangle.jar', fingerprint:
19-
true
20-
}
16+
}
17+
post {
18+
success {
19+
archiveArtifacts artifacts: 'rectangle.jar', fingerprint:
20+
true
2121
}
2222
}
2323
}

0 commit comments

Comments
 (0)