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 2b61c7d + ab55cbe commit 37b5d1dCopy full SHA for 37b5d1d
jobs/build/set_client_latest/Jenkinsfile
@@ -1,6 +1,7 @@
1
#!/usr/bin/env groovy
2
3
node {
4
+ deleteDir()
5
checkout scm
6
def buildlib = load("pipeline-scripts/buildlib.groovy")
7
def commonlib = buildlib.commonlib
0 commit comments