Compare commits

...

No commits in common. "master" and "main" have entirely different histories.
master ... main

2 changed files with 3 additions and 28 deletions

28
Jenkinsfile vendored
View File

@ -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
View File

@ -0,0 +1,3 @@
#include "acg_types.h"