Skip to content

Commit

Permalink
chore(Jenkinsfile): remove unused stage
Browse files Browse the repository at this point in the history
  • Loading branch information
Orlando Hohmeier committed Dec 27, 2017
1 parent dc161a2 commit ca66b7a
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,35 +108,5 @@ pipeline {
}
}
}


// stage('System Test') {
// steps {
// withCredentials(
// [
// string(
// credentialsId: '8e2b2400-0f14-4e4d-b319-e1360f97627d',
// variable: 'CCM_AUTH_TOKEN'
// )
// ]
// ) {
// unstash 'dist'
//
// ansiColor('xterm') {
// retry(2) {
// sh '''dcos-system-test-driver -v ./system-tests/driver-config/jenkins.sh'''
// }
// }
// }
//
// }
//
// post {
// always {
// archiveArtifacts 'results/**/*'
// junit 'results/results.xml'
// }
// }
// }
}
}

0 comments on commit ca66b7a

Please sign in to comment.