From 3ebf219cdc0768d1ad48b91f2251bdef6bd6abe2 Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 22 Mar 2023 11:36:27 +0900 Subject: [PATCH] test --- Jenkinsfile | 7 ++----- static/js/custom.js | 2 +- templates/template.html | 2 +- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 75ddef6..99a6dde 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,14 +21,11 @@ pipeline { timestamps() } stages { - stage ('Jenkins ENV') { + stage('Build ENV') { steps { + sh 'printenv' script { BUILD_DATE = java.time.LocalDate.now() } - } - } - stage('Create Build ENV') { - steps { sh """ # Create the builder: docker buildx create --name $BUILDER_NAME --driver-opt=image=moby/buildkit diff --git a/static/js/custom.js b/static/js/custom.js index 76063ee..0eec5ee 100644 --- a/static/js/custom.js +++ b/static/js/custom.js @@ -17,7 +17,7 @@ function hide_search() { function liveSearch() { let cards = document.querySelectorAll('.searchable'); - let search_query = document.getElementById("searchbox").value; + let search_query = document.getElementById("search").value; // Use innerText if all contents are visible // Use textContent for including hidden elements diff --git a/templates/template.html b/templates/template.html index 182e4c1..5e68fae 100644 --- a/templates/template.html +++ b/templates/template.html @@ -58,7 +58,7 @@