testing_33

33
This commit is contained in:
psycho 2020-08-14 09:17:26 +02:00
parent 4a77c0c99c
commit cc65745b7d

3
Jenkinsfile vendored
View File

@ -72,6 +72,7 @@ node('test')
{
//currentbuild.result = 'SUCCESS'
/*
stage('checkout')
{
if(pre_clean)
@ -108,7 +109,7 @@ node('test')
sh label: 'build_v12', script: 'cd ' + git_folder + '; make oldconfig; make -j13 V=s'
//}
}
*/
stage('move_bin_to_ftp')
{