Skip to content

Commit

Permalink
Merge pull request #1 from stakater/fix/image-version
Browse files Browse the repository at this point in the history
updats Jenkins file, and removes make & release files
  • Loading branch information
kahootali authored Sep 13, 2018
2 parents c9d7ea9 + 9512d8c commit 43eb31e
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 248 deletions.
124 changes: 0 additions & 124 deletions .make-release-support

This file was deleted.

1 change: 0 additions & 1 deletion .release

This file was deleted.

12 changes: 2 additions & 10 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
#!/usr/bin/env groovy
@Library('github.com/stakater/fabric8-pipeline-library@image-makefile')
@Library('github.com/stakater/fabric8-pipeline-library@master') _

def versionPrefix = ""
try {
versionPrefix = VERSION_PREFIX
} catch (Throwable e) {
versionPrefix = "1.0"
}

pushDockerImageFromMakefile {
versionPrefix = versionPrefix
pushDockerImage{
dockerRegistryURL = "docker.io"
}
4 changes: 0 additions & 4 deletions Makefile

This file was deleted.

109 changes: 0 additions & 109 deletions Makefile.mk

This file was deleted.

0 comments on commit 43eb31e

Please sign in to comment.