File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 10901090 </reporting >
10911091 </profile >
10921092 <profile >
1093- <!-- This profile only active if the build server exports the SVN_REVISION variable -->
1093+ <!-- This profile only active if the build server exports the SCM_REVISION variable -->
10941094 <id >ci-build</id >
10951095 <activation >
10961096 <property >
1097- <name >env.SVN_REVISION </name >
1097+ <name >env.SCM_REVISION </name >
10981098 </property >
10991099 </activation >
11001100 <properties >
11011101 <ci .build.number>${env.BUILD_NUMBER} </ci .build.number>
1102- <ci .svn .revision>${env.SVN_REVISION } </ci .svn .revision>
1102+ <ci .scm .revision>${env.SCM_REVISION } </ci .scm .revision>
11031103 </properties >
11041104 </profile >
11051105 <profile >
11061106 <id >non-ci-build</id >
11071107 <activation >
11081108 <property >
1109- <name >!env.SVN_REVISION </name >
1109+ <name >!env.SCM_REVISION </name >
11101110 </property >
11111111 </activation >
11121112 <properties >
11131113 <ci .build.number>0</ci .build.number>
1114- <ci .svn .revision>0</ci .svn .revision>
1114+ <ci .scm .revision>0</ci .scm .revision>
11151115 </properties >
11161116 </profile >
11171117 <profile >
You can’t perform that action at this time.
0 commit comments