mirror of
https://github.com/clearlinux/graphene.git
synced 2026-09-06 05:41:37 +00:00
[CI] Remove printenv
This was needed for debugging environment variables when rewriting jenkinsfiles, but now is not needed and might reveal some secrets in logs.
This commit is contained in:
@@ -9,8 +9,6 @@ node('nonsgx_slave') {
|
||||
"local:${env.BUILD_TAG}",
|
||||
'-f .ci/ubuntu16.04.dockerfile .'
|
||||
).inside("${env.DOCKER_ARGS_COMMON}") {
|
||||
sh 'printenv'
|
||||
|
||||
load '.ci/lib/stage-lint.jenkinsfile'
|
||||
load '.ci/lib/stage-clean-check-prepare.jenkinsfile'
|
||||
load '.ci/lib/stage-build-nosgx.jenkinsfile'
|
||||
|
||||
@@ -10,8 +10,6 @@ node('nonsgx_slave') {
|
||||
"local:${env.BUILD_TAG}",
|
||||
'-f .ci/ubuntu16.04.dockerfile .'
|
||||
).inside("${env.DOCKER_ARGS_COMMON}") {
|
||||
sh 'printenv'
|
||||
|
||||
load '.ci/lib/stage-lint.jenkinsfile'
|
||||
load '.ci/lib/stage-clean-check-prepare.jenkinsfile'
|
||||
load '.ci/lib/stage-build-nosgx.jenkinsfile'
|
||||
|
||||
@@ -9,8 +9,6 @@ node('nonsgx_slave') {
|
||||
"local:${env.BUILD_TAG}",
|
||||
'-f .ci/ubuntu16.04.dockerfile .'
|
||||
).inside("${env.DOCKER_ARGS_COMMON}") {
|
||||
sh 'printenv'
|
||||
|
||||
load '.ci/lib/stage-lint.jenkinsfile'
|
||||
load '.ci/lib/stage-clean-check-prepare.jenkinsfile'
|
||||
load '.ci/lib/stage-build-nosgx.jenkinsfile'
|
||||
|
||||
@@ -9,8 +9,6 @@ node('nonsgx_slave') {
|
||||
"local:${env.BUILD_TAG}",
|
||||
'-f .ci/ubuntu18.04.dockerfile .'
|
||||
).inside("${env.DOCKER_ARGS_COMMON}") {
|
||||
sh 'printenv'
|
||||
|
||||
load '.ci/lib/stage-lint.jenkinsfile'
|
||||
load '.ci/lib/stage-clean-check-prepare.jenkinsfile'
|
||||
load '.ci/lib/stage-build-nosgx.jenkinsfile'
|
||||
|
||||
@@ -10,8 +10,6 @@ node('nonsgx_slave') {
|
||||
"local:${env.BUILD_TAG}",
|
||||
'-f .ci/ubuntu18.04.dockerfile .'
|
||||
).inside("${env.DOCKER_ARGS_COMMON}") {
|
||||
sh 'printenv'
|
||||
|
||||
load '.ci/lib/stage-lint.jenkinsfile'
|
||||
load '.ci/lib/stage-clean-check-prepare.jenkinsfile'
|
||||
load '.ci/lib/stage-build-nosgx.jenkinsfile'
|
||||
|
||||
@@ -9,8 +9,6 @@ node('nonsgx_slave') {
|
||||
"local:${env.BUILD_TAG}",
|
||||
'-f .ci/ubuntu18.04.dockerfile .'
|
||||
).inside("${env.DOCKER_ARGS_COMMON}") {
|
||||
sh 'printenv'
|
||||
|
||||
load '.ci/lib/stage-lint.jenkinsfile'
|
||||
load '.ci/lib/stage-clean-check-prepare.jenkinsfile'
|
||||
load '.ci/lib/stage-build-nosgx.jenkinsfile'
|
||||
|
||||
@@ -10,8 +10,6 @@ node('sgx_slave_2.6') {
|
||||
"local:${env.BUILD_TAG}",
|
||||
'-f .ci/ubuntu16.04.dockerfile .'
|
||||
).inside("${env.DOCKER_ARGS_COMMON} ${env.DOCKER_ARGS_SGX}") {
|
||||
sh 'printenv'
|
||||
|
||||
load '.ci/lib/stage-lint.jenkinsfile'
|
||||
load '.ci/lib/stage-clean-check-prepare.jenkinsfile'
|
||||
load '.ci/lib/stage-build-sgx.jenkinsfile'
|
||||
|
||||
@@ -10,8 +10,6 @@ node('sgx_slave_2.6') {
|
||||
"local:${env.BUILD_TAG}",
|
||||
'-f .ci/ubuntu16.04.dockerfile .'
|
||||
).inside("${env.DOCKER_ARGS_COMMON} ${env.DOCKER_ARGS_SGX}") {
|
||||
sh 'printenv'
|
||||
|
||||
load '.ci/lib/stage-lint.jenkinsfile'
|
||||
load '.ci/lib/stage-clean-check-prepare.jenkinsfile'
|
||||
load '.ci/lib/stage-build-sgx.jenkinsfile'
|
||||
|
||||
@@ -10,8 +10,6 @@ node('sgx_slave_2.6') {
|
||||
"local:${env.BUILD_TAG}",
|
||||
'-f .ci/ubuntu18.04.dockerfile .'
|
||||
).inside("${env.DOCKER_ARGS_COMMON} ${env.DOCKER_ARGS_SGX}") {
|
||||
sh 'printenv'
|
||||
|
||||
load '.ci/lib/stage-lint.jenkinsfile'
|
||||
load '.ci/lib/stage-clean-check-prepare.jenkinsfile'
|
||||
load '.ci/lib/stage-build-sgx.jenkinsfile'
|
||||
|
||||
@@ -10,8 +10,6 @@ node('sgx_slave_2.6') {
|
||||
"local:${env.BUILD_TAG}",
|
||||
'-f .ci/ubuntu18.04.dockerfile .'
|
||||
).inside("${env.DOCKER_ARGS_COMMON} ${env.DOCKER_ARGS_SGX}") {
|
||||
sh 'printenv'
|
||||
|
||||
load '.ci/lib/stage-lint.jenkinsfile'
|
||||
load '.ci/lib/stage-clean-check-prepare.jenkinsfile'
|
||||
load '.ci/lib/stage-build-sgx.jenkinsfile'
|
||||
|
||||
Reference in New Issue
Block a user