Skip to content

Commit a07c35e

Browse files
Support Scope v0.1.8-beta.1 #1
1 parent 69cda81 commit a07c35e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Jenkinsfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,13 @@ pipeline {
88
}
99
}
1010
}
11+
12+
post {
13+
always {
14+
node('master') {
15+
archiveArtifacts artifacts: '**/scope_*.log'
16+
sh 'rm -f scope_*.log'
17+
}
18+
}
19+
}
1120
}

spring-boot-project/spring-boot-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
<versions-maven-plugin.version>2.7</versions-maven-plugin.version>
237237
<xml-maven-plugin.version>1.0.2</xml-maven-plugin.version>
238238
<flatten-maven-plugin.version>1.1.0</flatten-maven-plugin.version>
239-
<scope.agent.version>0.1.7</scope.agent.version>
239+
<scope.agent.version>0.1.8-beta.1</scope.agent.version>
240240

241241
</properties>
242242
<dependencyManagement>

0 commit comments

Comments
 (0)