- pipeline {
- agent any
- options { skipDefaultCheckout() }
- stages {
- stage('Checkout') {
- steps {
- p4sync credential: 'id', populate: forceClean(), source: streamSource('//stream/main')
- }
- }
- stage('Build') {
- steps {
- echo 'Building...'
- }
- }
- stage('Test') {
- steps {
- echo 'Testing...'
- }
- }
- stage('Deploy') {
- steps {
- echo 'Deploying...'
- }
- }
- }
- }
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 27772 | Jen Bottom | Copy up of changes to Swarm and Jenkins vagrant environments from dev to main | 4 years ago |