Compare commits
No commits in common. "master" and "main" have entirely different histories.
28
Jenkinsfile
vendored
28
Jenkinsfile
vendored
@ -1,28 +0,0 @@
|
|||||||
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'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
3
acg_types.c
Normal file
3
acg_types.c
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#include "acg_types.h"
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user