Skip to content

Commit

Permalink
Updated Jenkins setting
Browse files Browse the repository at this point in the history
  • Loading branch information
AionJayT committed Feb 28, 2020
1 parent dbfd31f commit b91be69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pipeline {
'''.stripIndent()).trim()
}

triggers { cron('0 2 * * 6') }
triggers { cron('0 3 * * 6') }

stages {
stage('Build') {
Expand Down Expand Up @@ -133,7 +133,7 @@ pipeline {
timeout(time: 12, unit: 'HOURS') {
dir('pack') {
echo "Start mainnet sync test..."
sh('./oan/aion.sh e port=${P2P_PORT} log GEN=ERROR SYNC=ERROR CONS=ERROR DB=ERROR API=ERROR dev xs=5371168')
sh('./oan/aion.sh e port=${P2P_PORT} log GEN=ERROR SYNC=ERROR CONS=ERROR DB=ERROR API=ERROR dev fs')
echo "finished mainnet sync test..."
sh('rm -rf ./oan')
}
Expand Down

0 comments on commit b91be69

Please sign in to comment.