We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edfe85b commit f880d0aCopy full SHA for f880d0a
Jenkinsfile_k8s
@@ -1,12 +1,10 @@
1
-@Library('pipeline-library@pull/938/head') _
2
-
3
buildDockerAndPublishImage('404', [
4
targetplatforms: 'linux/amd64,linux/arm64',
5
]) // test
6
7
-node('linux-arm64') {
+node('jnlp-linux-arm64') {
8
stage('[Post-Build] Status Report') {
9
echo "[Docker-404] After main call. Current result: ${currentBuild.currentResult}, Branch Primary: ${env.BRANCH_IS_PRIMARY}"
10
publishBuildStatusReport()
11
}
12
-}
+}
0 commit comments