Skip to content

Commit fb3f811

Browse files
authored
Merge pull request #199 from fnproject/rm-deprecated-image
fnproject/functions -> fnproject/fnserver
2 parents 7e1fb0d + 5a5d00d commit fb3f811

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infra/update/functions/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pipeline {
22
agent any
33
parameters {
4-
string(name: 'IMAGE', defaultValue: 'registry.oracledx.com/skeppare/functions-service:latest', description: 'Which image to use (full repository:tag, e.g. fnproject/functions:latest)')
4+
string(name: 'IMAGE', defaultValue: 'registry.oracledx.com/skeppare/functions-service:latest', description: 'Which image to use (full repository:tag, e.g. fnproject/fnserver:latest)')
55
string(name: 'SOURCE_REPO', defaultValue: 'git@github.com:fnproject/fn.git', description: 'Which git repo to use to build the CLI tool')
66
string(name: 'SOURCE_BRANCH', defaultValue: 'master', description: 'Which git repo branch to use to build the CLI tool')
77
}

0 commit comments

Comments
 (0)