We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf127c1 + 8f19917 commit 631afc3Copy full SHA for 631afc3
Jenkinsfile
@@ -7,6 +7,7 @@ node('docker') {
7
8
def image = docker.image('bayesian/cucos-worker')
9
10
+
11
stage('Checkout') {
12
checkout scm
13
commitId = sh(returnStdout: true, script: 'git rev-parse --short HEAD').trim()
0 commit comments