Skip to content

Commit

Permalink
fix artifactId
Browse files Browse the repository at this point in the history
  • Loading branch information
definite committed Feb 15, 2018
1 parent 618b664 commit cca9486
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jenkins/maven-Jenkinsfile
Expand Up @@ -44,6 +44,7 @@ timestamps {
String WORK_DIR = "${WORK_ROOT}/${REPO_NAME}"

String releaseVersion = null
String artifactId = null

ansiColor('xterm') {
pipelineLibraryScmGit = new ScmGit(env, steps, "https://${ORG_BASE}/zanata-pipeline-library")
Expand Down Expand Up @@ -98,7 +99,7 @@ timestamps {
// This checkout zanata-scripts
checkout scm

String artifactId = sh(returnStdout: true,
artifactId = sh(returnStdout: true,
script: "bash $WORKSPACE/zanata-functions run get_artifact_id ${REPO_NAME}"
).trim()

Expand Down

0 comments on commit cca9486

Please sign in to comment.