Skip to content

Commit

Permalink
Merge pull request #199 from fnproject/rm-deprecated-image
Browse files Browse the repository at this point in the history
fnproject/functions -> fnproject/fnserver
  • Loading branch information
rdallman authored Apr 29, 2019
2 parents 7e1fb0d + 5a5d00d commit fb3f811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/update/functions/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pipeline {
agent any
parameters {
string(name: 'IMAGE', defaultValue: 'registry.oracledx.com/skeppare/functions-service:latest', description: 'Which image to use (full repository:tag, e.g. fnproject/functions:latest)')
string(name: 'IMAGE', defaultValue: 'registry.oracledx.com/skeppare/functions-service:latest', description: 'Which image to use (full repository:tag, e.g. fnproject/fnserver:latest)')
string(name: 'SOURCE_REPO', defaultValue: '[email protected]:fnproject/fn.git', description: 'Which git repo to use to build the CLI tool')
string(name: 'SOURCE_BRANCH', defaultValue: 'master', description: 'Which git repo branch to use to build the CLI tool')
}
Expand Down

0 comments on commit fb3f811

Please sign in to comment.