We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59c58f3 commit 8e226f2Copy full SHA for 8e226f2
Jenkinsfile
@@ -1,3 +1,5 @@
1
+#!/usr/bin/env groovy
2
+
3
agentConfigImage = 'docker.io/controlplane/gcloud-sdk:latest'
4
agentConfigArgs = '-v /var/run/docker.sock:/var/run/docker.sock ' +
5
'--user=root ' +
@@ -21,6 +23,14 @@ pipeline {
21
23
GIT_CREDENTIALS = "ssh-key-jenkins-bot"
22
24
}
25
26
+ post {
27
+ always {
28
+ node("master") {
29
+ step([$class: 'ClaimPublisher'])
30
+ }
31
32
33
34
// stages is "all pipeline stages"
35
stages {
36
// the name of this stage, represented in the stage view e.g. https://jenkins.ctlplane.io/job/netassert/
0 commit comments