Changed back to commit only
All checks were successful
autoBIGS.cli-bioconda/pipeline/head This commit looks good
All checks were successful
autoBIGS.cli-bioconda/pipeline/head This commit looks good
This commit is contained in:
parent
a6d7c71f69
commit
17384a5c32
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -52,7 +52,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('pull-request') {
|
stage('commit') {
|
||||||
environment {
|
environment {
|
||||||
TOKEN = credentials('github.com')
|
TOKEN = credentials('github.com')
|
||||||
}
|
}
|
||||||
@ -60,7 +60,6 @@ pipeline {
|
|||||||
dir('auto-updated-bioconda-recipes') {
|
dir('auto-updated-bioconda-recipes') {
|
||||||
sh 'git commit -a -m "Automatically updated autobigs-cli bioconda recipe to ${TOOL_VER}."'
|
sh 'git commit -a -m "Automatically updated autobigs-cli bioconda recipe to ${TOOL_VER}."'
|
||||||
sh 'git push https://${TOKEN}@github.com/Syph-and-VPD-Lab/auto-updated-bioconda-recipes.git update-autobigs-cli-${TOOL_VER}'
|
sh 'git push https://${TOKEN}@github.com/Syph-and-VPD-Lab/auto-updated-bioconda-recipes.git update-autobigs-cli-${TOOL_VER}'
|
||||||
sh 'git request-pull update-autobigs-cli-${TOOL_VER} https://github.com/bioconda/bioconda-recipes.git master'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user