We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f89bd8 + 53765bb commit 413da35Copy full SHA for 413da35
3 files changed
Jenkinsfile
@@ -17,7 +17,7 @@ timestamps {
17
// Change to corresponding CORE_BRANCH as required
18
// e.g. FOGL-xxxx, main etc.
19
sh '''
20
- CORE_BRANCH='2.6.0RC'
+ CORE_BRANCH='3.0.0RC'
21
${HOME}/buildFledge ${CORE_BRANCH} ${WORKSPACE}
22
'''
23
}
VERSION
@@ -1 +1 @@
1
-2.6.0
+3.0.0
fledge.version
-fledge_version>=2.6
+fledge_version>=3.0
0 commit comments