mirror of
https://github.com/status-im/open-bounty.git
synced 2025-02-02 12:44:40 +00:00
fix missed git configuration
This commit is contained in:
parent
5d05aecfac
commit
df49d9f7d1
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@ -31,16 +31,6 @@ def dockerreponame = "statusim/openbounty-app"
|
||||
echo "No deployment on automatic trigger, go to Jenkins and push build button to deliver it."
|
||||
}
|
||||
}
|
||||
stage('Testing') {
|
||||
if ( currentBuild.rawBuild.getCauses()[0].toString().contains('UserIdCause') ){
|
||||
echo 'Waiting 1 minute for deployment to complete prior starting smoke testing'
|
||||
sleep 60
|
||||
build job: 'status-openbounty/sob-end-to-end-tests', parameters: [[$class: 'StringParameterValue', name: 'branch', value: "*/Jenkins/experiment"]]
|
||||
} else {
|
||||
echo "No testing on automatic trigger, go to Jenkins and push build button to deliver it and test it."
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
} catch (e) {
|
||||
// slackSend color: 'bad', message: REPO + ":" + BRANCH_NAME + ' failed to build. ' + env.BUILD_URL
|
||||
|
Loading…
x
Reference in New Issue
Block a user