Compare commits
No commits in common. "main" and "master" have entirely different histories.
28
Jenkinsfile
vendored
Normal file
28
Jenkinsfile
vendored
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
pipeline {
|
||||||
|
agent any
|
||||||
|
stages {
|
||||||
|
stage('source') {
|
||||||
|
steps {
|
||||||
|
git(url: 'http://1.14.125.6:3000/wangyz/test001.git', branch: 'main')
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
stage('stage1') {
|
||||||
|
parallel {
|
||||||
|
stage('stage1') {
|
||||||
|
steps {
|
||||||
|
echo '123456'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
stage('stage2') {
|
||||||
|
steps {
|
||||||
|
echo 'qazwsx'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
@ -1,3 +0,0 @@
|
|||||||
#include "acg_types.h"
|
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user