File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ pipeline {
23
23
buildDiscarder(logRotator(numToKeepStr : ' 5' , artifactNumToKeepStr : ' 1' ))
24
24
}
25
25
stages {
26
- stage(' build ' ) {
26
+ stage(' Build ' ) {
27
27
steps {
28
28
sh """
29
29
mvn -B ${ params.CODESIGN ? '-P eclipse-sign' : ''} \\
@@ -38,7 +38,7 @@ pipeline {
38
38
archiveArtifacts ' chemclipse/products/org.eclipse.chemclipse.rcp.compilation.community.product/target/products/*.zip,chemclipse/products/org.eclipse.chemclipse.rcp.compilation.community.product/target/products/*.tar.gz'
39
39
}
40
40
}
41
- stage(' deploy ' ) {
41
+ stage(' Deploy ' ) {
42
42
steps {
43
43
sshagent ( [' projects-storage.eclipse.org-bot-ssh' ]) {
44
44
sh '''
@@ -50,7 +50,7 @@ pipeline {
50
50
}
51
51
}
52
52
}
53
- stage(' publish ' ) {
53
+ stage(' Publish ' ) {
54
54
when {
55
55
environment name : ' PUBLISH_PRODUCTS' , value : ' true'
56
56
}
You can’t perform that action at this time.
0 commit comments