We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 757d6ec + 8ea0ec6 commit c673511Copy full SHA for c673511
.rancher-pipeline.yml
@@ -0,0 +1,8 @@
1
+stages:
2
+- name: Compile
3
+ steps:
4
+ - runScriptConfig:
5
+ image: java:8
6
+ shellScript: mvn compile
7
+timeout: 60
8
+notification: {}
0 commit comments