digvvvv/compile_job
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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