Skip to content

Commit f880d0a

Browse files
authored
chore(Jenkinsfile_k8s) cleanup post build (#51)
- Remove Pipeline Library annotation - Use container instead of VM to upload report (cheaper and faster)
1 parent edfe85b commit f880d0a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Jenkinsfile_k8s

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
@Library('pipeline-library@pull/938/head') _
2-
31
buildDockerAndPublishImage('404', [
42
targetplatforms: 'linux/amd64,linux/arm64',
53
]) // test
64

7-
node('linux-arm64') {
5+
node('jnlp-linux-arm64') {
86
stage('[Post-Build] Status Report') {
97
echo "[Docker-404] After main call. Current result: ${currentBuild.currentResult}, Branch Primary: ${env.BRANCH_IS_PRIMARY}"
108
publishBuildStatusReport()
119
}
12-
}
10+
}

0 commit comments

Comments
 (0)