Fixed stage steps
All checks were successful
Amarillo/amarillo-gitea/amarillo-core/pipeline/head This commit looks good
All checks were successful
Amarillo/amarillo-gitea/amarillo-core/pipeline/head This commit looks good
This commit is contained in:
parent
984996dbb4
commit
c8b8aa8b36
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
|
|
@ -15,10 +15,12 @@ pipeline {
|
|||
}
|
||||
stages {
|
||||
stage('Echo environment variables'){
|
||||
echo "BRANCH_NAME: ${BRANCH_NAME}"
|
||||
echo "JOB_NAME: ${JOB_NAME}"
|
||||
echo "BRANCH_IS_PRIMARY ${BRANCH_IS_PRIMARY}"
|
||||
echo "TAG_NAME: ${TAG_NAME}"
|
||||
steps {
|
||||
echo "BRANCH_NAME: ${BRANCH_NAME}"
|
||||
echo "JOB_NAME: ${JOB_NAME}"
|
||||
echo "BRANCH_IS_PRIMARY ${BRANCH_IS_PRIMARY}"
|
||||
echo "TAG_NAME: ${TAG_NAME}"
|
||||
}
|
||||
}
|
||||
stage('Build docker image') {
|
||||
steps {
|
||||
|
|
|
|||
Loading…
Reference in a new issue