This is an automated email from the ASF dual-hosted git repository.
houshengbo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git
The following commit(s) were added to refs/heads/master by this push:
new ac6d6ba Add the file Jenkinsfile into the root directory of OpenWhisk
(#4360)
ac6d6ba is described below
commit ac6d6ba0ac31192f79c8d8ffcb53b7c7228e737b
Author: Vincent <[email protected]>
AuthorDate: Wed Mar 20 13:54:34 2019 -0400
Add the file Jenkinsfile into the root directory of OpenWhisk (#4360)
---
tools/jenkins/Jenkinsfile => Jenkinsfile | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/tools/jenkins/Jenkinsfile b/Jenkinsfile
similarity index 90%
rename from tools/jenkins/Jenkinsfile
rename to Jenkinsfile
index db3aac7..1a7118d 100644
--- a/tools/jenkins/Jenkinsfile
+++ b/Jenkinsfile
@@ -20,17 +20,14 @@ timeout(time: 4, unit: 'HOURS') {
def domainName = "openwhisk-vm1-he-de.apache.org"
def port = "444"
- def tag = "latest"
- def prefix = "whisk"
def cert = "domain.crt"
def key = "domain.key"
node("openwhisk1") {
+ properties([disableConcurrentBuilds()])
deleteDir()
stage ('Checkout') {
- checkout([$class: 'GitSCM', branches: [[name: '${Branch}']],
doGenerateSubmoduleConfigurations: false,
- extensions: [], submoduleCfg: [],
- userRemoteConfigs: [[credentialsId: '', url:
'https://github.com/${Fork}/${RepoName}']]])
+ checkout scm
}
stage ('Build') {