Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
definite committed Dec 11, 2017
1 parent dec8d14 commit 58eaf40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins/maven-Jenkinsfile
Expand Up @@ -101,12 +101,12 @@ timestamps {
// Checkout and test GPG
notify.started()
String workRoot = (env.WORK_ROOT) ?: '$HOME/zanata-work-root'
currentBuild.displayName = currentBuild.displayName + " {${env.NODE_NAME}}"
// sh "gpg2 --clearsign <<<' '"
sh "gpg2 --clearsign <<<' '"

// Note that this checkout zanata-scripts
checkout scm

echo "$WORKSPACE/zanata-functions run checkout_branch zanata-platform release $workRoot"
sh "$WORKSPACE/zanata-functions run checkout_branch zanata-platform release $workRoot"

String releaseVersion = params.RELEASE_VERSION
Expand Down

0 comments on commit 58eaf40

Please sign in to comment.