Skip to content

Commit 2755232

Browse files
committed
Some final (minor) cleanup on the Jenkins pipeline
1 parent 1cc9391 commit 2755232

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Jenkinsfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// check out repo to $WORKSPACE/repo
2-
// we'll store the maven cache in $WORKSPACE/maven-cache
1+
// param for RELEASE_VERSION - if empty, generate snapshot build, otherwise, release build
2+
// this pipeline doesn't do release management (yet), so test->release is still a manual process
33

44
pipeline {
55
agent {
@@ -32,7 +32,6 @@ pipeline {
3232
}
3333
}
3434

35-
//TODO: if release, atlas-mvn versions:set -DnewVersion=version
3635
sh 'atlas-unit-test'
3736
sh 'atlas-package'
3837
}

0 commit comments

Comments
 (0)