Skip to content

digvvvv/compile_job

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

pipeline {
    agent any

    stages {
        stage('Testing') {
            steps {
                echo 'Testing pipeline SCM'
                    }
        }
    }
                stages {
        stage('Testing1') {
            steps {
                echo 'Testing pipeline SCM'
                    }
        }
    }
                stages {
        stage('Testing2') {
            steps {
                echo 'Testing pipeline SCM'
                    }
        }
    }
                stages {
        stage('Testing3') {
            steps {
                echo 'Testing pipeline SCM'
            }
        }
    }
}

##Testing fix branch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors